- Timestamp:
- 26/01/07 11:57:40 (14 years ago)
- Location:
- TI02-CSML/trunk/csml
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
TI02-CSML/trunk/csml/csmllibs/csmlcrs.py
r2010 r2060 10 10 for axis in self.axes: 11 11 self.axisLabels=self.axisLabels + axis + ' ' 12 self.axisLabels=self.axisLabels[:-1] 12 13 self.timeAxis=None 13 14 self.lonAxis=None … … 83 84 if string.lower(unit) in ['second', 'seconds', 's', 'mins','minute','minutes','hour','hours','h','hr','hrs','day','days']: 84 85 unittype='Time' 85 elif string.lower(unit)[:10] in ['days since', 'seconds si', 'minutes si', 'hours sinc' ]:86 elif string.lower(unit)[:10] in ['days since', 'seconds si', 'minutes si', 'hours sinc','months sin', 'years sinc']: 86 87 unittype='Time' 87 88 elif string.lower(unit) in ['mbar', 'pa','level']: … … 89 90 elif string.lower(unit) in ['m', 'km']: 90 91 unittype='Height' 91 elif string.lower(unit) in ['degrees_north' ]:92 elif string.lower(unit) in ['degrees_north', 'degrees_south']: 92 93 unittype='Lat' 93 elif string.lower(unit) in ['degrees_east' ]:94 elif string.lower(unit) in ['degrees_east','degrees_west']: 94 95 unittype='Lon' 95 96 crsMap.append(unittype) -
TI02-CSML/trunk/csml/csmllibs/csmlfeaturetypes.py
r2034 r2060 69 69 self.timeString ='' 70 70 self.filesinDir = '' 71 lastf='' 71 72 for j in range (0, len(OrderedFileTimeList)): 72 73 t= OrderedFileTimeList[j][0] 73 74 f = OrderedFileTimeList[j][1] 74 75 self.timeString = self.timeString + ' ' + str(t) 75 self.filesinDir = self.filesinDir + ' ' + f 76 76 if f != lastf: 77 self.filesinDir = self.filesinDir + ' ' + f 78 lastf=f 79 77 80 def _getCorrectExtractType(self): 78 81 #returns an empty parser file extract object of the correct type. … … 172 175 feature.id=str(varName) 173 176 desc = self._getDescriptiveName(self.DI) 174 feature.description= desc177 feature.description=csml.parser.csString(desc) 175 178 176 179 def __getGMLRangeset(self,varName): -
TI02-CSML/trunk/csml/csmllibs/csmltime.py
r1490 r2060 80 80 setcdtimeCalendar(cal) 81 81 except: 82 print "Could not get Calendar info" 83 cal='' 82 print 'No calendar attribute, defaulting to CF standard mixed calendar' 83 cal='standard' 84 setcdtimeCalendar(cal) 84 85 try: 85 86 units=DI.getAxisAttribute('units') -
TI02-CSML/trunk/csml/parser.py
r2059 r2060 197 197 except: 198 198 print 'PARSING ERROR - could not convert %s to XML'%frag 199 print dir(ename) 199 200 raise 200 201 csmlfrag.append(frag) -
TI02-CSML/trunk/csml/parser_extra.py
r2059 r2060 149 149 150 150 #now the rangeSet: 151 for feature in self.dataset.featureCollection.featureMembers:152 151 if hasattr(feature.value.rangeSet, 'valueArray'): 153 152 #could be an xlink here.. -
TI02-CSML/trunk/csml/testfiles/basictest.py
r2057 r2060 17 17 tree = ElementTree(file='../testfiles/gridseries/testout.xml') 18 18 19 19 20 #tree = ElementTree(file='nagridseries.xml') 20 21 #tree = ElementTree(file='bodc.xml') … … 24 25 25 26 dataset.fromXML(tree.getroot()) 27 26 28 #Reading some values from memory and printing it out:: 27 29 #print dataset.featureCollection.members[3].profileSeriesDomain.domainReference.times.href -
TI02-CSML/trunk/csml/testfiles/gridseries/testout.xml
r2055 r2060 2 2 <CSMLStorageDescriptor> 3 3 <descriptor> 4 <NetCDFExtract gml:id=" l4Sgu8xf">4 <NetCDFExtract gml:id="dD9FOhXY"> 5 5 <variableName>latitude_1</variableName> 6 6 <arraySize>72</arraySize> … … 9 9 </descriptor> 10 10 <descriptor> 11 <NetCDFExtract gml:id=" yCCIQCV8">11 <NetCDFExtract gml:id="B8nbvg09"> 12 12 <variableName>surface</variableName> 13 13 <arraySize>1</arraySize> … … 16 16 </descriptor> 17 17 <descriptor> 18 <NetCDFExtract gml:id=" MjqvpPEW">18 <NetCDFExtract gml:id="j8S0N9Je"> 19 19 <variableName>level6</variableName> 20 20 <arraySize>1</arraySize> … … 23 23 </descriptor> 24 24 <descriptor> 25 <NetCDFExtract gml:id=" yhAp1TJc">25 <NetCDFExtract gml:id="u9FMGNzf"> 26 26 <variableName>hybrid_p_x1000</variableName> 27 27 <arraySize>19</arraySize> … … 30 30 </descriptor> 31 31 <descriptor> 32 <NetCDFExtract gml:id=" DJ44k5bw">32 <NetCDFExtract gml:id="VOeQvo7T"> 33 33 <variableName>unspecified</variableName> 34 34 <arraySize>1</arraySize> … … 37 37 </descriptor> 38 38 <descriptor> 39 <NetCDFExtract gml:id=" hfF41hdP">39 <NetCDFExtract gml:id="bft2jfDX"> 40 40 <variableName>msl</variableName> 41 41 <arraySize>1</arraySize> … … 44 44 </descriptor> 45 45 <descriptor> 46 <NetCDFExtract gml:id=" cyNJhz1p">46 <NetCDFExtract gml:id="oBnBZQc8"> 47 47 <variableName>level6_1</variableName> 48 48 <arraySize>4</arraySize> … … 51 51 </descriptor> 52 52 <descriptor> 53 <NetCDFExtract gml:id=" jZZWHyKn">53 <NetCDFExtract gml:id="NU73XMgX"> 54 54 <variableName>latitude</variableName> 55 55 <arraySize>73</arraySize> … … 58 58 </descriptor> 59 59 <descriptor> 60 <NetCDFExtract gml:id=" sIBtz9NG">60 <NetCDFExtract gml:id="tK0zYqoz"> 61 61 <variableName>toa</variableName> 62 62 <arraySize>1</arraySize> … … 65 65 </descriptor> 66 66 <descriptor> 67 <NetCDFExtract gml:id=" tSwYY0vo">67 <NetCDFExtract gml:id="UvTuqf5J"> 68 68 <variableName>t</variableName> 69 69 <arraySize>1</arraySize> … … 72 72 </descriptor> 73 73 <descriptor> 74 <NetCDFExtract gml:id=" xmhdnyDT">74 <NetCDFExtract gml:id="RUIPbRQC"> 75 75 <variableName>longitude_1</variableName> 76 76 <arraySize>96</arraySize> … … 79 79 </descriptor> 80 80 <descriptor> 81 <NetCDFExtract gml:id=" Df2Dni7b">81 <NetCDFExtract gml:id="kpNglH1Q"> 82 82 <variableName>longitude_3</variableName> 83 83 <arraySize>1</arraySize> … … 86 86 </descriptor> 87 87 <descriptor> 88 <NetCDFExtract gml:id=" pibhiLHh">88 <NetCDFExtract gml:id="TpwKdesZ"> 89 89 <variableName>longitude_2</variableName> 90 90 <arraySize>1</arraySize> … … 93 93 </descriptor> 94 94 <descriptor> 95 <NetCDFExtract gml:id=" RvD82WJc">95 <NetCDFExtract gml:id="iJh8gG5C"> 96 96 <variableName>ht</variableName> 97 97 <arraySize>1</arraySize> … … 100 100 </descriptor> 101 101 <descriptor> 102 <NetCDFExtract gml:id=" AfLXiyFk">102 <NetCDFExtract gml:id="cvYaJ9A3"> 103 103 <variableName>level275</variableName> 104 104 <arraySize>1</arraySize> … … 107 107 </descriptor> 108 108 <descriptor> 109 <NetCDFExtract gml:id=" fxQChpo2">109 <NetCDFExtract gml:id="q9bWTwjj"> 110 110 <variableName>p_1</variableName> 111 111 <arraySize>15</arraySize> … … 114 114 </descriptor> 115 115 <descriptor> 116 <NetCDFExtract gml:id=" sC0Ow8qh">116 <NetCDFExtract gml:id="heeumMwg"> 117 117 <variableName>blht_1</variableName> 118 118 <arraySize>1</arraySize> … … 121 121 </descriptor> 122 122 <descriptor> 123 <NetCDFExtract gml:id=" WQ9FOarh">123 <NetCDFExtract gml:id="UZDjZ4vD"> 124 124 <variableName>longitude</variableName> 125 125 <arraySize>96</arraySize> … … 128 128 </descriptor> 129 129 <descriptor> 130 <NetCDFExtract gml:id=" fOrKjjZG">130 <NetCDFExtract gml:id="KfLcTm3N"> 131 131 <variableName>hybrid_p_x1000_1</variableName> 132 132 <arraySize>1</arraySize> … … 135 135 </descriptor> 136 136 <descriptor> 137 <NetCDFExtract gml:id=" RKQqrYYP">137 <NetCDFExtract gml:id="cm4aosD1"> 138 138 <variableName>hybrid_p_x1000_2</variableName> 139 139 <arraySize>18</arraySize> … … 142 142 </descriptor> 143 143 <descriptor> 144 <NetCDFExtract gml:id=" WoDIDTEB">144 <NetCDFExtract gml:id="C0MqHkU6"> 145 145 <variableName>hybrid_p_x1000_3</variableName> 146 146 <arraySize>5</arraySize> … … 149 149 </descriptor> 150 150 <descriptor> 151 <NetCDFExtract gml:id=" Ul7dqMip">151 <NetCDFExtract gml:id="q1IYiUrr"> 152 152 <variableName>hybrid_p_x1000_4</variableName> 153 153 <arraySize>1</arraySize> … … 156 156 </descriptor> 157 157 <descriptor> 158 <NetCDFExtract gml:id=" ziDsWdq3">158 <NetCDFExtract gml:id="cKrGeQoH"> 159 159 <variableName>hybrid_p_x1000_5</variableName> 160 160 <arraySize>17</arraySize> … … 163 163 </descriptor> 164 164 <descriptor> 165 <NetCDFExtract gml:id=" QA5kbv7I">165 <NetCDFExtract gml:id="XyTnvPkw"> 166 166 <variableName>Trop</variableName> 167 167 <arraySize>1</arraySize> … … 170 170 </descriptor> 171 171 <descriptor> 172 <AggregatedArray gml:id=" DFxwUjNH">172 <AggregatedArray gml:id="ikjAe431"> 173 173 <aggType>new</aggType> 174 174 <aggIndex>1</aggIndex> … … 177 177 <variableName>solar_1</variableName> 178 178 <fileList> 179 <FileList gml:id=" U139ISta">179 <FileList gml:id="OAo9lW06"> 180 180 <fileNames>/home/dom/Desktop/SVN/trunk/csml/testfiles/gridseries/xaaqda@pxr99c1.nc /home/dom/Desktop/SVN/trunk/csml/testfiles/gridseries/xaaqda@pxs09c1.nc /home/dom/Desktop/SVN/trunk/csml/testfiles/gridseries/xaaqda@pxs19c1.nc /home/dom/Desktop/SVN/trunk/csml/testfiles/gridseries/xaaqda@pxt09c1.nc</fileNames> 181 181 </FileList> … … 189 189 </descriptor> 190 190 <descriptor> 191 <AggregatedArray gml:id=" C1HoIIBV">191 <AggregatedArray gml:id="BhoIErga"> 192 192 <aggType>new</aggType> 193 193 <aggIndex>1</aggIndex> … … 196 196 <arraySize>1 73 96</arraySize> 197 197 <variableName>solar_3</variableName> 198 <fileList xlink:href="# U139ISta"></fileList>198 <fileList xlink:href="#OAo9lW06"></fileList> 199 199 </NetCDFExtract> 200 200 </component> … … 204 204 </descriptor> 205 205 <descriptor> 206 <AggregatedArray gml:id=" plTwK2pR">206 <AggregatedArray gml:id="lJqhceeL"> 207 207 <aggType>new</aggType> 208 208 <aggIndex>1</aggIndex> … … 211 211 <arraySize>1 73 96</arraySize> 212 212 <variableName>solar_2</variableName> 213 <fileList xlink:href="# U139ISta"></fileList>213 <fileList xlink:href="#OAo9lW06"></fileList> 214 214 </NetCDFExtract> 215 215 </component> … … 219 219 </descriptor> 220 220 <descriptor> 221 <AggregatedArray gml:id=" OgE8E9xr">221 <AggregatedArray gml:id="Z08wJ6Fq"> 222 222 <aggType>new</aggType> 223 223 <aggIndex>1</aggIndex> … … 226 226 <arraySize>18 73 96</arraySize> 227 227 <variableName>C2H5O2</variableName> 228 <fileList xlink:href="# U139ISta"></fileList>228 <fileList xlink:href="#OAo9lW06"></fileList> 229 229 </NetCDFExtract> 230 230 </component> … … 234 234 </descriptor> 235 235 <descriptor> 236 <AggregatedArray gml:id=" AuL6SdEl">236 <AggregatedArray gml:id="qcC2VuJ3"> 237 237 <aggType>new</aggType> 238 238 <aggIndex>1</aggIndex> … … 241 241 <arraySize>1 73 96</arraySize> 242 242 <variableName>field1527</variableName> 243 <fileList xlink:href="# U139ISta"></fileList>243 <fileList xlink:href="#OAo9lW06"></fileList> 244 244 </NetCDFExtract> 245 245 </component> … … 249 249 </descriptor> 250 250 <descriptor> 251 <AggregatedArray gml:id=" hQCcMBt1">251 <AggregatedArray gml:id="U6TtDG5W"> 252 252 <aggType>new</aggType> 253 253 <aggIndex>1</aggIndex> … … 256 256 <arraySize>1 73 96</arraySize> 257 257 <variableName>field1526</variableName> 258 <fileList xlink:href="# U139ISta"></fileList>258 <fileList xlink:href="#OAo9lW06"></fileList> 259 259 </NetCDFExtract> 260 260 </component> … … 264 264 </descriptor> 265 265 <descriptor> 266 <AggregatedArray gml:id=" UeygmcrK">266 <AggregatedArray gml:id="T5DpqY5a"> 267 267 <aggType>new</aggType> 268 268 <aggIndex>1</aggIndex> … … 271 271 <arraySize>1 73 96</arraySize> 272 272 <variableName>snowdepth</variableName> 273 <fileList xlink:href="# U139ISta"></fileList>273 <fileList xlink:href="#OAo9lW06"></fileList> 274 274 </NetCDFExtract> 275 275 </component> … … 279 279 </descriptor> 280 280 <descriptor> 281 <AggregatedArray gml:id=" T7rOR76C">281 <AggregatedArray gml:id="xPi3GHKY"> 282 282 <aggType>new</aggType> 283 283 <aggIndex>1</aggIndex> … … 286 286 <arraySize>1 72 96</arraySize> 287 287 <variableName>taux_1</variableName> 288 <fileList xlink:href="# U139ISta"></fileList>288 <fileList xlink:href="#OAo9lW06"></fileList> 289 289 </NetCDFExtract> 290 290 </component> … … 294 294 </descriptor> 295 295 <descriptor> 296 <AggregatedArray gml:id=" ZOOLGI21">296 <AggregatedArray gml:id="J28BEZOm"> 297 297 <aggType>new</aggType> 298 298 <aggIndex>1</aggIndex> … … 301 301 <arraySize>1 73 96</arraySize> 302 302 <variableName>botmelt</variableName> 303 <fileList xlink:href="# U139ISta"></fileList>303 <fileList xlink:href="#OAo9lW06"></fileList> 304 304 </NetCDFExtract> 305 305 </component> … … 309 309 </descriptor> 310 310 <descriptor> 311 <AggregatedArray gml:id=" WEpBiICi">311 <AggregatedArray gml:id="tFvHUFS4"> 312 312 <aggType>new</aggType> 313 313 <aggIndex>1</aggIndex> … … 316 316 <arraySize>17 72 96</arraySize> 317 317 <variableName>taux_2</variableName> 318 <fileList xlink:href="# U139ISta"></fileList>318 <fileList xlink:href="#OAo9lW06"></fileList> 319 319 </NetCDFExtract> 320 320 </component> … … 324 324 </descriptor> 325 325 <descriptor> 326 <AggregatedArray gml:id=" aA084N7W">326 <AggregatedArray gml:id="kz0oqQLQ"> 327 327 <aggType>new</aggType> 328 328 <aggIndex>1</aggIndex> … … 331 331 <arraySize>19 73 96</arraySize> 332 332 <variableName>O3</variableName> 333 <fileList xlink:href="# U139ISta"></fileList>333 <fileList xlink:href="#OAo9lW06"></fileList> 334 334 </NetCDFExtract> 335 335 </component> … … 339 339 </descriptor> 340 340 <descriptor> 341 <AggregatedArray gml:id=" kQnHz0PJ">341 <AggregatedArray gml:id="KWcBsz7y"> 342 342 <aggType>new</aggType> 343 343 <aggIndex>1</aggIndex> … … 346 346 <arraySize>1 73 96</arraySize> 347 347 <variableName>field1528</variableName> 348 <fileList xlink:href="# U139ISta"></fileList>348 <fileList xlink:href="#OAo9lW06"></fileList> 349 349 </NetCDFExtract> 350 350 </component> … … 354 354 </descriptor> 355 355 <descriptor> 356 <AggregatedArray gml:id=" UO0N58nd">356 <AggregatedArray gml:id="RgPmLffO"> 357 357 <aggType>new</aggType> 358 358 <aggIndex>1</aggIndex> … … 361 361 <arraySize>1 73 96</arraySize> 362 362 <variableName>lh</variableName> 363 <fileList xlink:href="# U139ISta"></fileList>363 <fileList xlink:href="#OAo9lW06"></fileList> 364 364 </NetCDFExtract> 365 365 </component> … … 369 369 </descriptor> 370 370 <descriptor> 371 <AggregatedArray gml:id=" nJUKpaPf">371 <AggregatedArray gml:id="tY7gGBCn"> 372 372 <aggType>new</aggType> 373 373 <aggIndex>1</aggIndex> … … 376 376 <arraySize>1 73 96</arraySize> 377 377 <variableName>wme</variableName> 378 <fileList xlink:href="# U139ISta"></fileList>378 <fileList xlink:href="#OAo9lW06"></fileList> 379 379 </NetCDFExtract> 380 380 </component> … … 384 384 </descriptor> 385 385 <descriptor> 386 <AggregatedArray gml:id=" bJ3MLy5q">386 <AggregatedArray gml:id="rMfYUcpy"> 387 387 <aggType>new</aggType> 388 388 <aggIndex>1</aggIndex> … … 391 391 <arraySize>1 72 96</arraySize> 392 392 <variableName>v_1</variableName> 393 <fileList xlink:href="# U139ISta"></fileList>393 <fileList xlink:href="#OAo9lW06"></fileList> 394 394 </NetCDFExtract> 395 395 </component> … … 399 399 </descriptor> 400 400 <descriptor> 401 <AggregatedArray gml:id=" AXVVwdCf">401 <AggregatedArray gml:id="FqXctCPV"> 402 402 <aggType>new</aggType> 403 403 <aggIndex>1</aggIndex> … … 406 406 <arraySize>15 72 96</arraySize> 407 407 <variableName>v_2</variableName> 408 <fileList xlink:href="# U139ISta"></fileList>408 <fileList xlink:href="#OAo9lW06"></fileList> 409 409 </NetCDFExtract> 410 410 </component> … … 414 414 </descriptor> 415 415 <descriptor> 416 <AggregatedArray gml:id=" P4zml2Ox">416 <AggregatedArray gml:id="r1BD870g"> 417 417 <aggType>new</aggType> 418 418 <aggIndex>1</aggIndex> … … 421 421 <arraySize>1 73 96</arraySize> 422 422 <variableName>field207_1</variableName> 423 <fileList xlink:href="# U139ISta"></fileList>423 <fileList xlink:href="#OAo9lW06"></fileList> 424 424 </NetCDFExtract> 425 425 </component> … … 429 429 </descriptor> 430 430 <descriptor> 431 <AggregatedArray gml:id=" WTOdUdiL">431 <AggregatedArray gml:id="OQnYdP1I"> 432 432 <aggType>new</aggType> 433 433 <aggIndex>1</aggIndex> … … 436 436 <arraySize>1 73 96</arraySize> 437 437 <variableName>field259</variableName> 438 <fileList xlink:href="# U139ISta"></fileList>438 <fileList xlink:href="#OAo9lW06"></fileList> 439 439 </NetCDFExtract> 440 440 </component> … … 444 444 </descriptor> 445 445 <descriptor> 446 <AggregatedArray gml:id=" xhdWPsLt">446 <AggregatedArray gml:id="RptPAHsk"> 447 447 <aggType>new</aggType> 448 448 <aggIndex>1</aggIndex> … … 451 451 <arraySize>1 73 96</arraySize> 452 452 <variableName>field1532</variableName> 453 <fileList xlink:href="# U139ISta"></fileList>453 <fileList xlink:href="#OAo9lW06"></fileList> 454 454 </NetCDFExtract> 455 455 </component> … … 459 459 </descriptor> 460 460 <descriptor> 461 <AggregatedArray gml:id=" NCsGmZnM">461 <AggregatedArray gml:id="x6wdYLhf"> 462 462 <aggType>new</aggType> 463 463 <aggIndex>1</aggIndex> … … 466 466 <arraySize>1 73 96</arraySize> 467 467 <variableName>field1533</variableName> 468 <fileList xlink:href="# U139ISta"></fileList>468 <fileList xlink:href="#OAo9lW06"></fileList> 469 469 </NetCDFExtract> 470 470 </component> … … 474 474 </descriptor> 475 475 <descriptor> 476 <AggregatedArray gml:id=" RrGGq5dg">476 <AggregatedArray gml:id="tTiX0SEF"> 477 477 <aggType>new</aggType> 478 478 <aggIndex>1</aggIndex> … … 481 481 <arraySize>1 73 96</arraySize> 482 482 <variableName>field1531</variableName> 483 <fileList xlink:href="# U139ISta"></fileList>483 <fileList xlink:href="#OAo9lW06"></fileList> 484 484 </NetCDFExtract> 485 485 </component> … … 489 489 </descriptor> 490 490 <descriptor> 491 <AggregatedArray gml:id=" gkFxCAzn">491 <AggregatedArray gml:id="DlF2Y2fP"> 492 492 <aggType>new</aggType> 493 493 <aggIndex>1</aggIndex> … … 496 496 <arraySize>19 73 96</arraySize> 497 497 <variableName>cslwhr</variableName> 498 <fileList xlink:href="# U139ISta"></fileList>498 <fileList xlink:href="#OAo9lW06"></fileList> 499 499 </NetCDFExtract> 500 500 </component> … … 504 504 </descriptor> 505 505 <descriptor> 506 <AggregatedArray gml:id=" ZwJB020P">506 <AggregatedArray gml:id="NgOi2Hx3"> 507 507 <aggType>new</aggType> 508 508 <aggIndex>1</aggIndex> … … 511 511 <arraySize>1 73 96</arraySize> 512 512 <variableName>lsrain</variableName> 513 <fileList xlink:href="# U139ISta"></fileList>513 <fileList xlink:href="#OAo9lW06"></fileList> 514 514 </NetCDFExtract> 515 515 </component> … … 519 519 </descriptor> 520 520 <descriptor> 521 <AggregatedArray gml:id=" GFn3XVOl">521 <AggregatedArray gml:id="oUafWoUo"> 522 522 <aggType>new</aggType> 523 523 <aggIndex>1</aggIndex> … … 526 526 <arraySize>1 73 96</arraySize> 527 527 <variableName>csilr</variableName> 528 <fileList xlink:href="# U139ISta"></fileList>528 <fileList xlink:href="#OAo9lW06"></fileList> 529 529 </NetCDFExtract> 530 530 </component> … … 534 534 </descriptor> 535 535 <descriptor> 536 <AggregatedArray gml:id=" OgGxf4gZ">536 <AggregatedArray gml:id="V87PIJUR"> 537 537 <aggType>new</aggType> 538 538 <aggIndex>1</aggIndex> … … 541 541 <arraySize>18 73 96</arraySize> 542 542 <variableName>CH3O2</variableName> 543 <fileList xlink:href="# U139ISta"></fileList>543 <fileList xlink:href="#OAo9lW06"></fileList> 544 544 </NetCDFExtract> 545 545 </component> … … 549 549 </descriptor> 550 550 <descriptor> 551 <AggregatedArray gml:id=" WfYf9FzH">551 <AggregatedArray gml:id="Q1c3KysV"> 552 552 <aggType>new</aggType> 553 553 <aggIndex>1</aggIndex> … … 556 556 <arraySize>1 73 96</arraySize> 557 557 <variableName>field219_1</variableName> 558 <fileList xlink:href="# U139ISta"></fileList>558 <fileList xlink:href="#OAo9lW06"></fileList> 559 559 </NetCDFExtract> 560 560 </component> … … 564 564 </descriptor> 565 565 <descriptor> 566 <AggregatedArray gml:id=" gZjYBB95">566 <AggregatedArray gml:id="Sj0gcXD5"> 567 567 <aggType>new</aggType> 568 568 <aggIndex>1</aggIndex> … … 571 571 <arraySize>19 73 96</arraySize> 572 572 <variableName>convcld_1</variableName> 573 <fileList xlink:href="# U139ISta"></fileList>573 <fileList xlink:href="#OAo9lW06"></fileList> 574 574 </NetCDFExtract> 575 575 </component> … … 579 579 </descriptor> 580 580 <descriptor> 581 <AggregatedArray gml:id=" U3Fdzb1b">581 <AggregatedArray gml:id="NI1Kn35S"> 582 582 <aggType>new</aggType> 583 583 <aggIndex>1</aggIndex> … … 586 586 <arraySize>1 73 96</arraySize> 587 587 <variableName>p</variableName> 588 <fileList xlink:href="# U139ISta"></fileList>588 <fileList xlink:href="#OAo9lW06"></fileList> 589 589 </NetCDFExtract> 590 590 </component> … … 594 594 </descriptor> 595 595 <descriptor> 596 <AggregatedArray gml:id=" lYjpZiH5">596 <AggregatedArray gml:id="PoiFYOlH"> 597 597 <aggType>new</aggType> 598 598 <aggIndex>1</aggIndex> … … 601 601 <arraySize>18 73 96</arraySize> 602 602 <variableName>CH3COO2</variableName> 603 <fileList xlink:href="# U139ISta"></fileList>603 <fileList xlink:href="#OAo9lW06"></fileList> 604 604 </NetCDFExtract> 605 605 </component> … … 609 609 </descriptor> 610 610 <descriptor> 611 <AggregatedArray gml:id=" ktaYsnHp">611 <AggregatedArray gml:id="FRK1gjUR"> 612 612 <aggType>new</aggType> 613 613 <aggIndex>1</aggIndex> … … 616 616 <arraySize>1 73 96</arraySize> 617 617 <variableName>field30</variableName> 618 <fileList xlink:href="# U139ISta"></fileList>618 <fileList xlink:href="#OAo9lW06"></fileList> 619 619 </NetCDFExtract> 620 620 </component> … … 624 624 </descriptor> 625 625 <descriptor> 626 <AggregatedArray gml:id=" B8bpHZ6W">626 <AggregatedArray gml:id="pPwYnn1J"> 627 627 <aggType>new</aggType> 628 628 <aggIndex>1</aggIndex> … … 631 631 <arraySize>4 73 96</arraySize> 632 632 <variableName>sm_1</variableName> 633 <fileList xlink:href="# U139ISta"></fileList>633 <fileList xlink:href="#OAo9lW06"></fileList> 634 634 </NetCDFExtract> 635 635 </component> … … 639 639 </descriptor> 640 640 <descriptor> 641 <AggregatedArray gml:id=" esio2Cxl">641 <AggregatedArray gml:id="XhwGLaRT"> 642 642 <aggType>new</aggType> 643 643 <aggIndex>1</aggIndex> … … 646 646 <arraySize>1 73 96</arraySize> 647 647 <variableName>field201_1</variableName> 648 <fileList xlink:href="# U139ISta"></fileList>648 <fileList xlink:href="#OAo9lW06"></fileList> 649 649 </NetCDFExtract> 650 650 </component> … … 654 654 </descriptor> 655 655 <descriptor> 656 <AggregatedArray gml:id=" S6NGQNvW">656 <AggregatedArray gml:id="ECKVT7pR"> 657 657 <aggType>new</aggType> 658 658 <aggIndex>1</aggIndex> … … 661 661 <arraySize>19 73 96</arraySize> 662 662 <variableName>cldamount</variableName> 663 <fileList xlink:href="# U139ISta"></fileList>663 <fileList xlink:href="#OAo9lW06"></fileList> 664 664 </NetCDFExtract> 665 665 </component> … … 669 669 </descriptor> 670 670 <descriptor> 671 <AggregatedArray gml:id=" aTt3NhIP">671 <AggregatedArray gml:id="zwhSO34F"> 672 672 <aggType>new</aggType> 673 673 <aggIndex>1</aggIndex> … … 676 676 <arraySize>1 73 96</arraySize> 677 677 <variableName>olr</variableName> 678 <fileList xlink:href="# U139ISta"></fileList>678 <fileList xlink:href="#OAo9lW06"></fileList> 679 679 </NetCDFExtract> 680 680 </component> … … 684 684 </descriptor> 685 685 <descriptor> 686 <AggregatedArray gml:id=" oWbNObJL">686 <AggregatedArray gml:id="Otqb2mch"> 687 687 <aggType>new</aggType> 688 688 <aggIndex>1</aggIndex> … … 691 691 <arraySize>4 73 96</arraySize> 692 692 <variableName>soiltemp</variableName> 693 <fileList xlink:href="# U139ISta"></fileList>693 <fileList xlink:href="#OAo9lW06"></fileList> 694 694 </NetCDFExtract> 695 695 </component> … … 699 699 </descriptor> 700 700 <descriptor> 701 <AggregatedArray gml:id=" dp3TMb8K">701 <AggregatedArray gml:id="ukjvcXXa"> 702 702 <aggType>new</aggType> 703 703 <aggIndex>1</aggIndex> … … 706 706 <arraySize>1 73 96</arraySize> 707 707 <variableName>lssnow</variableName> 708 <fileList xlink:href="# U139ISta"></fileList>708 <fileList xlink:href="#OAo9lW06"></fileList> 709 709 </NetCDFExtract> 710 710 </component> … … 714 714 </descriptor> 715 715 <descriptor> 716 <AggregatedArray gml:id=" CFCbAl3B">716 <AggregatedArray gml:id="MY7HYsTJ"> 717 717 <aggType>new</aggType> 718 718 <aggIndex>1</aggIndex> … … 721 721 <arraySize>18 73 96</arraySize> 722 722 <variableName>H2O2</variableName> 723 <fileList xlink:href="# U139ISta"></fileList>723 <fileList xlink:href="#OAo9lW06"></fileList> 724 724 </NetCDFExtract> 725 725 </component> … … 729 729 </descriptor> 730 730 <descriptor> 731 <AggregatedArray gml:id=" farovCt8">731 <AggregatedArray gml:id="tlldxFu8"> 732 732 <aggType>new</aggType> 733 733 <aggIndex>1</aggIndex> … … 736 736 <arraySize>1 73 96</arraySize> 737 737 <variableName>field1529</variableName> 738 <fileList xlink:href="# U139ISta"></fileList>738 <fileList xlink:href="#OAo9lW06"></fileList> 739 739 </NetCDFExtract> 740 740 </component> … … 744 744 </descriptor> 745 745 <descriptor> 746 <AggregatedArray gml:id=" nxDJ22Wx">746 <AggregatedArray gml:id="j72YNEHy"> 747 747 <aggType>new</aggType> 748 748 <aggIndex>1</aggIndex> … … 751 751 <arraySize>1 73 96</arraySize> 752 752 <variableName>field184_2</variableName> 753 <fileList xlink:href="# U139ISta"></fileList>753 <fileList xlink:href="#OAo9lW06"></fileList> 754 754 </NetCDFExtract> 755 755 </component> … … 759 759 </descriptor> 760 760 <descriptor> 761 <AggregatedArray gml:id=" P3C6u9LN">761 <AggregatedArray gml:id="qrhFkZfH"> 762 762 <aggType>new</aggType> 763 763 <aggIndex>1</aggIndex> … … 766 766 <arraySize>1 73 96</arraySize> 767 767 <variableName>field208</variableName> 768 <fileList xlink:href="# U139ISta"></fileList>768 <fileList xlink:href="#OAo9lW06"></fileList> 769 769 </NetCDFExtract> 770 770 </component> … … 774 774 </descriptor> 775 775 <descriptor> 776 <AggregatedArray gml:id=" LAFZg3l0">776 <AggregatedArray gml:id="VOqOjvYt"> 777 777 <aggType>new</aggType> 778 778 <aggIndex>1</aggIndex> … … 781 781 <arraySize>1 73 96</arraySize> 782 782 <variableName>field184_1</variableName> 783 <fileList xlink:href="# U139ISta"></fileList>783 <fileList xlink:href="#OAo9lW06"></fileList> 784 784 </NetCDFExtract> 785 785 </component> … … 789 789 </descriptor> 790 790 <descriptor> 791 <AggregatedArray gml:id=" wRkuX428">791 <AggregatedArray gml:id="r6dBvy7s"> 792 792 <aggType>new</aggType> 793 793 <aggIndex>1</aggIndex> … … 796 796 <arraySize>19 73 96</arraySize> 797 797 <variableName>theta</variableName> 798 <fileList xlink:href="# U139ISta"></fileList>798 <fileList xlink:href="#OAo9lW06"></fileList> 799 799 </NetCDFExtract> 800 800 </component> … … 804 804 </descriptor> 805 805 <descriptor> 806 <AggregatedArray gml:id="L kfFpRKU">806 <AggregatedArray gml:id="LhyONejs"> 807 807 <aggType>new</aggType> 808 808 <aggIndex>1</aggIndex> … … 811 811 <arraySize>1 73 96</arraySize> 812 812 <variableName>rh</variableName> 813 <fileList xlink:href="# U139ISta"></fileList>813 <fileList xlink:href="#OAo9lW06"></fileList> 814 814 </NetCDFExtract> 815 815 </component> … … 819 819 </descriptor> 820 820 <descriptor> 821 <AggregatedArray gml:id=" xbHtTRwQ">821 <AggregatedArray gml:id="Ex9hL0dn"> 822 822 <aggType>new</aggType> 823 823 <aggIndex>1</aggIndex> … … 826 826 <arraySize>15 72 96</arraySize> 827 827 <variableName>ht_1</variableName> 828 <fileList xlink:href="# U139ISta"></fileList>828 <fileList xlink:href="#OAo9lW06"></fileList> 829 829 </NetCDFExtract> 830 830 </component> … … 834 834 </descriptor> 835 835 <descriptor> 836 <AggregatedArray gml:id=" uoZFQEQi">836 <AggregatedArray gml:id="pVxrR04i"> 837 837 <aggType>new</aggType> 838 838 <aggIndex>1</aggIndex> … … 841 841 <arraySize>15 73 96</arraySize> 842 842 <variableName>ht_2</variableName> 843 <fileList xlink:href="# U139ISta"></fileList>843 <fileList xlink:href="#OAo9lW06"></fileList> 844 844 </NetCDFExtract> 845 845 </component> … … 849 849 </descriptor> 850 850 <descriptor> 851 <AggregatedArray gml:id=" SPliB7Zx">851 <AggregatedArray gml:id="FEo5TcGT"> 852 852 <aggType>new</aggType> 853 853 <aggIndex>1</aggIndex> … … 856 856 <arraySize>19 73 96</arraySize> 857 857 <variableName>convcldwater</variableName> 858 <fileList xlink:href="# U139ISta"></fileList>858 <fileList xlink:href="#OAo9lW06"></fileList> 859 859 </NetCDFExtract> 860 860 </component> … … 864 864 </descriptor> 865 865 <descriptor> 866 <AggregatedArray gml:id=" gYiSujzg">866 <AggregatedArray gml:id="HR1paDNb"> 867 867 <aggType>new</aggType> 868 868 <aggIndex>1</aggIndex> … … 871 871 <arraySize>1 73 96</arraySize> 872 872 <variableName>rain</variableName> 873 <fileList xlink:href="# U139ISta"></fileList>873 <fileList xlink:href="#OAo9lW06"></fileList> 874 874 </NetCDFExtract> 875 875 </component> … … 879 879 </descriptor> 880 880 <descriptor> 881 <AggregatedArray gml:id=" wBeJbPfs">881 <AggregatedArray gml:id="aQdwUIli"> 882 882 <aggType>new</aggType> 883 883 <aggIndex>1</aggIndex> … … 886 886 <arraySize>15 73 96</arraySize> 887 887 <variableName>rh_1</variableName> 888 <fileList xlink:href="# U139ISta"></fileList>888 <fileList xlink:href="#OAo9lW06"></fileList> 889 889 </NetCDFExtract> 890 890 </component> … … 894 894 </descriptor> 895 895 <descriptor> 896 <AggregatedArray gml:id=" tpBjgIXP">896 <AggregatedArray gml:id="KG1fDYD7"> 897 897 <aggType>new</aggType> 898 898 <aggIndex>1</aggIndex> … … 901 901 <arraySize>1 73 96</arraySize> 902 902 <variableName>p_2</variableName> 903 <fileList xlink:href="# U139ISta"></fileList>903 <fileList xlink:href="#OAo9lW06"></fileList> 904 904 </NetCDFExtract> 905 905 </component> … … 909 909 </descriptor> 910 910 <descriptor> 911 <AggregatedArray gml:id=" ZBzVyLFb">911 <AggregatedArray gml:id="W4tJ8OQo"> 912 912 <aggType>new</aggType> 913 913 <aggIndex>1</aggIndex> … … 916 916 <arraySize>1 73 96</arraySize> 917 917 <variableName>longwave</variableName> 918 <fileList xlink:href="# U139ISta"></fileList>918 <fileList xlink:href="#OAo9lW06"></fileList> 919 919 </NetCDFExtract> 920 920 </component> … … 924 924 </descriptor> 925 925 <descriptor> 926 <AggregatedArray gml:id=" vbmh4tDZ">926 <AggregatedArray gml:id="KpWPSmd5"> 927 927 <aggType>new</aggType> 928 928 <aggIndex>1</aggIndex> … … 931 931 <arraySize>1 73 96</arraySize> 932 932 <variableName>iceconc</variableName> 933 <fileList xlink:href="# U139ISta"></fileList>933 <fileList xlink:href="#OAo9lW06"></fileList> 934 934 </NetCDFExtract> 935 935 </component> … … 939 939 </descriptor> 940 940 <descriptor> 941 <AggregatedArray gml:id=" bLpDzAZe">941 <AggregatedArray gml:id="ebxaxjge"> 942 942 <aggType>new</aggType> 943 943 <aggIndex>1</aggIndex> … … 946 946 <arraySize>1 73 96</arraySize> 947 947 <variableName>sh_2</variableName> 948 <fileList xlink:href="# U139ISta"></fileList>948 <fileList xlink:href="#OAo9lW06"></fileList> 949 949 </NetCDFExtract> 950 950 </component> … … 954 954 </descriptor> 955 955 <descriptor> 956 <AggregatedArray gml:id=" Kc3MixFp">956 <AggregatedArray gml:id="M6nS6uRG"> 957 957 <aggType>new</aggType> 958 958 <aggIndex>1</aggIndex> … … 961 961 <arraySize>1 73 96</arraySize> 962 962 <variableName>precip</variableName> 963 <fileList xlink:href="# U139ISta"></fileList>963 <fileList xlink:href="#OAo9lW06"></fileList> 964 964 </NetCDFExtract> 965 965 </component> … … 969 969 </descriptor> 970 970 <descriptor> 971 <AggregatedArray gml:id=" j54GO3BP">971 <AggregatedArray gml:id="s9AVRmYA"> 972 972 <aggType>new</aggType> 973 973 <aggIndex>1</aggIndex> … … 976 976 <arraySize>1 73 96</arraySize> 977 977 <variableName>ilr</variableName> 978 <fileList xlink:href="# U139ISta"></fileList>978 <fileList xlink:href="#OAo9lW06"></fileList> 979 979 </NetCDFExtract> 980 980 </component> … … 984 984 </descriptor> 985 985 <descriptor> 986 <AggregatedArray gml:id=" ON7EiFDq">986 <AggregatedArray gml:id="I4wnlzEJ"> 987 987 <aggType>new</aggType> 988 988 <aggIndex>1</aggIndex> … … 991 991 <arraySize>1 73 96</arraySize> 992 992 <variableName>q_1</variableName> 993 <fileList xlink:href="# U139ISta"></fileList>993 <fileList xlink:href="#OAo9lW06"></fileList> 994 994 </NetCDFExtract> 995 995 </component> … … 999 999 </descriptor> 1000 1000 <descriptor> 1001 <AggregatedArray gml:id=" iEOgZlWS">1001 <AggregatedArray gml:id="fwAm5ZY7"> 1002 1002 <aggType>new</aggType> 1003 1003 <aggIndex>1</aggIndex> … … 1006 1006 <arraySize>1 73 96</arraySize> 1007 1007 <variableName>field207</variableName> 1008 <fileList xlink:href="# U139ISta"></fileList>1008 <fileList xlink:href="#OAo9lW06"></fileList> 1009 1009 </NetCDFExtract> 1010 1010 </component> … … 1014 1014 </descriptor> 1015 1015 <descriptor> 1016 <AggregatedArray gml:id=" menteNGB">1016 <AggregatedArray gml:id="TQE4togN"> 1017 1017 <aggType>new</aggType> 1018 1018 <aggIndex>1</aggIndex> … … 1021 1021 <arraySize>1 73 96</arraySize> 1022 1022 <variableName>field203</variableName> 1023 <fileList xlink:href="# U139ISta"></fileList>1023 <fileList xlink:href="#OAo9lW06"></fileList> 1024 1024 </NetCDFExtract> 1025 1025 </component> … … 1029 1029 </descriptor> 1030 1030 <descriptor> 1031 <AggregatedArray gml:id=" WGtYrPqe">1031 <AggregatedArray gml:id="C70bqILD"> 1032 1032 <aggType>new</aggType> 1033 1033 <aggIndex>1</aggIndex> … … 1036 1036 <arraySize>1 73 96</arraySize> 1037 1037 <variableName>field200</variableName> 1038 <fileList xlink:href="# U139ISta"></fileList>1038 <fileList xlink:href="#OAo9lW06"></fileList> 1039 1039 </NetCDFExtract> 1040 1040 </component> … … 1044 1044 </descriptor> 1045 1045 <descriptor> 1046 <AggregatedArray gml:id=" FHPlO45q">1046 <AggregatedArray gml:id="vSxnDVwJ"> 1047 1047 <aggType>new</aggType> 1048 1048 <aggIndex>1</aggIndex> … … 1051 1051 <arraySize>1 73 96</arraySize> 1052 1052 <variableName>field201</variableName> 1053 <fileList xlink:href="# U139ISta"></fileList>1053 <fileList xlink:href="#OAo9lW06"></fileList> 1054 1054 </NetCDFExtract> 1055 1055 </component> … … 1059 1059 </descriptor> 1060 1060 <descriptor> 1061 <AggregatedArray gml:id=" EvnYQPy9">1061 <AggregatedArray gml:id="cCI25ovS"> 1062 1062 <aggType>new</aggType> 1063 1063 <aggIndex>1</aggIndex> … … 1066 1066 <arraySize>1 73 96</arraySize> 1067 1067 <variableName>temp_1</variableName> 1068 <fileList xlink:href="# U139ISta"></fileList>1068 <fileList xlink:href="#OAo9lW06"></fileList> 1069 1069 </NetCDFExtract> 1070 1070 </component> … … 1074 1074 </descriptor> 1075 1075 <descriptor> 1076 <AggregatedArray gml:id=" EXdDRrhM">1076 <AggregatedArray gml:id="FxMST4gv"> 1077 1077 <aggType>new</aggType> 1078 1078 <aggIndex>1</aggIndex> … … 1081 1081 <arraySize>18 73 96</arraySize> 1082 1082 <variableName>CH3CHO</variableName> 1083 <fileList xlink:href="# U139ISta"></fileList>1083 <fileList xlink:href="#OAo9lW06"></fileList> 1084 1084 </NetCDFExtract> 1085 1085 </component> … … 1089 1089 </descriptor> 1090 1090 <descriptor> 1091 <AggregatedArray gml:id=" lT3V1nV6">1091 <AggregatedArray gml:id="kj32kumn"> 1092 1092 <aggType>new</aggType> 1093 1093 <aggIndex>1</aggIndex> … … 1096 1096 <arraySize>15 73 96</arraySize> 1097 1097 <variableName>temp_3</variableName> 1098 <fileList xlink:href="# U139ISta"></fileList>1098 <fileList xlink:href="#OAo9lW06"></fileList> 1099 1099 </NetCDFExtract> 1100 1100 </component> … … 1104 1104 </descriptor> 1105 1105 <descriptor> 1106 <AggregatedArray gml:id=" DO6Jy1jv">1106 <AggregatedArray gml:id="V00fik6O"> 1107 1107 <aggType>new</aggType> 1108 1108 <aggIndex>1</aggIndex> … … 1111 1111 <arraySize>15 72 96</arraySize> 1112 1112 <variableName>temp_2</variableName> 1113 <fileList xlink:href="# U139ISta"></fileList>1113 <fileList xlink:href="#OAo9lW06"></fileList> 1114 1114 </NetCDFExtract> 1115 1115 </component> … … 1119 1119 </descriptor> 1120 1120 <descriptor> 1121 <AggregatedArray gml:id=" lb1dFgqz">1121 <AggregatedArray gml:id="dsNZWoiV"> 1122 1122 <aggType>new</aggType> 1123 1123 <aggIndex>1</aggIndex> … … 1126 1126 <arraySize>1 73 96</arraySize> 1127 1127 <variableName>longwave_2</variableName> 1128 <fileList xlink:href="# U139ISta"></fileList>1128 <fileList xlink:href="#OAo9lW06"></fileList> 1129 1129 </NetCDFExtract> 1130 1130 </component> … … 1134 1134 </descriptor> 1135 1135 <descriptor> 1136 <AggregatedArray gml:id=" Rv2ADgU5">1136 <AggregatedArray gml:id="Hn5tRiA4"> 1137 1137 <aggType>new</aggType> 1138 1138 <aggIndex>1</aggIndex> … … 1141 1141 <arraySize>1 73 96</arraySize> 1142 1142 <variableName>longwave_1</variableName> 1143 <fileList xlink:href="# U139ISta"></fileList>1143 <fileList xlink:href="#OAo9lW06"></fileList> 1144 1144 </NetCDFExtract> 1145 1145 </component> … … 1149 1149 </descriptor> 1150 1150 <descriptor> 1151 <AggregatedArray gml:id=" aKCaqT1q">1151 <AggregatedArray gml:id="zxqvNM4q"> 1152 1152 <aggType>new</aggType> 1153 1153 <aggIndex>1</aggIndex> … … 1156 1156 <arraySize>1 73 96</arraySize> 1157 1157 <variableName>icedepth</variableName> 1158 <fileList xlink:href="# U139ISta"></fileList>1158 <fileList xlink:href="#OAo9lW06"></fileList> 1159 1159 </NetCDFExtract> 1160 1160 </component> … … 1164 1164 </descriptor> 1165 1165 <descriptor> 1166 <AggregatedArray gml:id=" L7huIsb2">1166 <AggregatedArray gml:id="ICOA7Ksr"> 1167 1167 <aggType>new</aggType> 1168 1168 <aggIndex>1</aggIndex> … … 1171 1171 <arraySize>1 73 96</arraySize> 1172 1172 <variableName>field219</variableName> 1173 <fileList xlink:href="# U139ISta"></fileList>1173 <fileList xlink:href="#OAo9lW06"></fileList> 1174 1174 </NetCDFExtract> 1175 1175 </component> … … 1179 1179 </descriptor> 1180 1180 <descriptor> 1181 <AggregatedArray gml:id=" cmlA8zdF">1181 <AggregatedArray gml:id="evv0BOEg"> 1182 1182 <aggType>new</aggType> 1183 1183 <aggIndex>1</aggIndex> … … 1186 1186 <arraySize>1 73 96</arraySize> 1187 1187 <variableName>field197</variableName> 1188 <fileList xlink:href="# U139ISta"></fileList>1188 <fileList xlink:href="#OAo9lW06"></fileList> 1189 1189 </NetCDFExtract> 1190 1190 </component> … … 1194 1194 </descriptor> 1195 1195 <descriptor> 1196 <AggregatedArray gml:id=" b6qp4yVu">1196 <AggregatedArray gml:id="xKioFqmo"> 1197 1197 <aggType>new</aggType> 1198 1198 <aggIndex>1</aggIndex> … … 1201 1201 <arraySize>19 73 96</arraySize> 1202 1202 <variableName>csswhr</variableName> 1203 <fileList xlink:href="# U139ISta"></fileList>1203 <fileList xlink:href="#OAo9lW06"></fileList> 1204 1204 </NetCDFExtract> 1205 1205 </component> … … 1209 1209 </descriptor> 1210 1210 <descriptor> 1211 <AggregatedArray gml:id=" MXGUKMDg">1211 <AggregatedArray gml:id="oFTwZ3Ia"> 1212 1212 <aggType>new</aggType> 1213 1213 <aggIndex>1</aggIndex> … … 1216 1216 <arraySize>1 73 96</arraySize> 1217 1217 <variableName>cvsnow</variableName> 1218 <fileList xlink:href="# U139ISta"></fileList>1218 <fileList xlink:href="#OAo9lW06"></fileList> 1219 1219 </NetCDFExtract> 1220 1220 </component> … … 1224 1224 </descriptor> 1225 1225 <descriptor> 1226 <AggregatedArray gml:id=" GZ34UjeV">1226 <AggregatedArray gml:id="wpGLwhOY"> 1227 1227 <aggType>new</aggType> 1228 1228 <aggIndex>1</aggIndex> … … 1231 1231 <arraySize>1 73 96</arraySize> 1232 1232 <variableName>QCL_1</variableName> 1233 <fileList xlink:href="# U139ISta"></fileList>1233 <fileList xlink:href="#OAo9lW06"></fileList> 1234 1234 </NetCDFExtract> 1235 1235 </component> … … 1239 1239 </descriptor> 1240 1240 <descriptor> 1241 <AggregatedArray gml:id=" ZQ5k9aUv">1241 <AggregatedArray gml:id="GX4Qb9n9"> 1242 1242 <aggType>new</aggType> 1243 1243 <aggIndex>1</aggIndex> … … 1246 1246 <arraySize>1 73 96</arraySize> 1247 1247 <variableName>solar</variableName> 1248 <fileList xlink:href="# U139ISta"></fileList>1248 <fileList xlink:href="#OAo9lW06"></fileList> 1249 1249 </NetCDFExtract> 1250 1250 </component> … … 1254 1254 </descriptor> 1255 1255 <descriptor> 1256 <AggregatedArray gml:id=" tKq5ExJC">1256 <AggregatedArray gml:id="sWAcr1Em"> 1257 1257 <aggType>new</aggType> 1258 1258 <aggIndex>1</aggIndex> … … 1261 1261 <arraySize>1 73 96</arraySize> 1262 1262 <variableName>ilr_1</variableName> 1263 <fileList xlink:href="# U139ISta"></fileList>1263 <fileList xlink:href="#OAo9lW06"></fileList> 1264 1264 </NetCDFExtract> 1265 1265 </component> … … 1269 1269 </descriptor> 1270 1270 <descriptor> 1271 <AggregatedArray gml:id=" C0viNh0O">1271 <AggregatedArray gml:id="F8mwOv0l"> 1272 1272 <aggType>new</aggType> 1273 1273 <aggIndex>1</aggIndex> … … 1276 1276 <arraySize>19 73 96</arraySize> 1277 1277 <variableName>swhr</variableName> 1278 <fileList xlink:href="# U139ISta"></fileList>1278 <fileList xlink:href="#OAo9lW06"></fileList> 1279 1279 </NetCDFExtract> 1280 1280 </component> … … 1284 1284 </descriptor> 1285 1285 <descriptor> 1286 <AggregatedArray gml:id=" mNC3JYzN">1286 <AggregatedArray gml:id="UWyBI4HF"> 1287 1287 <aggType>new</aggType> 1288 1288 <aggIndex>1</aggIndex> … … 1291 1291 <arraySize>1 73 96</arraySize> 1292 1292 <variableName>temp</variableName> 1293 <fileList xlink:href="# U139ISta"></fileList>1293 <fileList xlink:href="#OAo9lW06"></fileList> 1294 1294 </NetCDFExtract> 1295 1295 </component> … … 1299 1299 </descriptor> 1300 1300 <descriptor> 1301 <AggregatedArray gml:id=" vjdFywHn">1301 <AggregatedArray gml:id="ggmF9jAO"> 1302 1302 <aggType>new</aggType> 1303 1303 <aggIndex>1</aggIndex> … … 1306 1306 <arraySize>1 73 96</arraySize> 1307 1307 <variableName>field1384</variableName> 1308 <fileList xlink:href="# U139ISta"></fileList>1308 <fileList xlink:href="#OAo9lW06"></fileList> 1309 1309 </NetCDFExtract> 1310 1310 </component> … … 1314 1314 </descriptor> 1315 1315 <descriptor> 1316 <AggregatedArray gml:id=" pivJpb9R">1316 <AggregatedArray gml:id="kmhRxf20"> 1317 1317 <aggType>new</aggType> 1318 1318 <aggIndex>1</aggIndex> … … 1321 1321 <arraySize>15 72 96</arraySize> 1322 1322 <variableName>uu</variableName> 1323 <fileList xlink:href="# U139ISta"></fileList>1323 <fileList xlink:href="#OAo9lW06"></fileList> 1324 1324 </NetCDFExtract> 1325 1325 </component> … … 1329 1329 </descriptor> 1330 1330 <descriptor> 1331 <AggregatedArray gml:id=" gxKmmP5A">1331 <AggregatedArray gml:id="Z057ZwGw"> 1332 1332 <aggType>new</aggType> 1333 1333 <aggIndex>1</aggIndex> … … 1336 1336 <arraySize>15 72 96</arraySize> 1337 1337 <variableName>uv</variableName> 1338 <fileList xlink:href="# U139ISta"></fileList>1338 <fileList xlink:href="#OAo9lW06"></fileList> 1339 1339 </NetCDFExtract> 1340 1340 </component> … … 1344 1344 </descriptor> 1345 1345 <descriptor> 1346 <AggregatedArray gml:id=" o8thcKjy">1346 <AggregatedArray gml:id="mN8aZOqb"> 1347 1347 <aggType>new</aggType> 1348 1348 <aggIndex>1</aggIndex> … … 1351 1351 <arraySize>15 72 96</arraySize> 1352 1352 <variableName>uq</variableName> 1353 <fileList xlink:href="# U139ISta"></fileList>1353 <fileList xlink:href="#OAo9lW06"></fileList> 1354 1354 </NetCDFExtract> 1355 1355 </component> … … 1359 1359 </descriptor> 1360 1360 <descriptor> 1361 <AggregatedArray gml:id=" PrQYMJOx">1361 <AggregatedArray gml:id="r7idfoN3"> 1362 1362 <aggType>new</aggType> 1363 1363 <aggIndex>1</aggIndex> … … 1366 1366 <arraySize>19 72 96</arraySize> 1367 1367 <variableName>v</variableName> 1368 <fileList xlink:href="# U139ISta"></fileList>1368 <fileList xlink:href="#OAo9lW06"></fileList> 1369 1369 </NetCDFExtract> 1370 1370 </component> … … 1374 1374 </descriptor> 1375 1375 <descriptor> 1376 <AggregatedArray gml:id=" iJu3XYVt">1376 <AggregatedArray gml:id="ltkOl5LU"> 1377 1377 <aggType>new</aggType> 1378 1378 <aggIndex>1</aggIndex> … … 1381 1381 <arraySize>1 73 96</arraySize> 1382 1382 <variableName>topmelt</variableName> 1383 <fileList xlink:href="# U139ISta"></fileList>1383 <fileList xlink:href="#OAo9lW06"></fileList> 1384 1384 </NetCDFExtract> 1385 1385 </component> … … 1389 1389 </descriptor> 1390 1390 <descriptor> 1391 <AggregatedArray gml:id=" pVy0qyCH">1391 <AggregatedArray gml:id="SastBi0P"> 1392 1392 <aggType>new</aggType> 1393 1393 <aggIndex>1</aggIndex> … … 1396 1396 <arraySize>5 72 1</arraySize> 1397 1397 <variableName>taux</variableName> 1398 <fileList xlink:href="# U139ISta"></fileList>1398 <fileList xlink:href="#OAo9lW06"></fileList> 1399 1399 </NetCDFExtract> 1400 1400 </component> … … 1404 1404 </descriptor> 1405 1405 <descriptor> 1406 <AggregatedArray gml:id=" qTfQmPEO">1406 <AggregatedArray gml:id="jr86LgVC"> 1407 1407 <aggType>new</aggType> 1408 1408 <aggIndex>1</aggIndex> … … 1411 1411 <arraySize>5 72 1</arraySize> 1412 1412 <variableName>tauy</variableName> 1413 <fileList xlink:href="# U139ISta"></fileList>1413 <fileList xlink:href="#OAo9lW06"></fileList> 1414 1414 </NetCDFExtract> 1415 1415 </component> … … 1419 1419 </descriptor> 1420 1420 <descriptor> 1421 <AggregatedArray gml:id=" H0tAIKiw">1421 <AggregatedArray gml:id="S0nSH0Jp"> 1422 1422 <aggType>new</aggType> 1423 1423 <aggIndex>1</aggIndex> … … 1426 1426 <arraySize>5 73 1</arraySize> 1427 1427 <variableName>field184</variableName> 1428 <fileList xlink:href="# U139ISta"></fileList>1428 <fileList xlink:href="#OAo9lW06"></fileList> 1429 1429 </NetCDFExtract> 1430 1430 </component> … … 1434 1434 </descriptor> 1435 1435 <descriptor> 1436 <AggregatedArray gml:id=" j2aEgiWj">1436 <AggregatedArray gml:id="uLGkceGo"> 1437 1437 <aggType>new</aggType> 1438 1438 <aggIndex>1</aggIndex> … … 1441 1441 <arraySize>15 72 96</arraySize> 1442 1442 <variableName>Tv</variableName> 1443 <fileList xlink:href="# U139ISta"></fileList>1443 <fileList xlink:href="#OAo9lW06"></fileList> 1444 1444 </NetCDFExtract> 1445 1445 </component> … … 1449 1449 </descriptor> 1450 1450 <descriptor> 1451 <AggregatedArray gml:id=" hMeqld54">1451 <AggregatedArray gml:id="DCM7AWyf"> 1452 1452 <aggType>new</aggType> 1453 1453 <aggIndex>1</aggIndex> … … 1456 1456 <arraySize>15 72 96</arraySize> 1457 1457 <variableName>Tu</variableName> 1458 <fileList xlink:href="# U139ISta"></fileList>1458 <fileList xlink:href="#OAo9lW06"></fileList> 1459 1459 </NetCDFExtract> 1460 1460 </component> … … 1464 1464 </descriptor> 1465 1465 <descriptor> 1466 <AggregatedArray gml:id=" nONU8O12">1466 <AggregatedArray gml:id="yTWrEUjh"> 1467 1467 <aggType>new</aggType> 1468 1468 <aggIndex>1</aggIndex> … … 1471 1471 <arraySize>4 73 96</arraySize> 1472 1472 <variableName>field1385</variableName> 1473 <fileList xlink:href="# U139ISta"></fileList>1473 <fileList xlink:href="#OAo9lW06"></fileList> 1474 1474 </NetCDFExtract> 1475 1475 </component> … … 1479 1479 </descriptor> 1480 1480 <descriptor> 1481 <AggregatedArray gml:id=" UvFFEylV">1481 <AggregatedArray gml:id="OP6J4QSf"> 1482 1482 <aggType>new</aggType> 1483 1483 <aggIndex>1</aggIndex> … … 1486 1486 <arraySize>15 72 96</arraySize> 1487 1487 <variableName>vq</variableName> 1488 <fileList xlink:href="# U139ISta"></fileList>1488 <fileList xlink:href="#OAo9lW06"></fileList> 1489 1489 </NetCDFExtract> 1490 1490 </component> … … 1494 1494 </descriptor> 1495 1495 <descriptor> 1496 <AggregatedArray gml:id=" wj7iVKSy">1496 <AggregatedArray gml:id="FmjSKw3F"> 1497 1497 <aggType>new</aggType> 1498 1498 <aggIndex>1</aggIndex> … … 1501 1501 <arraySize>17 72 96</arraySize> 1502 1502 <variableName>tauy_2</variableName> 1503 <fileList xlink:href="# U139ISta"></fileList>1503 <fileList xlink:href="#OAo9lW06"></fileList> 1504 1504 </NetCDFExtract> 1505 1505 </component> … … 1509 1509 </descriptor> 1510 1510 <descriptor> 1511 <AggregatedArray gml:id=" kbJvTydc">1511 <AggregatedArray gml:id="OJjaDecX"> 1512 1512 <aggType>new</aggType> 1513 1513 <aggIndex>1</aggIndex> … … 1516 1516 <arraySize>4 73 96</arraySize> 1517 1517 <variableName>field1386</variableName> 1518 <fileList xlink:href="# U139ISta"></fileList>1518 <fileList xlink:href="#OAo9lW06"></fileList> 1519 1519 </NetCDFExtract> 1520 1520 </component> … … 1524 1524 </descriptor> 1525 1525 <descriptor> 1526 <AggregatedArray gml:id=" pmwJrDMv">1526 <AggregatedArray gml:id="P0lydpgX"> 1527 1527 <aggType>new</aggType> 1528 1528 <aggIndex>1</aggIndex> … … 1531 1531 <arraySize>19 73 96</arraySize> 1532 1532 <variableName>QCF</variableName> 1533 <fileList xlink:href="# U139ISta"></fileList>1533 <fileList xlink:href="#OAo9lW06"></fileList> 1534 1534 </NetCDFExtract> 1535 1535 </component> … … 1539 1539 </descriptor> 1540 1540 <descriptor> 1541 <AggregatedArray gml:id=" XstNoVkO">1541 <AggregatedArray gml:id="tiTQZhXH"> 1542 1542 <aggType>new</aggType> 1543 1543 <aggIndex>1</aggIndex> … … 1546 1546 <arraySize>15 72 96</arraySize> 1547 1547 <variableName>vv</variableName> 1548 <fileList xlink:href="# U139ISta"></fileList>1548 <fileList xlink:href="#OAo9lW06"></fileList> 1549 1549 </NetCDFExtract> 1550 1550 </component> … … 1554 1554 </descriptor> 1555 1555 <descriptor> 1556 <AggregatedArray gml:id=" RlPqHOft">1556 <AggregatedArray gml:id="atPr12Oi"> 1557 1557 <aggType>new</aggType> 1558 1558 <aggIndex>1</aggIndex> … … 1561 1561 <arraySize>1 73 96</arraySize> 1562 1562 <variableName>field1389</variableName> 1563 <fileList xlink:href="# U139ISta"></fileList>1563 <fileList xlink:href="#OAo9lW06"></fileList> 1564 1564 </NetCDFExtract> 1565 1565 </component> … … 1569 1569 </descriptor> 1570 1570 <descriptor> 1571 <AggregatedArray gml:id=" qSSHTbDb">1571 <AggregatedArray gml:id="wCJRfBZM"> 1572 1572 <aggType>new</aggType> 1573 1573 <aggIndex>1</aggIndex> … … 1576 1576 <arraySize>1 73 96</arraySize> 1577 1577 <variableName>field1388</variableName> 1578 <fileList xlink:href="# U139ISta"></fileList>1578 <fileList xlink:href="#OAo9lW06"></fileList> 1579 1579 </NetCDFExtract> 1580 1580 </component> … … 1584 1584 </descriptor> 1585 1585 <descriptor> 1586 <AggregatedArray gml:id=" AXLg3jFs">1586 <AggregatedArray gml:id="kBtc0IYx"> 1587 1587 <aggType>new</aggType> 1588 1588 <aggIndex>1</aggIndex> … … 1591 1591 <arraySize>19 73 96</arraySize> 1592 1592 <variableName>QCL</variableName> 1593 <fileList xlink:href="# U139ISta"></fileList>1593 <fileList xlink:href="#OAo9lW06"></fileList> 1594 1594 </NetCDFExtract> 1595 1595 </component> … … 1599 1599 </descriptor> 1600 1600 <descriptor> 1601 <AggregatedArray gml:id=" qUE6Mq7r">1601 <AggregatedArray gml:id="N5WlaKVQ"> 1602 1602 <aggType>new</aggType> 1603 1603 <aggIndex>1</aggIndex> … … 1606 1606 <arraySize>1 72 96</arraySize> 1607 1607 <variableName>tauy_1</variableName> 1608 <fileList xlink:href="# U139ISta"></fileList>1608 <fileList xlink:href="#OAo9lW06"></fileList> 1609 1609 </NetCDFExtract> 1610 1610 </component> … … 1614 1614 </descriptor> 1615 1615 <descriptor> 1616 <AggregatedArray gml:id=" kL7BLKEX">1616 <AggregatedArray gml:id="E1Kaa9co"> 1617 1617 <aggType>new</aggType> 1618 1618 <aggIndex>1</aggIndex> … … 1621 1621 <arraySize>1 73 96</arraySize> 1622 1622 <variableName>QCF_1</variableName> 1623 <fileList xlink:href="# U139ISta"></fileList>1623 <fileList xlink:href="#OAo9lW06"></fileList> 1624 1624 </NetCDFExtract> 1625 1625 </component> … … 1629 1629 </descriptor> 1630 1630 <descriptor> 1631 <AggregatedArray gml:id=" OoV9nxFt">1631 <AggregatedArray gml:id="xDBLJnD5"> 1632 1632 <aggType>new</aggType> 1633 1633 <aggIndex>1</aggIndex> … … 1636 1636 <arraySize>19 73 96</arraySize> 1637 1637 <variableName>lwhr</variableName> 1638 <fileList xlink:href="# U139ISta"></fileList>1638 <fileList xlink:href="#OAo9lW06"></fileList> 1639 1639 </NetCDFExtract> 1640 1640 </component> … … 1644 1644 </descriptor> 1645 1645 <descriptor> 1646 <AggregatedArray gml:id=" wqYTjGrY">1646 <AggregatedArray gml:id="qYaiYTxQ"> 1647 1647 <aggType>new</aggType> 1648 1648 <aggIndex>1</aggIndex> … … 1651 1651 <arraySize>1 73 96</arraySize> 1652 1652 <variableName>convcld</variableName> 1653 <fileList xlink:href="# U139ISta"></fileList>1653 <fileList xlink:href="#OAo9lW06"></fileList> 1654 1654 </NetCDFExtract> 1655 1655 </component> … … 1659 1659 </descriptor> 1660 1660 <descriptor> 1661 <AggregatedArray gml:id=" vJxwOWdf">1661 <AggregatedArray gml:id="VvN5VSf2"> 1662 1662 <aggType>new</aggType> 1663 1663 <aggIndex>1</aggIndex> … … 1666 1666 <arraySize>1 73 96</arraySize> 1667 1667 <variableName>snow</variableName> 1668 <fileList xlink:href="# U139ISta"></fileList>1668 <fileList xlink:href="#OAo9lW06"></fileList> 1669 1669 </NetCDFExtract> 1670 1670 </component> … … 1674 1674 </descriptor> 1675 1675 <descriptor> 1676 <AggregatedArray gml:id=" gPiwDSJB">1676 <AggregatedArray gml:id="UvavAIGY"> 1677 1677 <aggType>new</aggType> 1678 1678 <aggIndex>1</aggIndex> … … 1681 1681 <arraySize>1 73 96</arraySize> 1682 1682 <variableName>cvrain</variableName> 1683 <fileList xlink:href="# U139ISta"></fileList>1683 <fileList xlink:href="#OAo9lW06"></fileList> 1684 1684 </NetCDFExtract> 1685 1685 </component> … … 1689 1689 </descriptor> 1690 1690 <descriptor> 1691 <AggregatedArray gml:id=" uKGG0h4v">1691 <AggregatedArray gml:id="F1rcIRIp"> 1692 1692 <aggType>new</aggType> 1693 1693 <aggIndex>1</aggIndex> … … 1696 1696 <arraySize>15 72 96</arraySize> 1697 1697 <variableName>qomega</variableName> 1698 <fileList xlink:href="# U139ISta"></fileList>1698 <fileList xlink:href="#OAo9lW06"></fileList> 1699 1699 </NetCDFExtract> 1700 1700 </component> … … 1704 1704 </descriptor> 1705 1705 <descriptor> 1706 <AggregatedArray gml:id=" iQrY1o56">1706 <AggregatedArray gml:id="La4E0PPN"> 1707 1707 <aggType>new</aggType> 1708 1708 <aggIndex>1</aggIndex> … … 1711 1711 <arraySize>1 73 96</arraySize> 1712 1712 <variableName>evap</variableName> 1713 <fileList xlink:href="# U139ISta"></fileList>1713 <fileList xlink:href="#OAo9lW06"></fileList> 1714 1714 </NetCDFExtract> 1715 1715 </component> … … 1719 1719 </descriptor> 1720 1720 <descriptor> 1721 <AggregatedArray gml:id=" x6dQ3ztM">1721 <AggregatedArray gml:id="tvngwUsc"> 1722 1722 <aggType>new</aggType> 1723 1723 <aggIndex>1</aggIndex> … … 1726 1726 <arraySize>1 73 96</arraySize> 1727 1727 <variableName>field271</variableName> 1728 <fileList xlink:href="# U139ISta"></fileList>1728 <fileList xlink:href="#OAo9lW06"></fileList> 1729 1729 </NetCDFExtract> 1730 1730 </component> … … 1734 1734 </descriptor> 1735 1735 <descriptor> 1736 <AggregatedArray gml:id=" I979sFzC">1736 <AggregatedArray gml:id="G9ryt06q"> 1737 1737 <aggType>new</aggType> 1738 1738 <aggIndex>1</aggIndex> … … 1741 1741 <arraySize>1 73 96</arraySize> 1742 1742 <variableName>sh_1</variableName> 1743 <fileList xlink:href="# U139ISta"></fileList>1743 <fileList xlink:href="#OAo9lW06"></fileList> 1744 1744 </NetCDFExtract> 1745 1745 </component> … … 1749 1749 </descriptor> 1750 1750 <descriptor> 1751 <AggregatedArray gml:id=" hr1rzlgZ">1751 <AggregatedArray gml:id="ah2bAOkR"> 1752 1752 <aggType>new</aggType> 1753 1753 <aggIndex>1</aggIndex> … … 1756 1756 <arraySize>1 73 96</arraySize> 1757 1757 <variableName>blht</variableName> 1758 <fileList xlink:href="# U139ISta"></fileList>1758 <fileList xlink:href="#OAo9lW06"></fileList> 1759 1759 </NetCDFExtract> 1760 1760 </component> … … 1764 1764 </descriptor> 1765 1765 <descriptor> 1766 <AggregatedArray gml:id=" yFEY2g3v">1766 <AggregatedArray gml:id="T9frQfUL"> 1767 1767 <aggType>new</aggType> 1768 1768 <aggIndex>1</aggIndex> … … 1771 1771 <arraySize>15 72 96</arraySize> 1772 1772 <variableName>q_2</variableName> 1773 <fileList xlink:href="# U139ISta"></fileList>1773 <fileList xlink:href="#OAo9lW06"></fileList> 1774 1774 </NetCDFExtract> 1775 1775 </component> … … 1779 1779 </descriptor> 1780 1780 <descriptor> 1781 <AggregatedArray gml:id=" A3Fohdna">1781 <AggregatedArray gml:id="Z25932Sc"> 1782 1782 <aggType>new</aggType> 1783 1783 <aggIndex>1</aggIndex> … … 1786 1786 <arraySize>1 73 96</arraySize> 1787 1787 <variableName>field1390</variableName> 1788 <fileList xlink:href="# U139ISta"></fileList>1788 <fileList xlink:href="#OAo9lW06"></fileList> 1789 1789 </NetCDFExtract> 1790 1790 </component> … … 1794 1794 </descriptor> 1795 1795 <descriptor> 1796 <AggregatedArray gml:id=" XL767BU7">1796 <AggregatedArray gml:id="UNCBBYIA"> 1797 1797 <aggType>new</aggType> 1798 1798 <aggIndex>1</aggIndex> … … 1801 1801 <arraySize>1 73 96</arraySize> 1802 1802 <variableName>csolr</variableName> 1803 <fileList xlink:href="# U139ISta"></fileList>1803 <fileList xlink:href="#OAo9lW06"></fileList> 1804 1804 </NetCDFExtract> 1805 1805 </component> … … 1809 1809 </descriptor> 1810 1810 <descriptor> 1811 <AggregatedArray gml:id=" qusFb0EK">1811 <AggregatedArray gml:id="W2z99o7G"> 1812 1812 <aggType>new</aggType> 1813 1813 <aggIndex>1</aggIndex> … … 1816 1816 <arraySize>19 72 96</arraySize> 1817 1817 <variableName>omega</variableName> 1818 <fileList xlink:href="# U139ISta"></fileList>1818 <fileList xlink:href="#OAo9lW06"></fileList> 1819 1819 </NetCDFExtract> 1820 1820 </component> … … 1824 1824 </descriptor> 1825 1825 <descriptor> 1826 <AggregatedArray gml:id=" UTUBMQPE">1826 <AggregatedArray gml:id="rKscCn9G"> 1827 1827 <aggType>new</aggType> 1828 1828 <aggIndex>1</aggIndex> … … 1831 1831 <arraySize>1 73 96</arraySize> 1832 1832 <variableName>field179</variableName> 1833 <fileList xlink:href="# U139ISta"></fileList>1833 <fileList xlink:href="#OAo9lW06"></fileList> 1834 1834 </NetCDFExtract> 1835 1835 </component> … … 1839 1839 </descriptor> 1840 1840 <descriptor> 1841 <AggregatedArray gml:id=" X6RkUa8H">1841 <AggregatedArray gml:id="D75evOOz"> 1842 1842 <aggType>new</aggType> 1843 1843 <aggIndex>1</aggIndex> … … 1846 1846 <arraySize>1 72 96</arraySize> 1847 1847 <variableName>ke</variableName> 1848 <fileList xlink:href="# U139ISta"></fileList>1848 <fileList xlink:href="#OAo9lW06"></fileList> 1849 1849 </NetCDFExtract> 1850 1850 </component> … … 1854 1854 </descriptor> 1855 1855 <descriptor> 1856 <AggregatedArray gml:id=" zF09lLxk">1856 <AggregatedArray gml:id="RGyfAuyM"> 1857 1857 <aggType>new</aggType> 1858 1858 <aggIndex>1</aggIndex> … … 1861 1861 <arraySize>19 73 96</arraySize> 1862 1862 <variableName>q</variableName> 1863 <fileList xlink:href="# U139ISta"></fileList>1863 <fileList xlink:href="#OAo9lW06"></fileList> 1864 1864 </NetCDFExtract> 1865 1865 </component> … … 1869 1869 </descriptor> 1870 1870 <descriptor> 1871 <AggregatedArray gml:id="c oQ6zYBn">1871 <AggregatedArray gml:id="cagMKQkc"> 1872 1872 <aggType>new</aggType> 1873 1873 <aggIndex>1</aggIndex> … … 1876 1876 <arraySize>15 72 96</arraySize> 1877 1877 <variableName>u_2</variableName> 1878 <fileList xlink:href="# U139ISta"></fileList>1878 <fileList xlink:href="#OAo9lW06"></fileList> 1879 1879 </NetCDFExtract> 1880 1880 </component> … … 1884 1884 </descriptor> 1885 1885 <descriptor> 1886 <AggregatedArray gml:id=" WnJLBa86">1886 <AggregatedArray gml:id="KotCvX5U"> 1887 1887 <aggType>new</aggType> 1888 1888 <aggIndex>1</aggIndex> … … 1891 1891 <arraySize>1 72 96</arraySize> 1892 1892 <variableName>u_1</variableName> 1893 <fileList xlink:href="# U139ISta"></fileList>1893 <fileList xlink:href="#OAo9lW06"></fileList> 1894 1894 </NetCDFExtract> 1895 1895 </component> … … 1899 1899 </descriptor> 1900 1900 <descriptor> 1901 <AggregatedArray gml:id=" WdvEpBVR">1901 <AggregatedArray gml:id="PKmQ8Rgk"> 1902 1902 <aggType>new</aggType> 1903 1903 <aggIndex>1</aggIndex> … … 1906 1906 <arraySize>5 73 1</arraySize> 1907 1907 <variableName>sh</variableName> 1908 <fileList xlink:href="# U139ISta"></fileList>1908 <fileList xlink:href="#OAo9lW06"></fileList> 1909 1909 </NetCDFExtract> 1910 1910 </component> … … 1914 1914 </descriptor> 1915 1915 <descriptor> 1916 <AggregatedArray gml:id=" K1dKbeqn">1916 <AggregatedArray gml:id="aK6TlXSg"> 1917 1917 <aggType>new</aggType> 1918 1918 <aggIndex>1</aggIndex> … … 1921 1921 <arraySize>19 72 96</arraySize> 1922 1922 <variableName>u</variableName> 1923 <fileList xlink:href="# U139ISta"></fileList>1923 <fileList xlink:href="#OAo9lW06"></fileList> 1924 1924 </NetCDFExtract> 1925 1925 </component> … … 1929 1929 </descriptor> 1930 1930 <descriptor> 1931 <AggregatedArray gml:id=" AJzoALpu">1931 <AggregatedArray gml:id="rr4L5TCI"> 1932 1932 <aggType>new</aggType> 1933 1933 <aggIndex>1</aggIndex> … … 1936 1936 <arraySize>1 73 96</arraySize> 1937 1937 <variableName>sm</variableName> 1938 <fileList xlink:href="# U139ISta"></fileList>1938 <fileList xlink:href="#OAo9lW06"></fileList> 1939 1939 </NetCDFExtract> 1940 1940 </component> … … 1944 1944 </descriptor> 1945 1945 <descriptor> 1946 <AggregatedArray gml:id=" cbKHHHlU">1946 <AggregatedArray gml:id="aXGMqPgb"> 1947 1947 <aggType>new</aggType> 1948 1948 <aggIndex>1</aggIndex> … … 1951 1951 <arraySize>15 72 96</arraySize> 1952 1952 <variableName>TT</variableName> 1953 <fileList xlink:href="# U139ISta"></fileList>1953 <fileList xlink:href="#OAo9lW06"></fileList> 1954 1954 </NetCDFExtract> 1955 1955 </component> … … 1959 1959 </descriptor> 1960 1960 <descriptor> 1961 <AggregatedArray gml:id=" TvvgmVss">1961 <AggregatedArray gml:id="RjyRx3sI"> 1962 1962 <aggType>new</aggType> 1963 1963 <aggIndex>1</aggIndex> … … 1966 1966 <arraySize>1 72 96</arraySize> 1967 1967 <variableName>wind</variableName> 1968 <fileList xlink:href="# U139ISta"></fileList>1968 <fileList xlink:href="#OAo9lW06"></fileList> 1969 1969 </NetCDFExtract> 1970 1970 </component> … … 1976 1976 <CSMLFeatureCollection> 1977 1977 <gml:featureMember> 1978 <GridSeriesFeature gml:description="NET DOWN SW RAD FLUX: OPEN SEA" gml:id="solar_1"> 1978 <GridSeriesFeature gml:id="solar_1"> 1979 <gml:description>NET DOWN SW RAD FLUX: OPEN SEA</gml:description> 1979 1980 <value> 1980 1981 <GridSeriesCoverage> … … 2000 2001 <coordAxisValues> 2001 2002 <SpatialOrTemporalPositionList> 2002 <coordinateList># yCCIQCV8</coordinateList>2003 <coordinateList>#B8nbvg09</coordinateList> 2003 2004 </SpatialOrTemporalPositionList> 2004 2005 </coordAxisValues> … … 2012 2013 <coordAxisValues> 2013 2014 <SpatialOrTemporalPositionList> 2014 <coordinateList># jZZWHyKn</coordinateList>2015 <coordinateList>#NU73XMgX</coordinateList> 2015 2016 </SpatialOrTemporalPositionList> 2016 2017 </coordAxisValues> … … 2024 2025 <coordAxisValues> 2025 2026 <SpatialOrTemporalPositionList> 2026 <coordinateList># WQ9FOarh</coordinateList>2027 <coordinateList>#UZDjZ4vD</coordinateList> 2027 2028 </SpatialOrTemporalPositionList> 2028 2029 </coordAxisValues> … … 2039 2040 <gml:rangeSet> 2040 2041 <gml:ValueArray> 2041 <gml:valueComponent xlink:href="# DFxwUjNH" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">2042 <gml:valueComponent xlink:href="#ikjAe431" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 2042 2043 <gml:QuantityList uom="W m-2"></gml:QuantityList> 2043 2044 </gml:valueComponent> … … 2046 2047 </GridSeriesCoverage> 2047 2048 </value> 2048 <parameter></parameter> 2049 </GridSeriesFeature> 2050 </gml:featureMember> 2051 <gml:featureMember> 2052 <GridSeriesFeature gml:description="NET DOWNWARD SW FLUX AT THE TROP." gml:id="solar_3"> 2049 <parameter xlink:href="http://badc.rl.ac.uk/localparams#solar_1"></parameter> 2050 </GridSeriesFeature> 2051 </gml:featureMember> 2052 <gml:featureMember> 2053 <GridSeriesFeature gml:id="solar_3"> 2054 <gml:description>NET DOWNWARD SW FLUX AT THE TROP.</gml:description> 2053 2055 <value> 2054 2056 <GridSeriesCoverage> … … 2074 2076 <coordAxisValues> 2075 2077 <SpatialOrTemporalPositionList> 2076 <coordinateList># QA5kbv7I</coordinateList>2078 <coordinateList>#XyTnvPkw</coordinateList> 2077 2079 </SpatialOrTemporalPositionList> 2078 2080 </coordAxisValues> … … 2086 2088 <coordAxisValues> 2087 2089 <SpatialOrTemporalPositionList> 2088 <coordinateList># jZZWHyKn</coordinateList>2090 <coordinateList>#NU73XMgX</coordinateList> 2089 2091 </SpatialOrTemporalPositionList> 2090 2092 </coordAxisValues> … … 2098 2100 <coordAxisValues> 2099 2101 <SpatialOrTemporalPositionList> 2100 <coordinateList># WQ9FOarh</coordinateList>2102 <coordinateList>#UZDjZ4vD</coordinateList> 2101 2103 </SpatialOrTemporalPositionList> 2102 2104 </coordAxisValues> … … 2113 2115 <gml:rangeSet> 2114 2116 <gml:ValueArray> 2115 <gml:valueComponent xlink:href="# C1HoIIBV" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">2117 <gml:valueComponent xlink:href="#BhoIErga" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 2116 2118 <gml:QuantityList uom="W m-2"></gml:QuantityList> 2117 2119 </gml:valueComponent> … … 2120 2122 </GridSeriesCoverage> 2121 2123 </value> 2122 <parameter></parameter> 2123 </GridSeriesFeature> 2124 </gml:featureMember> 2125 <gml:featureMember> 2126 <GridSeriesFeature gml:description="NET DOWN SURFACE SW FLUX BELOW 690NM" gml:id="solar_2"> 2124 <parameter xlink:href="http://badc.rl.ac.uk/localparams#solar_3"></parameter> 2125 </GridSeriesFeature> 2126 </gml:featureMember> 2127 <gml:featureMember> 2128 <GridSeriesFeature gml:id="solar_2"> 2129 <gml:description>NET DOWN SURFACE SW FLUX BELOW 690NM</gml:description> 2127 2130 <value> 2128 2131 <GridSeriesCoverage> … … 2148 2151 <coordAxisValues> 2149 2152 <SpatialOrTemporalPositionList> 2150 <coordinateList># yCCIQCV8</coordinateList>2153 <coordinateList>#B8nbvg09</coordinateList> 2151 2154 </SpatialOrTemporalPositionList> 2152 2155 </coordAxisValues> … … 2160 2163 <coordAxisValues> 2161 2164 <SpatialOrTemporalPositionList> 2162 <coordinateList># jZZWHyKn</coordinateList>2165 <coordinateList>#NU73XMgX</coordinateList> 2163 2166 </SpatialOrTemporalPositionList> 2164 2167 </coordAxisValues> … … 2172 2175 <coordAxisValues> 2173 2176 <SpatialOrTemporalPositionList> 2174 <coordinateList># WQ9FOarh</coordinateList>2177 <coordinateList>#UZDjZ4vD</coordinateList> 2175 2178 </SpatialOrTemporalPositionList> 2176 2179 </coordAxisValues> … … 2187 2190 <gml:rangeSet> 2188 2191 <gml:ValueArray> 2189 <gml:valueComponent xlink:href="# plTwK2pR" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">2192 <gml:valueComponent xlink:href="#lJqhceeL" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 2190 2193 <gml:QuantityList uom="W m-2"></gml:QuantityList> 2191 2194 </gml:valueComponent> … … 2194 2197 </GridSeriesCoverage> 2195 2198 </value> 2196 <parameter></parameter> 2197 </GridSeriesFeature> 2198 </gml:featureMember> 2199 <gml:featureMember> 2200 <GridSeriesFeature gml:description="Stash code = 2239" gml:id="C2H5O2"> 2199 <parameter xlink:href="http://badc.rl.ac.uk/localparams#solar_2"></parameter> 2200 </GridSeriesFeature> 2201 </gml:featureMember> 2202 <gml:featureMember> 2203 <GridSeriesFeature gml:id="C2H5O2"> 2204 <gml:description>Stash code = 2239</gml:description> 2201 2205 <value> 2202 2206 <GridSeriesCoverage> … … 2222 2226 <coordAxisValues> 2223 2227 <SpatialOrTemporalPositionList> 2224 <coordinateList># RKQqrYYP</coordinateList>2228 <coordinateList>#cm4aosD1</coordinateList> 2225 2229 </SpatialOrTemporalPositionList> 2226 2230 </coordAxisValues> … … 2234 2238 <coordAxisValues> 2235 2239 <SpatialOrTemporalPositionList> 2236 <coordinateList># jZZWHyKn</coordinateList>2240 <coordinateList>#NU73XMgX</coordinateList> 2237 2241 </SpatialOrTemporalPositionList> 2238 2242 </coordAxisValues> … … 2246 2250 <coordAxisValues> 2247 2251 <SpatialOrTemporalPositionList> 2248 <coordinateList># WQ9FOarh</coordinateList>2252 <coordinateList>#UZDjZ4vD</coordinateList> 2249 2253 </SpatialOrTemporalPositionList> 2250 2254 </coordAxisValues> … … 2261 2265 <gml:rangeSet> 2262 2266 <gml:ValueArray> 2263 <gml:valueComponent xlink:href="# OgE8E9xr" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">2267 <gml:valueComponent xlink:href="#Z08wJ6Fq" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 2264 2268 <gml:QuantityList uom=" "></gml:QuantityList> 2265 2269 </gml:valueComponent> … … 2268 2272 </GridSeriesCoverage> 2269 2273 </value> 2270 <parameter></parameter> 2271 </GridSeriesFeature> 2272 </gml:featureMember> 2273 <gml:featureMember> 2274 <GridSeriesFeature gml:description="EVAP FROM CANOPY : RATE KG/M2/S" gml:id="field1527"> 2274 <parameter xlink:href="http://badc.rl.ac.uk/localparams#C2H5O2"></parameter> 2275 </GridSeriesFeature> 2276 </gml:featureMember> 2277 <gml:featureMember> 2278 <GridSeriesFeature gml:id="field1527"> 2279 <gml:description>EVAP FROM CANOPY : RATE KG/M2/S</gml:description> 2275 2280 <value> 2276 2281 <GridSeriesCoverage> … … 2296 2301 <coordAxisValues> 2297 2302 <SpatialOrTemporalPositionList> 2298 <coordinateList># AfLXiyFk</coordinateList>2303 <coordinateList>#cvYaJ9A3</coordinateList> 2299 2304 </SpatialOrTemporalPositionList> 2300 2305 </coordAxisValues> … … 2308 2313 <coordAxisValues> 2309 2314 <SpatialOrTemporalPositionList> 2310 <coordinateList># jZZWHyKn</coordinateList>2315 <coordinateList>#NU73XMgX</coordinateList> 2311 2316 </SpatialOrTemporalPositionList> 2312 2317 </coordAxisValues> … … 2320 2325 <coordAxisValues> 2321 2326 <SpatialOrTemporalPositionList> 2322 <coordinateList># WQ9FOarh</coordinateList>2327 <coordinateList>#UZDjZ4vD</coordinateList> 2323 2328 </SpatialOrTemporalPositionList> 2324 2329 </coordAxisValues> … … 2335 2340 <gml:rangeSet> 2336 2341 <gml:ValueArray> 2337 <gml:valueComponent xlink:href="# AuL6SdEl" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">2342 <gml:valueComponent xlink:href="#qcC2VuJ3" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 2338 2343 <gml:QuantityList uom="kg m-2 s-1"></gml:QuantityList> 2339 2344 </gml:valueComponent> … … 2342 2347 </GridSeriesCoverage> 2343 2348 </value> 2344 <parameter></parameter> 2345 </GridSeriesFeature> 2346 </gml:featureMember> 2347 <gml:featureMember> 2348 <GridSeriesFeature gml:description="EVAP FROM SOIL SURF : RATE KG/M2/S" gml:id="field1526"> 2349 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field1527"></parameter> 2350 </GridSeriesFeature> 2351 </gml:featureMember> 2352 <gml:featureMember> 2353 <GridSeriesFeature gml:id="field1526"> 2354 <gml:description>EVAP FROM SOIL SURF : RATE KG/M2/S</gml:description> 2349 2355 <value> 2350 2356 <GridSeriesCoverage> … … 2370 2376 <coordAxisValues> 2371 2377 <SpatialOrTemporalPositionList> 2372 <coordinateList># yCCIQCV8</coordinateList>2378 <coordinateList>#B8nbvg09</coordinateList> 2373 2379 </SpatialOrTemporalPositionList> 2374 2380 </coordAxisValues> … … 2382 2388 <coordAxisValues> 2383 2389 <SpatialOrTemporalPositionList> 2384 <coordinateList># jZZWHyKn</coordinateList>2390 <coordinateList>#NU73XMgX</coordinateList> 2385 2391 </SpatialOrTemporalPositionList> 2386 2392 </coordAxisValues> … … 2394 2400 <coordAxisValues> 2395 2401 <SpatialOrTemporalPositionList> 2396 <coordinateList># WQ9FOarh</coordinateList>2402 <coordinateList>#UZDjZ4vD</coordinateList> 2397 2403 </SpatialOrTemporalPositionList> 2398 2404 </coordAxisValues> … … 2409 2415 <gml:rangeSet> 2410 2416 <gml:ValueArray> 2411 <gml:valueComponent xlink:href="# hQCcMBt1" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">2417 <gml:valueComponent xlink:href="#U6TtDG5W" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 2412 2418 <gml:QuantityList uom="kg m-2 s-1"></gml:QuantityList> 2413 2419 </gml:valueComponent> … … 2416 2422 </GridSeriesCoverage> 2417 2423 </value> 2418 <parameter></parameter> 2419 </GridSeriesFeature> 2420 </gml:featureMember> 2421 <gml:featureMember> 2422 <GridSeriesFeature gml:description="SNOW AMOUNT AFTER TIMESTEP KG/M2" gml:id="snowdepth"> 2424 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field1526"></parameter> 2425 </GridSeriesFeature> 2426 </gml:featureMember> 2427 <gml:featureMember> 2428 <GridSeriesFeature gml:id="snowdepth"> 2429 <gml:description>SNOW AMOUNT AFTER TIMESTEP KG/M2</gml:description> 2423 2430 <value> 2424 2431 <GridSeriesCoverage> … … 2444 2451 <coordAxisValues> 2445 2452 <SpatialOrTemporalPositionList> 2446 <coordinateList># yCCIQCV8</coordinateList>2453 <coordinateList>#B8nbvg09</coordinateList> 2447 2454 </SpatialOrTemporalPositionList> 2448 2455 </coordAxisValues> … … 2456 2463 <coordAxisValues> 2457 2464 <SpatialOrTemporalPositionList> 2458 <coordinateList># jZZWHyKn</coordinateList>2465 <coordinateList>#NU73XMgX</coordinateList> 2459 2466 </SpatialOrTemporalPositionList> 2460 2467 </coordAxisValues> … … 2468 2475 <coordAxisValues> 2469 2476 <SpatialOrTemporalPositionList> 2470 <coordinateList># WQ9FOarh</coordinateList>2477 <coordinateList>#UZDjZ4vD</coordinateList> 2471 2478 </SpatialOrTemporalPositionList> 2472 2479 </coordAxisValues> … … 2483 2490 <gml:rangeSet> 2484 2491 <gml:ValueArray> 2485 <gml:valueComponent xlink:href="# UeygmcrK" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">2492 <gml:valueComponent xlink:href="#T5DpqY5a" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 2486 2493 <gml:QuantityList uom="kg m-2"></gml:QuantityList> 2487 2494 </gml:valueComponent> … … 2490 2497 </GridSeriesCoverage> 2491 2498 </value> 2492 <parameter></parameter> 2493 </GridSeriesFeature> 2494 </gml:featureMember> 2495 <gml:featureMember> 2496 <GridSeriesFeature gml:description="X-COMP OF SURF & BL WIND STRESS N/M2" gml:id="taux_1"> 2499 <parameter xlink:href="http://badc.rl.ac.uk/localparams#snowdepth"></parameter> 2500 </GridSeriesFeature> 2501 </gml:featureMember> 2502 <gml:featureMember> 2503 <GridSeriesFeature gml:id="taux_1"> 2504 <gml:description>X-COMP OF SURF & BL WIND STRESS N/M2</gml:description> 2497 2505 <value> 2498 2506 <GridSeriesCoverage> … … 2518 2526 <coordAxisValues> 2519 2527 <SpatialOrTemporalPositionList> 2520 <coordinateList># Ul7dqMip</coordinateList>2528 <coordinateList>#q1IYiUrr</coordinateList> 2521 2529 </SpatialOrTemporalPositionList> 2522 2530 </coordAxisValues> … … 2530 2538 <coordAxisValues> 2531 2539 <SpatialOrTemporalPositionList> 2532 <coordinateList># l4Sgu8xf</coordinateList>2540 <coordinateList>#dD9FOhXY</coordinateList> 2533 2541 </SpatialOrTemporalPositionList> 2534 2542 </coordAxisValues> … … 2542 2550 <coordAxisValues> 2543 2551 <SpatialOrTemporalPositionList> 2544 <coordinateList># xmhdnyDT</coordinateList>2552 <coordinateList>#RUIPbRQC</coordinateList> 2545 2553 </SpatialOrTemporalPositionList> 2546 2554 </coordAxisValues> … … 2557 2565 <gml:rangeSet> 2558 2566 <gml:ValueArray> 2559 <gml:valueComponent xlink:href="# T7rOR76C" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">2567 <gml:valueComponent xlink:href="#xPi3GHKY" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 2560 2568 <gml:QuantityList uom="N m-2"></gml:QuantityList> 2561 2569 </gml:valueComponent> … … 2564 2572 </GridSeriesCoverage> 2565 2573 </value> 2566 <parameter></parameter> 2567 </GridSeriesFeature> 2568 </gml:featureMember> 2569 <gml:featureMember> 2570 <GridSeriesFeature gml:description="HEAT FLUX THROUGH SEA ICE (GBM) W/M2" gml:id="botmelt"> 2574 <parameter xlink:href="http://badc.rl.ac.uk/localparams#taux_1"></parameter> 2575 </GridSeriesFeature> 2576 </gml:featureMember> 2577 <gml:featureMember> 2578 <GridSeriesFeature gml:id="botmelt"> 2579 <gml:description>HEAT FLUX THROUGH SEA ICE (GBM) W/M2</gml:description> 2571 2580 <value> 2572 2581 <GridSeriesCoverage> … … 2592 2601 <coordAxisValues> 2593 2602 <SpatialOrTemporalPositionList> 2594 <coordinateList># yCCIQCV8</coordinateList>2603 <coordinateList>#B8nbvg09</coordinateList> 2595 2604 </SpatialOrTemporalPositionList> 2596 2605 </coordAxisValues> … … 2604 2613 <coordAxisValues> 2605 2614 <SpatialOrTemporalPositionList> 2606 <coordinateList># jZZWHyKn</coordinateList>2615 <coordinateList>#NU73XMgX</coordinateList> 2607 2616 </SpatialOrTemporalPositionList> 2608 2617 </coordAxisValues> … … 2616 2625 <coordAxisValues> 2617 2626 <SpatialOrTemporalPositionList> 2618 <coordinateList># WQ9FOarh</coordinateList>2627 <coordinateList>#UZDjZ4vD</coordinateList> 2619 2628 </SpatialOrTemporalPositionList> 2620 2629 </coordAxisValues> … … 2631 2640 <gml:rangeSet> 2632 2641 <gml:ValueArray> 2633 <gml:valueComponent xlink:href="# ZOOLGI21" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">2642 <gml:valueComponent xlink:href="#J28BEZOm" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 2634 2643 <gml:QuantityList uom="W m-2"></gml:QuantityList> 2635 2644 </gml:valueComponent> … … 2638 2647 </GridSeriesCoverage> 2639 2648 </value> 2640 <parameter></parameter> 2641 </GridSeriesFeature> 2642 </gml:featureMember> 2643 <gml:featureMember> 2644 <GridSeriesFeature gml:description="U COMPONENT OF GRAVITY WAVE STRESS" gml:id="taux_2"> 2649 <parameter xlink:href="http://badc.rl.ac.uk/localparams#botmelt"></parameter> 2650 </GridSeriesFeature> 2651 </gml:featureMember> 2652 <gml:featureMember> 2653 <GridSeriesFeature gml:id="taux_2"> 2654 <gml:description>U COMPONENT OF GRAVITY WAVE STRESS</gml:description> 2645 2655 <value> 2646 2656 <GridSeriesCoverage> … … 2666 2676 <coordAxisValues> 2667 2677 <SpatialOrTemporalPositionList> 2668 <coordinateList># ziDsWdq3</coordinateList>2678 <coordinateList>#cKrGeQoH</coordinateList> 2669 2679 </SpatialOrTemporalPositionList> 2670 2680 </coordAxisValues> … … 2678 2688 <coordAxisValues> 2679 2689 <SpatialOrTemporalPositionList> 2680 <coordinateList># l4Sgu8xf</coordinateList>2690 <coordinateList>#dD9FOhXY</coordinateList> 2681 2691 </SpatialOrTemporalPositionList> 2682 2692 </coordAxisValues> … … 2690 2700 <coordAxisValues> 2691 2701 <SpatialOrTemporalPositionList> 2692 <coordinateList># xmhdnyDT</coordinateList>2702 <coordinateList>#RUIPbRQC</coordinateList> 2693 2703 </SpatialOrTemporalPositionList> 2694 2704 </coordAxisValues> … … 2705 2715 <gml:rangeSet> 2706 2716 <gml:ValueArray> 2707 <gml:valueComponent xlink:href="# WEpBiICi" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">2717 <gml:valueComponent xlink:href="#tFvHUFS4" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 2708 2718 <gml:QuantityList uom="N m-2"></gml:QuantityList> 2709 2719 </gml:valueComponent> … … 2712 2722 </GridSeriesCoverage> 2713 2723 </value> 2714 <parameter></parameter> 2715 </GridSeriesFeature> 2716 </gml:featureMember> 2717 <gml:featureMember> 2718 <GridSeriesFeature gml:description="Stash code = 2260" gml:id="O3"> 2724 <parameter xlink:href="http://badc.rl.ac.uk/localparams#taux_2"></parameter> 2725 </GridSeriesFeature> 2726 </gml:featureMember> 2727 <gml:featureMember> 2728 <GridSeriesFeature gml:id="O3"> 2729 <gml:description>Stash code = 2260</gml:description> 2719 2730 <value> 2720 2731 <GridSeriesCoverage> … … 2740 2751 <coordAxisValues> 2741 2752 <SpatialOrTemporalPositionList> 2742 <coordinateList># yhAp1TJc</coordinateList>2753 <coordinateList>#u9FMGNzf</coordinateList> 2743 2754 </SpatialOrTemporalPositionList> 2744 2755 </coordAxisValues> … … 2752 2763 <coordAxisValues> 2753 2764 <SpatialOrTemporalPositionList> 2754 <coordinateList># jZZWHyKn</coordinateList>2765 <coordinateList>#NU73XMgX</coordinateList> 2755 2766 </SpatialOrTemporalPositionList> 2756 2767 </coordAxisValues> … … 2764 2775 <coordAxisValues> 2765 2776 <SpatialOrTemporalPositionList> 2766 <coordinateList># WQ9FOarh</coordinateList>2777 <coordinateList>#UZDjZ4vD</coordinateList> 2767 2778 </SpatialOrTemporalPositionList> 2768 2779 </coordAxisValues> … … 2779 2790 <gml:rangeSet> 2780 2791 <gml:ValueArray> 2781 <gml:valueComponent xlink:href="# aA084N7W" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">2792 <gml:valueComponent xlink:href="#kz0oqQLQ" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 2782 2793 <gml:QuantityList uom=" "></gml:QuantityList> 2783 2794 </gml:valueComponent> … … 2786 2797 </GridSeriesCoverage> 2787 2798 </value> 2788 <parameter></parameter> 2789 </GridSeriesFeature> 2790 </gml:featureMember> 2791 <gml:featureMember> 2792 <GridSeriesFeature gml:description="SUBLIM. SURFACE (GBM) : RATE KG/M2/S" gml:id="field1528"> 2799 <parameter xlink:href="http://badc.rl.ac.uk/localparams#O3"></parameter> 2800 </GridSeriesFeature> 2801 </gml:featureMember> 2802 <gml:featureMember> 2803 <GridSeriesFeature gml:id="field1528"> 2804 <gml:description>SUBLIM. SURFACE (GBM) : RATE KG/M2/S</gml:description> 2793 2805 <value> 2794 2806 <GridSeriesCoverage> … … 2814 2826 <coordAxisValues> 2815 2827 <SpatialOrTemporalPositionList> 2816 <coordinateList># yCCIQCV8</coordinateList>2828 <coordinateList>#B8nbvg09</coordinateList> 2817 2829 </SpatialOrTemporalPositionList> 2818 2830 </coordAxisValues> … … 2826 2838 <coordAxisValues> 2827 2839 <SpatialOrTemporalPositionList> 2828 <coordinateList># jZZWHyKn</coordinateList>2840 <coordinateList>#NU73XMgX</coordinateList> 2829 2841 </SpatialOrTemporalPositionList> 2830 2842 </coordAxisValues> … … 2838 2850 <coordAxisValues> 2839 2851 <SpatialOrTemporalPositionList> 2840 <coordinateList># WQ9FOarh</coordinateList>2852 <coordinateList>#UZDjZ4vD</coordinateList> 2841 2853 </SpatialOrTemporalPositionList> 2842 2854 </coordAxisValues> … … 2853 2865 <gml:rangeSet> 2854 2866 <gml:ValueArray> 2855 <gml:valueComponent xlink:href="# kQnHz0PJ" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">2867 <gml:valueComponent xlink:href="#KWcBsz7y" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 2856 2868 <gml:QuantityList uom="kg m-2 s-1"></gml:QuantityList> 2857 2869 </gml:valueComponent> … … 2860 2872 </GridSeriesCoverage> 2861 2873 </value> 2862 <parameter></parameter> 2863 </GridSeriesFeature> 2864 </gml:featureMember> 2865 <gml:featureMember> 2866 <GridSeriesFeature gml:description="SURFACE LATENT HEAT FLUX W/M2" gml:id="lh"> 2874 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field1528"></parameter> 2875 </GridSeriesFeature> 2876 </gml:featureMember> 2877 <gml:featureMember> 2878 <GridSeriesFeature gml:id="lh"> 2879 <gml:description>SURFACE LATENT HEAT FLUX W/M2</gml:description> 2867 2880 <value> 2868 2881 <GridSeriesCoverage> … … 2888 2901 <coordAxisValues> 2889 2902 <SpatialOrTemporalPositionList> 2890 <coordinateList># yCCIQCV8</coordinateList>2903 <coordinateList>#B8nbvg09</coordinateList> 2891 2904 </SpatialOrTemporalPositionList> 2892 2905 </coordAxisValues> … … 2900 2913 <coordAxisValues> 2901 2914 <SpatialOrTemporalPositionList> 2902 <coordinateList># jZZWHyKn</coordinateList>2915 <coordinateList>#NU73XMgX</coordinateList> 2903 2916 </SpatialOrTemporalPositionList> 2904 2917 </coordAxisValues> … … 2912 2925 <coordAxisValues> 2913 2926 <SpatialOrTemporalPositionList> 2914 <coordinateList># WQ9FOarh</coordinateList>2927 <coordinateList>#UZDjZ4vD</coordinateList> 2915 2928 </SpatialOrTemporalPositionList> 2916 2929 </coordAxisValues> … … 2927 2940 <gml:rangeSet> 2928 2941 <gml:ValueArray> 2929 <gml:valueComponent xlink:href="# UO0N58nd" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">2942 <gml:valueComponent xlink:href="#RgPmLffO" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 2930 2943 <gml:QuantityList uom="W m-2"></gml:QuantityList> 2931 2944 </gml:valueComponent> … … 2934 2947 </GridSeriesCoverage> 2935 2948 </value> 2936 <parameter></parameter> 2937 </GridSeriesFeature> 2938 </gml:featureMember> 2939 <gml:featureMember> 2940 <GridSeriesFeature gml:description="WIND MIXING EN'GY FLUX INTO SEA W/M2" gml:id="wme"> 2949 <parameter xlink:href="http://badc.rl.ac.uk/localparams#lh"></parameter> 2950 </GridSeriesFeature> 2951 </gml:featureMember> 2952 <gml:featureMember> 2953 <GridSeriesFeature gml:id="wme"> 2954 <gml:description>WIND MIXING EN'GY FLUX INTO SEA W/M2</gml:description> 2941 2955 <value> 2942 2956 <GridSeriesCoverage> … … 2962 2976 <coordAxisValues> 2963 2977 <SpatialOrTemporalPositionList> 2964 <coordinateList># yCCIQCV8</coordinateList>2978 <coordinateList>#B8nbvg09</coordinateList> 2965 2979 </SpatialOrTemporalPositionList> 2966 2980 </coordAxisValues> … … 2974 2988 <coordAxisValues> 2975 2989 <SpatialOrTemporalPositionList> 2976 <coordinateList># jZZWHyKn</coordinateList>2990 <coordinateList>#NU73XMgX</coordinateList> 2977 2991 </SpatialOrTemporalPositionList> 2978 2992 </coordAxisValues> … … 2986 3000 <coordAxisValues> 2987 3001 <SpatialOrTemporalPositionList> 2988 <coordinateList># WQ9FOarh</coordinateList>3002 <coordinateList>#UZDjZ4vD</coordinateList> 2989 3003 </SpatialOrTemporalPositionList> 2990 3004 </coordAxisValues> … … 3001 3015 <gml:rangeSet> 3002 3016 <gml:ValueArray> 3003 <gml:valueComponent xlink:href="# nJUKpaPf" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3017 <gml:valueComponent xlink:href="#tY7gGBCn" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3004 3018 <gml:QuantityList uom="W m-2"></gml:QuantityList> 3005 3019 </gml:valueComponent> … … 3008 3022 </GridSeriesCoverage> 3009 3023 </value> 3010 <parameter></parameter> 3011 </GridSeriesFeature> 3012 </gml:featureMember> 3013 <gml:featureMember> 3014 <GridSeriesFeature gml:description="10 METRE WIND V-COMP" gml:id="v_1"> 3024 <parameter xlink:href="http://badc.rl.ac.uk/localparams#wme"></parameter> 3025 </GridSeriesFeature> 3026 </gml:featureMember> 3027 <gml:featureMember> 3028 <GridSeriesFeature gml:id="v_1"> 3029 <gml:description>10 METRE WIND V-COMP</gml:description> 3015 3030 <value> 3016 3031 <GridSeriesCoverage> … … 3036 3051 <coordAxisValues> 3037 3052 <SpatialOrTemporalPositionList> 3038 <coordinateList># RvD82WJc</coordinateList>3053 <coordinateList>#iJh8gG5C</coordinateList> 3039 3054 </SpatialOrTemporalPositionList> 3040 3055 </coordAxisValues> … … 3048 3063 <coordAxisValues> 3049 3064 <SpatialOrTemporalPositionList> 3050 <coordinateList># l4Sgu8xf</coordinateList>3065 <coordinateList>#dD9FOhXY</coordinateList> 3051 3066 </SpatialOrTemporalPositionList> 3052 3067 </coordAxisValues> … … 3060 3075 <coordAxisValues> 3061 3076 <SpatialOrTemporalPositionList> 3062 <coordinateList># xmhdnyDT</coordinateList>3077 <coordinateList>#RUIPbRQC</coordinateList> 3063 3078 </SpatialOrTemporalPositionList> 3064 3079 </coordAxisValues> … … 3075 3090 <gml:rangeSet> 3076 3091 <gml:ValueArray> 3077 <gml:valueComponent xlink:href="# bJ3MLy5q" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3092 <gml:valueComponent xlink:href="#rMfYUcpy" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3078 3093 <gml:QuantityList uom="m s-1"></gml:QuantityList> 3079 3094 </gml:valueComponent> … … 3082 3097 </GridSeriesCoverage> 3083 3098 </value> 3084 <parameter></parameter> 3085 </GridSeriesFeature> 3086 </gml:featureMember> 3087 <gml:featureMember> 3088 <GridSeriesFeature gml:description="V COMPNT OF WIND ON PRESSURE LEVELS" gml:id="v_2"> 3099 <parameter xlink:href="http://badc.rl.ac.uk/localparams#v_1"></parameter> 3100 </GridSeriesFeature> 3101 </gml:featureMember> 3102 <gml:featureMember> 3103 <GridSeriesFeature gml:id="v_2"> 3104 <gml:description>V COMPNT OF WIND ON PRESSURE LEVELS</gml:description> 3089 3105 <value> 3090 3106 <GridSeriesCoverage> … … 3110 3126 <coordAxisValues> 3111 3127 <SpatialOrTemporalPositionList> 3112 <coordinateList># fxQChpo2</coordinateList>3128 <coordinateList>#q9bWTwjj</coordinateList> 3113 3129 </SpatialOrTemporalPositionList> 3114 3130 </coordAxisValues> … … 3122 3138 <coordAxisValues> 3123 3139 <SpatialOrTemporalPositionList> 3124 <coordinateList># l4Sgu8xf</coordinateList>3140 <coordinateList>#dD9FOhXY</coordinateList> 3125 3141 </SpatialOrTemporalPositionList> 3126 3142 </coordAxisValues> … … 3134 3150 <coordAxisValues> 3135 3151 <SpatialOrTemporalPositionList> 3136 <coordinateList># xmhdnyDT</coordinateList>3152 <coordinateList>#RUIPbRQC</coordinateList> 3137 3153 </SpatialOrTemporalPositionList> 3138 3154 </coordAxisValues> … … 3149 3165 <gml:rangeSet> 3150 3166 <gml:ValueArray> 3151 <gml:valueComponent xlink:href="# AXVVwdCf" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3167 <gml:valueComponent xlink:href="#FqXctCPV" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3152 3168 <gml:QuantityList uom="m s-1"></gml:QuantityList> 3153 3169 </gml:valueComponent> … … 3156 3172 </GridSeriesCoverage> 3157 3173 </value> 3158 <parameter></parameter> 3159 </GridSeriesFeature> 3160 </gml:featureMember> 3161 <gml:featureMember> 3162 <GridSeriesFeature gml:description="CLEAR-SKY (II) UP SURFACE SW FLUX" gml:id="field207_1"> 3174 <parameter xlink:href="http://badc.rl.ac.uk/localparams#v_2"></parameter> 3175 </GridSeriesFeature> 3176 </gml:featureMember> 3177 <gml:featureMember> 3178 <GridSeriesFeature gml:id="field207_1"> 3179 <gml:description>CLEAR-SKY (II) UP SURFACE SW FLUX</gml:description> 3163 3180 <value> 3164 3181 <GridSeriesCoverage> … … 3184 3201 <coordAxisValues> 3185 3202 <SpatialOrTemporalPositionList> 3186 <coordinateList># yCCIQCV8</coordinateList>3203 <coordinateList>#B8nbvg09</coordinateList> 3187 3204 </SpatialOrTemporalPositionList> 3188 3205 </coordAxisValues> … … 3196 3213 <coordAxisValues> 3197 3214 <SpatialOrTemporalPositionList> 3198 <coordinateList># jZZWHyKn</coordinateList>3215 <coordinateList>#NU73XMgX</coordinateList> 3199 3216 </SpatialOrTemporalPositionList> 3200 3217 </coordAxisValues> … … 3208 3225 <coordAxisValues> 3209 3226 <SpatialOrTemporalPositionList> 3210 <coordinateList># WQ9FOarh</coordinateList>3227 <coordinateList>#UZDjZ4vD</coordinateList> 3211 3228 </SpatialOrTemporalPositionList> 3212 3229 </coordAxisValues> … … 3223 3240 <gml:rangeSet> 3224 3241 <gml:ValueArray> 3225 <gml:valueComponent xlink:href="# P4zml2Ox" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3242 <gml:valueComponent xlink:href="#r1BD870g" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3226 3243 <gml:QuantityList uom="W m-2"></gml:QuantityList> 3227 3244 </gml:valueComponent> … … 3230 3247 </GridSeriesCoverage> 3231 3248 </value> 3232 <parameter></parameter> 3233 </GridSeriesFeature> 3234 </gml:featureMember> 3235 <gml:featureMember> 3236 <GridSeriesFeature gml:description="ATMOS ENERGY CORR'N IN COLUMN W/M2" gml:id="field259"> 3249 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field207_1"></parameter> 3250 </GridSeriesFeature> 3251 </gml:featureMember> 3252 <gml:featureMember> 3253 <GridSeriesFeature gml:id="field259"> 3254 <gml:description>ATMOS ENERGY CORR'N IN COLUMN W/M2</gml:description> 3237 3255 <value> 3238 3256 <GridSeriesCoverage> … … 3258 3276 <coordAxisValues> 3259 3277 <SpatialOrTemporalPositionList> 3260 <coordinateList># DJ44k5bw</coordinateList>3278 <coordinateList>#VOeQvo7T</coordinateList> 3261 3279 </SpatialOrTemporalPositionList> 3262 3280 </coordAxisValues> … … 3270 3288 <coordAxisValues> 3271 3289 <SpatialOrTemporalPositionList> 3272 <coordinateList># jZZWHyKn</coordinateList>3290 <coordinateList>#NU73XMgX</coordinateList> 3273 3291 </SpatialOrTemporalPositionList> 3274 3292 </coordAxisValues> … … 3282 3300 <coordAxisValues> 3283 3301 <SpatialOrTemporalPositionList> 3284 <coordinateList># WQ9FOarh</coordinateList>3302 <coordinateList>#UZDjZ4vD</coordinateList> 3285 3303 </SpatialOrTemporalPositionList> 3286 3304 </coordAxisValues> … … 3297 3315 <gml:rangeSet> 3298 3316 <gml:ValueArray> 3299 <gml:valueComponent xlink:href="# WTOdUdiL" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3317 <gml:valueComponent xlink:href="#OQnYdP1I" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3300 3318 <gml:QuantityList uom="W m-2"></gml:QuantityList> 3301 3319 </gml:valueComponent> … … 3304 3322 </GridSeriesCoverage> 3305 3323 </value> 3306 <parameter></parameter> 3307 </GridSeriesFeature> 3308 </gml:featureMember> 3309 <gml:featureMember> 3310 <GridSeriesFeature gml:description="SURFACE RUNOFF RATE KG/M2/S" gml:id="field1532"> 3324 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field259"></parameter> 3325 </GridSeriesFeature> 3326 </gml:featureMember> 3327 <gml:featureMember> 3328 <GridSeriesFeature gml:id="field1532"> 3329 <gml:description>SURFACE RUNOFF RATE KG/M2/S</gml:description> 3311 3330 <value> 3312 3331 <GridSeriesCoverage> … … 3332 3351 <coordAxisValues> 3333 3352 <SpatialOrTemporalPositionList> 3334 <coordinateList># yCCIQCV8</coordinateList>3353 <coordinateList>#B8nbvg09</coordinateList> 3335 3354 </SpatialOrTemporalPositionList> 3336 3355 </coordAxisValues> … … 3344 3363 <coordAxisValues> 3345 3364 <SpatialOrTemporalPositionList> 3346 <coordinateList># jZZWHyKn</coordinateList>3365 <coordinateList>#NU73XMgX</coordinateList> 3347 3366 </SpatialOrTemporalPositionList> 3348 3367 </coordAxisValues> … … 3356 3375 <coordAxisValues> 3357 3376 <SpatialOrTemporalPositionList> 3358 <coordinateList># WQ9FOarh</coordinateList>3377 <coordinateList>#UZDjZ4vD</coordinateList> 3359 3378 </SpatialOrTemporalPositionList> 3360 3379 </coordAxisValues> … … 3371 3390 <gml:rangeSet> 3372 3391 <gml:ValueArray> 3373 <gml:valueComponent xlink:href="# xhdWPsLt" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3392 <gml:valueComponent xlink:href="#RptPAHsk" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3374 3393 <gml:QuantityList uom="kg m-2 s-1"></gml:QuantityList> 3375 3394 </gml:valueComponent> … … 3378 3397 </GridSeriesCoverage> 3379 3398 </value> 3380 <parameter></parameter> 3381 </GridSeriesFeature> 3382 </gml:featureMember> 3383 <gml:featureMember> 3384 <GridSeriesFeature gml:description="SUB-SURFACE RUNOFF RATE KG/M2/S" gml:id="field1533"> 3399 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field1532"></parameter> 3400 </GridSeriesFeature> 3401 </gml:featureMember> 3402 <gml:featureMember> 3403 <GridSeriesFeature gml:id="field1533"> 3404 <gml:description>SUB-SURFACE RUNOFF RATE KG/M2/S</gml:description> 3385 3405 <value> 3386 3406 <GridSeriesCoverage> … … 3406 3426 <coordAxisValues> 3407 3427 <SpatialOrTemporalPositionList> 3408 <coordinateList># yCCIQCV8</coordinateList>3428 <coordinateList>#B8nbvg09</coordinateList> 3409 3429 </SpatialOrTemporalPositionList> 3410 3430 </coordAxisValues> … … 3418 3438 <coordAxisValues> 3419 3439 <SpatialOrTemporalPositionList> 3420 <coordinateList># jZZWHyKn</coordinateList>3440 <coordinateList>#NU73XMgX</coordinateList> 3421 3441 </SpatialOrTemporalPositionList> 3422 3442 </coordAxisValues> … … 3430 3450 <coordAxisValues> 3431 3451 <SpatialOrTemporalPositionList> 3432 <coordinateList># WQ9FOarh</coordinateList>3452 <coordinateList>#UZDjZ4vD</coordinateList> 3433 3453 </SpatialOrTemporalPositionList> 3434 3454 </coordAxisValues> … … 3445 3465 <gml:rangeSet> 3446 3466 <gml:ValueArray> 3447 <gml:valueComponent xlink:href="# NCsGmZnM" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3467 <gml:valueComponent xlink:href="#x6wdYLhf" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3448 3468 <gml:QuantityList uom="kg m-2 s-1"></gml:QuantityList> 3449 3469 </gml:valueComponent> … … 3452 3472 </GridSeriesCoverage> 3453 3473 </value> 3454 <parameter></parameter> 3455 </GridSeriesFeature> 3456 </gml:featureMember> 3457 <gml:featureMember> 3458 <GridSeriesFeature gml:description="CANOPY THROUGHFALL RATE KG/M2/S" gml:id="field1531"> 3474 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field1533"></parameter> 3475 </GridSeriesFeature> 3476 </gml:featureMember> 3477 <gml:featureMember> 3478 <GridSeriesFeature gml:id="field1531"> 3479 <gml:description>CANOPY THROUGHFALL RATE KG/M2/S</gml:description> 3459 3480 <value> 3460 3481 <GridSeriesCoverage> … … 3480 3501 <coordAxisValues> 3481 3502 <SpatialOrTemporalPositionList> 3482 <coordinateList># AfLXiyFk</coordinateList>3503 <coordinateList>#cvYaJ9A3</coordinateList> 3483 3504 </SpatialOrTemporalPositionList> 3484 3505 </coordAxisValues> … … 3492 3513 <coordAxisValues> 3493 3514 <SpatialOrTemporalPositionList> 3494 <coordinateList># jZZWHyKn</coordinateList>3515 <coordinateList>#NU73XMgX</coordinateList> 3495 3516 </SpatialOrTemporalPositionList> 3496 3517 </coordAxisValues> … … 3504 3525 <coordAxisValues> 3505 3526 <SpatialOrTemporalPositionList> 3506 <coordinateList># WQ9FOarh</coordinateList>3527 <coordinateList>#UZDjZ4vD</coordinateList> 3507 3528 </SpatialOrTemporalPositionList> 3508 3529 </coordAxisValues> … … 3519 3540 <gml:rangeSet> 3520 3541 <gml:ValueArray> 3521 <gml:valueComponent xlink:href="# RrGGq5dg" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3542 <gml:valueComponent xlink:href="#tTiX0SEF" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3522 3543 <gml:QuantityList uom="kg m-2 s-1"></gml:QuantityList> 3523 3544 </gml:valueComponent> … … 3526 3547 </GridSeriesCoverage> 3527 3548 </value> 3528 <parameter></parameter> 3529 </GridSeriesFeature> 3530 </gml:featureMember> 3531 <gml:featureMember> 3532 <GridSeriesFeature gml:description="CLEAR-SKY LW HEATING RATES" gml:id="cslwhr"> 3549 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field1531"></parameter> 3550 </GridSeriesFeature> 3551 </gml:featureMember> 3552 <gml:featureMember> 3553 <GridSeriesFeature gml:id="cslwhr"> 3554 <gml:description>CLEAR-SKY LW HEATING RATES</gml:description> 3533 3555 <value> 3534 3556 <GridSeriesCoverage> … … 3554 3576 <coordAxisValues> 3555 3577 <SpatialOrTemporalPositionList> 3556 <coordinateList># yhAp1TJc</coordinateList>3578 <coordinateList>#u9FMGNzf</coordinateList> 3557 3579 </SpatialOrTemporalPositionList> 3558 3580 </coordAxisValues> … … 3566 3588 <coordAxisValues> 3567 3589 <SpatialOrTemporalPositionList> 3568 <coordinateList># jZZWHyKn</coordinateList>3590 <coordinateList>#NU73XMgX</coordinateList> 3569 3591 </SpatialOrTemporalPositionList> 3570 3592 </coordAxisValues> … … 3578 3600 <coordAxisValues> 3579 3601 <SpatialOrTemporalPositionList> 3580 <coordinateList># WQ9FOarh</coordinateList>3602 <coordinateList>#UZDjZ4vD</coordinateList> 3581 3603 </SpatialOrTemporalPositionList> 3582 3604 </coordAxisValues> … … 3593 3615 <gml:rangeSet> 3594 3616 <gml:ValueArray> 3595 <gml:valueComponent xlink:href="# gkFxCAzn" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3617 <gml:valueComponent xlink:href="#DlF2Y2fP" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3596 3618 <gml:QuantityList uom="K s-1"></gml:QuantityList> 3597 3619 </gml:valueComponent> … … 3600 3622 </GridSeriesCoverage> 3601 3623 </value> 3602 <parameter></parameter> 3603 </GridSeriesFeature> 3604 </gml:featureMember> 3605 <gml:featureMember> 3606 <GridSeriesFeature gml:description="LARGE SCALE RAINFALL RATE KG/M2/S" gml:id="lsrain"> 3624 <parameter xlink:href="http://badc.rl.ac.uk/localparams#cslwhr"></parameter> 3625 </GridSeriesFeature> 3626 </gml:featureMember> 3627 <gml:featureMember> 3628 <GridSeriesFeature gml:id="lsrain"> 3629 <gml:description>LARGE SCALE RAINFALL RATE KG/M2/S</gml:description> 3607 3630 <value> 3608 3631 <GridSeriesCoverage> … … 3628 3651 <coordAxisValues> 3629 3652 <SpatialOrTemporalPositionList> 3630 <coordinateList># yCCIQCV8</coordinateList>3653 <coordinateList>#B8nbvg09</coordinateList> 3631 3654 </SpatialOrTemporalPositionList> 3632 3655 </coordAxisValues> … … 3640 3663 <coordAxisValues> 3641 3664 <SpatialOrTemporalPositionList> 3642 <coordinateList># jZZWHyKn</coordinateList>3665 <coordinateList>#NU73XMgX</coordinateList> 3643 3666 </SpatialOrTemporalPositionList> 3644 3667 </coordAxisValues> … … 3652 3675 <coordAxisValues> 3653 3676 <SpatialOrTemporalPositionList> 3654 <coordinateList># WQ9FOarh</coordinateList>3677 <coordinateList>#UZDjZ4vD</coordinateList> 3655 3678 </SpatialOrTemporalPositionList> 3656 3679 </coordAxisValues> … … 3667 3690 <gml:rangeSet> 3668 3691 <gml:ValueArray> 3669 <gml:valueComponent xlink:href="# ZwJB020P" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3692 <gml:valueComponent xlink:href="#NgOi2Hx3" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3670 3693 <gml:QuantityList uom="kg m-2 s-1"></gml:QuantityList> 3671 3694 </gml:valueComponent> … … 3674 3697 </GridSeriesCoverage> 3675 3698 </value> 3676 <parameter></parameter> 3677 </GridSeriesFeature> 3678 </gml:featureMember> 3679 <gml:featureMember> 3680 <GridSeriesFeature gml:description="CLEAR-SKY (II) DOWN SURFACE LW FLUX" gml:id="csilr"> 3699 <parameter xlink:href="http://badc.rl.ac.uk/localparams#lsrain"></parameter> 3700 </GridSeriesFeature> 3701 </gml:featureMember> 3702 <gml:featureMember> 3703 <GridSeriesFeature gml:id="csilr"> 3704 <gml:description>CLEAR-SKY (II) DOWN SURFACE LW FLUX</gml:description> 3681 3705 <value> 3682 3706 <GridSeriesCoverage> … … 3702 3726 <coordAxisValues> 3703 3727 <SpatialOrTemporalPositionList> 3704 <coordinateList># yCCIQCV8</coordinateList>3728 <coordinateList>#B8nbvg09</coordinateList> 3705 3729 </SpatialOrTemporalPositionList> 3706 3730 </coordAxisValues> … … 3714 3738 <coordAxisValues> 3715 3739 <SpatialOrTemporalPositionList> 3716 <coordinateList># jZZWHyKn</coordinateList>3740 <coordinateList>#NU73XMgX</coordinateList> 3717 3741 </SpatialOrTemporalPositionList> 3718 3742 </coordAxisValues> … … 3726 3750 <coordAxisValues> 3727 3751 <SpatialOrTemporalPositionList> 3728 <coordinateList># WQ9FOarh</coordinateList>3752 <coordinateList>#UZDjZ4vD</coordinateList> 3729 3753 </SpatialOrTemporalPositionList> 3730 3754 </coordAxisValues> … … 3741 3765 <gml:rangeSet> 3742 3766 <gml:ValueArray> 3743 <gml:valueComponent xlink:href="# GFn3XVOl" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3767 <gml:valueComponent xlink:href="#oUafWoUo" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3744 3768 <gml:QuantityList uom="W m-2"></gml:QuantityList> 3745 3769 </gml:valueComponent> … … 3748 3772 </GridSeriesCoverage> 3749 3773 </value> 3750 <parameter></parameter> 3751 </GridSeriesFeature> 3752 </gml:featureMember> 3753 <gml:featureMember> 3754 <GridSeriesFeature gml:description="Stash code = 1240" gml:id="CH3O2"> 3774 <parameter xlink:href="http://badc.rl.ac.uk/localparams#csilr"></parameter> 3775 </GridSeriesFeature> 3776 </gml:featureMember> 3777 <gml:featureMember> 3778 <GridSeriesFeature gml:id="CH3O2"> 3779 <gml:description>Stash code = 1240</gml:description> 3755 3780 <value> 3756 3781 <GridSeriesCoverage> … … 3776 3801 <coordAxisValues> 3777 3802 <SpatialOrTemporalPositionList> 3778 <coordinateList># RKQqrYYP</coordinateList>3803 <coordinateList>#cm4aosD1</coordinateList> 3779 3804 </SpatialOrTemporalPositionList> 3780 3805 </coordAxisValues> … … 3788 3813 <coordAxisValues> 3789 3814 <SpatialOrTemporalPositionList> 3790 <coordinateList># jZZWHyKn</coordinateList>3815 <coordinateList>#NU73XMgX</coordinateList> 3791 3816 </SpatialOrTemporalPositionList> 3792 3817 </coordAxisValues> … … 3800 3825 <coordAxisValues> 3801 3826 <SpatialOrTemporalPositionList> 3802 <coordinateList># WQ9FOarh</coordinateList>3827 <coordinateList>#UZDjZ4vD</coordinateList> 3803 3828 </SpatialOrTemporalPositionList> 3804 3829 </coordAxisValues> … … 3815 3840 <gml:rangeSet> 3816 3841 <gml:ValueArray> 3817 <gml:valueComponent xlink:href="# OgGxf4gZ" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3842 <gml:valueComponent xlink:href="#V87PIJUR" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3818 3843 <gml:QuantityList uom=" "></gml:QuantityList> 3819 3844 </gml:valueComponent> … … 3822 3847 </GridSeriesCoverage> 3823 3848 </value> 3824 <parameter></parameter> 3825 </GridSeriesFeature> 3826 </gml:featureMember> 3827 <gml:featureMember> 3828 <GridSeriesFeature gml:description="GRIDBOX MEAN CONV. CLOUD WATER PATH" gml:id="field219_1"> 3849 <parameter xlink:href="http://badc.rl.ac.uk/localparams#CH3O2"></parameter> 3850 </GridSeriesFeature> 3851 </gml:featureMember> 3852 <gml:featureMember> 3853 <GridSeriesFeature gml:id="field219_1"> 3854 <gml:description>GRIDBOX MEAN CONV. CLOUD WATER PATH</gml:description> 3829 3855 <value> 3830 3856 <GridSeriesCoverage> … … 3850 3876 <coordAxisValues> 3851 3877 <SpatialOrTemporalPositionList> 3852 <coordinateList># DJ44k5bw</coordinateList>3878 <coordinateList>#VOeQvo7T</coordinateList> 3853 3879 </SpatialOrTemporalPositionList> 3854 3880 </coordAxisValues> … … 3862 3888 <coordAxisValues> 3863 3889 <SpatialOrTemporalPositionList> 3864 <coordinateList># jZZWHyKn</coordinateList>3890 <coordinateList>#NU73XMgX</coordinateList> 3865 3891 </SpatialOrTemporalPositionList> 3866 3892 </coordAxisValues> … … 3874 3900 <coordAxisValues> 3875 3901 <SpatialOrTemporalPositionList> 3876 <coordinateList># WQ9FOarh</coordinateList>3902 <coordinateList>#UZDjZ4vD</coordinateList> 3877 3903 </SpatialOrTemporalPositionList> 3878 3904 </coordAxisValues> … … 3889 3915 <gml:rangeSet> 3890 3916 <gml:ValueArray> 3891 <gml:valueComponent xlink:href="# WfYf9FzH" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3917 <gml:valueComponent xlink:href="#Q1c3KysV" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3892 3918 <gml:QuantityList uom="kg m-2"></gml:QuantityList> 3893 3919 </gml:valueComponent> … … 3896 3922 </GridSeriesCoverage> 3897 3923 </value> 3898 <parameter></parameter> 3899 </GridSeriesFeature> 3900 </gml:featureMember> 3901 <gml:featureMember> 3902 <GridSeriesFeature gml:description="CONV. CLOUD AMOUNT ON EACH MODEL LEV" gml:id="convcld_1"> 3924 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field219_1"></parameter> 3925 </GridSeriesFeature> 3926 </gml:featureMember> 3927 <gml:featureMember> 3928 <GridSeriesFeature gml:id="convcld_1"> 3929 <gml:description>CONV. CLOUD AMOUNT ON EACH MODEL LEV</gml:description> 3903 3930 <value> 3904 3931 <GridSeriesCoverage> … … 3924 3951 <coordAxisValues> 3925 3952 <SpatialOrTemporalPositionList> 3926 <coordinateList># yhAp1TJc</coordinateList>3953 <coordinateList>#u9FMGNzf</coordinateList> 3927 3954 </SpatialOrTemporalPositionList> 3928 3955 </coordAxisValues> … … 3936 3963 <coordAxisValues> 3937 3964 <SpatialOrTemporalPositionList> 3938 <coordinateList># jZZWHyKn</coordinateList>3965 <coordinateList>#NU73XMgX</coordinateList> 3939 3966 </SpatialOrTemporalPositionList> 3940 3967 </coordAxisValues> … … 3948 3975 <coordAxisValues> 3949 3976 <SpatialOrTemporalPositionList> 3950 <coordinateList># WQ9FOarh</coordinateList>3977 <coordinateList>#UZDjZ4vD</coordinateList> 3951 3978 </SpatialOrTemporalPositionList> 3952 3979 </coordAxisValues> … … 3963 3990 <gml:rangeSet> 3964 3991 <gml:ValueArray> 3965 <gml:valueComponent xlink:href="# gZjYBB95" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">3992 <gml:valueComponent xlink:href="#Sj0gcXD5" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 3966 3993 <gml:QuantityList uom=" "></gml:QuantityList> 3967 3994 </gml:valueComponent> … … 3970 3997 </GridSeriesCoverage> 3971 3998 </value> 3972 <parameter></parameter> 3973 </GridSeriesFeature> 3974 </gml:featureMember> 3975 <gml:featureMember> 3976 <GridSeriesFeature gml:description="PSTAR AFTER TIMESTEP" gml:id="p"> 3999 <parameter xlink:href="http://badc.rl.ac.uk/localparams#convcld_1"></parameter> 4000 </GridSeriesFeature> 4001 </gml:featureMember> 4002 <gml:featureMember> 4003 <GridSeriesFeature gml:id="p"> 4004 <gml:description>PSTAR AFTER TIMESTEP</gml:description> 3977 4005 <value> 3978 4006 <GridSeriesCoverage> … … 3998 4026 <coordAxisValues> 3999 4027 <SpatialOrTemporalPositionList> 4000 <coordinateList># yCCIQCV8</coordinateList>4028 <coordinateList>#B8nbvg09</coordinateList> 4001 4029 </SpatialOrTemporalPositionList> 4002 4030 </coordAxisValues> … … 4010 4038 <coordAxisValues> 4011 4039 <SpatialOrTemporalPositionList> 4012 <coordinateList># jZZWHyKn</coordinateList>4040 <coordinateList>#NU73XMgX</coordinateList> 4013 4041 </SpatialOrTemporalPositionList> 4014 4042 </coordAxisValues> … … 4022 4050 <coordAxisValues> 4023 4051 <SpatialOrTemporalPositionList> 4024 <coordinateList># WQ9FOarh</coordinateList>4052 <coordinateList>#UZDjZ4vD</coordinateList> 4025 4053 </SpatialOrTemporalPositionList> 4026 4054 </coordAxisValues> … … 4037 4065 <gml:rangeSet> 4038 4066 <gml:ValueArray> 4039 <gml:valueComponent xlink:href="# U3Fdzb1b" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">4067 <gml:valueComponent xlink:href="#NI1Kn35S" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 4040 4068 <gml:QuantityList uom="Pa"></gml:QuantityList> 4041 4069 </gml:valueComponent> … … 4044 4072 </GridSeriesCoverage> 4045 4073 </value> 4046 <parameter></parameter> 4047 </GridSeriesFeature> 4048 </gml:featureMember> 4049 <gml:featureMember> 4050 <GridSeriesFeature gml:description="Stash code = 2241" gml:id="CH3COO2"> 4074 <parameter xlink:href="http://badc.rl.ac.uk/localparams#p"></parameter> 4075 </GridSeriesFeature> 4076 </gml:featureMember> 4077 <gml:featureMember> 4078 <GridSeriesFeature gml:id="CH3COO2"> 4079 <gml:description>Stash code = 2241</gml:description> 4051 4080 <value> 4052 4081 <GridSeriesCoverage> … … 4072 4101 <coordAxisValues> 4073 4102 <SpatialOrTemporalPositionList> 4074 <coordinateList># RKQqrYYP</coordinateList>4103 <coordinateList>#cm4aosD1</coordinateList> 4075 4104 </SpatialOrTemporalPositionList> 4076 4105 </coordAxisValues> … … 4084 4113 <coordAxisValues> 4085 4114 <SpatialOrTemporalPositionList> 4086 <coordinateList># jZZWHyKn</coordinateList>4115 <coordinateList>#NU73XMgX</coordinateList> 4087 4116 </SpatialOrTemporalPositionList> 4088 4117 </coordAxisValues> … … 4096 4125 <coordAxisValues> 4097 4126 <SpatialOrTemporalPositionList> 4098 <coordinateList># WQ9FOarh</coordinateList>4127 <coordinateList>#UZDjZ4vD</coordinateList> 4099 4128 </SpatialOrTemporalPositionList> 4100 4129 </coordAxisValues> … … 4111 4140 <gml:rangeSet> 4112 4141 <gml:ValueArray> 4113 <gml:valueComponent xlink:href="# lYjpZiH5" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">4142 <gml:valueComponent xlink:href="#PoiFYOlH" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 4114 4143 <gml:QuantityList uom=" "></gml:QuantityList> 4115 4144 </gml:valueComponent> … … 4118 4147 </GridSeriesCoverage> 4119 4148 </value> 4120 <parameter></parameter> 4121 </GridSeriesFeature> 4122 </gml:featureMember> 4123 <gml:featureMember> 4124 <GridSeriesFeature gml:description="TOTAL CLOUD AMOUNT IN LW RADIATION" gml:id="field30"> 4149 <parameter xlink:href="http://badc.rl.ac.uk/localparams#CH3COO2"></parameter> 4150 </GridSeriesFeature> 4151 </gml:featureMember> 4152 <gml:featureMember> 4153 <GridSeriesFeature gml:id="field30"> 4154 <gml:description>TOTAL CLOUD AMOUNT IN LW RADIATION</gml:description> 4125 4155 <value> 4126 4156 <GridSeriesCoverage> … … 4146 4176 <coordAxisValues> 4147 4177 <SpatialOrTemporalPositionList> 4148 <coordinateList># DJ44k5bw</coordinateList>4178 <coordinateList>#VOeQvo7T</coordinateList> 4149 4179 </SpatialOrTemporalPositionList> 4150 4180 </coordAxisValues> … … 4158 4188 <coordAxisValues> 4159 4189 <SpatialOrTemporalPositionList> 4160 <coordinateList># jZZWHyKn</coordinateList>4190 <coordinateList>#NU73XMgX</coordinateList> 4161 4191 </SpatialOrTemporalPositionList> 4162 4192 </coordAxisValues> … … 4170 4200 <coordAxisValues> 4171 4201 <SpatialOrTemporalPositionList> 4172 <coordinateList># WQ9FOarh</coordinateList>4202 <coordinateList>#UZDjZ4vD</coordinateList> 4173 4203 </SpatialOrTemporalPositionList> 4174 4204 </coordAxisValues> … … 4185 4215 <gml:rangeSet> 4186 4216 <gml:ValueArray> 4187 <gml:valueComponent xlink:href="# ktaYsnHp" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">4217 <gml:valueComponent xlink:href="#FRK1gjUR" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 4188 4218 <gml:QuantityList uom="0-1"></gml:QuantityList> 4189 4219 </gml:valueComponent> … … 4192 4222 </GridSeriesCoverage> 4193 4223 </value> 4194 <parameter></parameter> 4195 </GridSeriesFeature> 4196 </gml:featureMember> 4197 <gml:featureMember> 4198 <GridSeriesFeature gml:description="SOIL MOISTURE CONTENT IN A LAYER" gml:id="sm_1"> 4224 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field30"></parameter> 4225 </GridSeriesFeature> 4226 </gml:featureMember> 4227 <gml:featureMember> 4228 <GridSeriesFeature gml:id="sm_1"> 4229 <gml:description>SOIL MOISTURE CONTENT IN A LAYER</gml:description> 4199 4230 <value> 4200 4231 <GridSeriesCoverage> … … 4220 4251 <coordAxisValues> 4221 4252 <SpatialOrTemporalPositionList> 4222 <coordinateList># cyNJhz1p</coordinateList>4253 <coordinateList>#oBnBZQc8</coordinateList> 4223 4254 </SpatialOrTemporalPositionList> 4224 4255 </coordAxisValues> … … 4232 4263 <coordAxisValues> 4233 4264 <SpatialOrTemporalPositionList> 4234 <coordinateList># jZZWHyKn</coordinateList>4265 <coordinateList>#NU73XMgX</coordinateList> 4235 4266 </SpatialOrTemporalPositionList> 4236 4267 </coordAxisValues> … … 4244 4275 <coordAxisValues> 4245 4276 <SpatialOrTemporalPositionList> 4246 <coordinateList># WQ9FOarh</coordinateList>4277 <coordinateList>#UZDjZ4vD</coordinateList> 4247 4278 </SpatialOrTemporalPositionList> 4248 4279 </coordAxisValues> … … 4259 4290 <gml:rangeSet> 4260 4291 <gml:ValueArray> 4261 <gml:valueComponent xlink:href="# B8bpHZ6W" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">4292 <gml:valueComponent xlink:href="#pPwYnn1J" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 4262 4293 <gml:QuantityList uom="kg m-2"></gml:QuantityList> 4263 4294 </gml:valueComponent> … … 4266 4297 </GridSeriesCoverage> 4267 4298 </value> 4268 <parameter></parameter> 4269 </GridSeriesFeature> 4270 </gml:featureMember> 4271 <gml:featureMember> 4272 <GridSeriesFeature gml:description="UPWARD SW FLUX AT THE TROP." gml:id="field201_1"> 4299 <parameter xlink:href="http://badc.rl.ac.uk/localparams#sm_1"></parameter> 4300 </GridSeriesFeature> 4301 </gml:featureMember> 4302 <gml:featureMember> 4303 <GridSeriesFeature gml:id="field201_1"> 4304 <gml:description>UPWARD SW FLUX AT THE TROP.</gml:description> 4273 4305 <value> 4274 4306 <GridSeriesCoverage> … … 4294 4326 <coordAxisValues> 4295 4327 <SpatialOrTemporalPositionList> 4296 <coordinateList># QA5kbv7I</coordinateList>4328 <coordinateList>#XyTnvPkw</coordinateList> 4297 4329 </SpatialOrTemporalPositionList> 4298 4330 </coordAxisValues> … … 4306 4338 <coordAxisValues> 4307 4339 <SpatialOrTemporalPositionList> 4308 <coordinateList># jZZWHyKn</coordinateList>4340 <coordinateList>#NU73XMgX</coordinateList> 4309 4341 </SpatialOrTemporalPositionList> 4310 4342 </coordAxisValues> … … 4318 4350 <coordAxisValues> 4319 4351 <SpatialOrTemporalPositionList> 4320 <coordinateList># WQ9FOarh</coordinateList>4352 <coordinateList>#UZDjZ4vD</coordinateList> 4321 4353 </SpatialOrTemporalPositionList> 4322 4354 </coordAxisValues> … … 4333 4365 <gml:rangeSet> 4334 4366 <gml:ValueArray> 4335 <gml:valueComponent xlink:href="# esio2Cxl" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">4367 <gml:valueComponent xlink:href="#XhwGLaRT" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 4336 4368 <gml:QuantityList uom="W m-2"></gml:QuantityList> 4337 4369 </gml:valueComponent> … … 4340 4372 </GridSeriesCoverage> 4341 4373 </value> 4342 <parameter></parameter> 4343 </GridSeriesFeature> 4344 </gml:featureMember> 4345 <gml:featureMember> 4346 <GridSeriesFeature gml:description="LAYER CLOUD AMOUNT IN EACH LAYER" gml:id="cldamount"> 4374 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field201_1"></parameter> 4375 </GridSeriesFeature> 4376 </gml:featureMember> 4377 <gml:featureMember> 4378 <GridSeriesFeature gml:id="cldamount"> 4379 <gml:description>LAYER CLOUD AMOUNT IN EACH LAYER</gml:description> 4347 4380 <value> 4348 4381 <GridSeriesCoverage> … … 4368 4401 <coordAxisValues> 4369 4402 <SpatialOrTemporalPositionList> 4370 <coordinateList># yhAp1TJc</coordinateList>4403 <coordinateList>#u9FMGNzf</coordinateList> 4371 4404 </SpatialOrTemporalPositionList> 4372 4405 </coordAxisValues> … … 4380 4413 <coordAxisValues> 4381 4414 <SpatialOrTemporalPositionList> 4382 <coordinateList># jZZWHyKn</coordinateList>4415 <coordinateList>#NU73XMgX</coordinateList> 4383 4416 </SpatialOrTemporalPositionList> 4384 4417 </coordAxisValues> … … 4392 4425 <coordAxisValues> 4393 4426 <SpatialOrTemporalPositionList> 4394 <coordinateList># WQ9FOarh</coordinateList>4427 <coordinateList>#UZDjZ4vD</coordinateList> 4395 4428 </SpatialOrTemporalPositionList> 4396 4429 </coordAxisValues> … … 4407 4440 <gml:rangeSet> 4408 4441 <gml:ValueArray> 4409 <gml:valueComponent xlink:href="# S6NGQNvW" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">4442 <gml:valueComponent xlink:href="#ECKVT7pR" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 4410 4443 <gml:QuantityList uom="0-1"></gml:QuantityList> 4411 4444 </gml:valueComponent> … … 4414 4447 </GridSeriesCoverage> 4415 4448 </value> 4416 <parameter></parameter> 4417 </GridSeriesFeature> 4418 </gml:featureMember> 4419 <gml:featureMember> 4420 <GridSeriesFeature gml:description="OUTGOING LW RAD FLUX (TOA)" gml:id="olr"> 4449 <parameter xlink:href="http://badc.rl.ac.uk/localparams#cldamount"></parameter> 4450 </GridSeriesFeature> 4451 </gml:featureMember> 4452 <gml:featureMember> 4453 <GridSeriesFeature gml:id="olr"> 4454 <gml:description>OUTGOING LW RAD FLUX (TOA)</gml:description> 4421 4455 <value> 4422 4456 <GridSeriesCoverage> … … 4442 4476 <coordAxisValues> 4443 4477 <SpatialOrTemporalPositionList> 4444 <coordinateList># sIBtz9NG</coordinateList>4478 <coordinateList>#tK0zYqoz</coordinateList> 4445 4479 </SpatialOrTemporalPositionList> 4446 4480 </coordAxisValues> … … 4454 4488 <coordAxisValues> 4455 4489 <SpatialOrTemporalPositionList> 4456 <coordinateList># jZZWHyKn</coordinateList>4490 <coordinateList>#NU73XMgX</coordinateList> 4457 4491 </SpatialOrTemporalPositionList> 4458 4492 </coordAxisValues> … … 4466 4500 <coordAxisValues> 4467 4501 <SpatialOrTemporalPositionList> 4468 <coordinateList># WQ9FOarh</coordinateList>4502 <coordinateList>#UZDjZ4vD</coordinateList> 4469 4503 </SpatialOrTemporalPositionList> 4470 4504 </coordAxisValues> … … 4481 4515 <gml:rangeSet> 4482 4516 <gml:ValueArray> 4483 <gml:valueComponent xlink:href="# aTt3NhIP" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">4517 <gml:valueComponent xlink:href="#zwhSO34F" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 4484 4518 <gml:QuantityList uom="W m-2"></gml:QuantityList> 4485 4519 </gml:valueComponent> … … 4488 4522 </GridSeriesCoverage> 4489 4523 </value> 4490 <parameter></parameter> 4491 </GridSeriesFeature> 4492 </gml:featureMember> 4493 <gml:featureMember> 4494 <GridSeriesFeature gml:description="DEEP SOIL TEMPERATURE AFTER B.LAYER" gml:id="soiltemp"> 4524 <parameter xlink:href="http://badc.rl.ac.uk/localparams#olr"></parameter> 4525 </GridSeriesFeature> 4526 </gml:featureMember> 4527 <gml:featureMember> 4528 <GridSeriesFeature gml:id="soiltemp"> 4529 <gml:description>DEEP SOIL TEMPERATURE AFTER B.LAYER</gml:description> 4495 4530 <value> 4496 4531 <GridSeriesCoverage> … … 4516 4551 <coordAxisValues> 4517 4552 <SpatialOrTemporalPositionList> 4518 <coordinateList># cyNJhz1p</coordinateList>4553 <coordinateList>#oBnBZQc8</coordinateList> 4519 4554 </SpatialOrTemporalPositionList> 4520 4555 </coordAxisValues> … … 4528 4563 <coordAxisValues> 4529 4564 <SpatialOrTemporalPositionList> 4530 <coordinateList># jZZWHyKn</coordinateList>4565 <coordinateList>#NU73XMgX</coordinateList> 4531 4566 </SpatialOrTemporalPositionList> 4532 4567 </coordAxisValues> … … 4540 4575 <coordAxisValues> 4541 4576 <SpatialOrTemporalPositionList> 4542 <coordinateList># WQ9FOarh</coordinateList>4577 <coordinateList>#UZDjZ4vD</coordinateList> 4543 4578 </SpatialOrTemporalPositionList> 4544 4579 </coordAxisValues> … … 4555 4590 <gml:rangeSet> 4556 4591 <gml:ValueArray> 4557 <gml:valueComponent xlink:href="# oWbNObJL" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">4592 <gml:valueComponent xlink:href="#Otqb2mch" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 4558 4593 <gml:QuantityList uom="K"></gml:QuantityList> 4559 4594 </gml:valueComponent> … … 4562 4597 </GridSeriesCoverage> 4563 4598 </value> 4564 <parameter></parameter> 4565 </GridSeriesFeature> 4566 </gml:featureMember> 4567 <gml:featureMember> 4568 <GridSeriesFeature gml:description="LARGE SCALE SNOWFALL RATE KG/M2/S" gml:id="lssnow"> 4599 <parameter xlink:href="http://badc.rl.ac.uk/localparams#soiltemp"></parameter> 4600 </GridSeriesFeature> 4601 </gml:featureMember> 4602 <gml:featureMember> 4603 <GridSeriesFeature gml:id="lssnow"> 4604 <gml:description>LARGE SCALE SNOWFALL RATE KG/M2/S</gml:description> 4569 4605 <value> 4570 4606 <GridSeriesCoverage> … … 4590 4626 <coordAxisValues> 4591 4627 <SpatialOrTemporalPositionList> 4592 <coordinateList># yCCIQCV8</coordinateList>4628 <coordinateList>#B8nbvg09</coordinateList> 4593 4629 </SpatialOrTemporalPositionList> 4594 4630 </coordAxisValues> … … 4602 4638 <coordAxisValues> 4603 4639 <SpatialOrTemporalPositionList> 4604 <coordinateList># jZZWHyKn</coordinateList>4640 <coordinateList>#NU73XMgX</coordinateList> 4605 4641 </SpatialOrTemporalPositionList> 4606 4642 </coordAxisValues> … … 4614 4650 <coordAxisValues> 4615 4651 <SpatialOrTemporalPositionList> 4616 <coordinateList># WQ9FOarh</coordinateList>4652 <coordinateList>#UZDjZ4vD</coordinateList> 4617 4653 </SpatialOrTemporalPositionList> 4618 4654 </coordAxisValues> … … 4629 4665 <gml:rangeSet> 4630 4666 <gml:ValueArray> 4631 <gml:valueComponent xlink:href="# dp3TMb8K" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">4667 <gml:valueComponent xlink:href="#ukjvcXXa" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 4632 4668 <gml:QuantityList uom="kg m-2 s-1"></gml:QuantityList> 4633 4669 </gml:valueComponent> … … 4636 4672 </GridSeriesCoverage> 4637 4673 </value> 4638 <parameter></parameter> 4639 </GridSeriesFeature> 4640 </gml:featureMember> 4641 <gml:featureMember> 4642 <GridSeriesFeature gml:description="Stash code = 1239" gml:id="H2O2"> 4674 <parameter xlink:href="http://badc.rl.ac.uk/localparams#lssnow"></parameter> 4675 </GridSeriesFeature> 4676 </gml:featureMember> 4677 <gml:featureMember> 4678 <GridSeriesFeature gml:id="H2O2"> 4679 <gml:description>Stash code = 1239</gml:description> 4643 4680 <value> 4644 4681 <GridSeriesCoverage> … … 4664 4701 <coordAxisValues> 4665 4702 <SpatialOrTemporalPositionList> 4666 <coordinateList># RKQqrYYP</coordinateList>4703 <coordinateList>#cm4aosD1</coordinateList> 4667 4704 </SpatialOrTemporalPositionList> 4668 4705 </coordAxisValues> … … 4676 4713 <coordAxisValues> 4677 4714 <SpatialOrTemporalPositionList> 4678 <coordinateList># jZZWHyKn</coordinateList>4715 <coordinateList>#NU73XMgX</coordinateList> 4679 4716 </SpatialOrTemporalPositionList> 4680 4717 </coordAxisValues> … … 4688 4725 <coordAxisValues> 4689 4726 <SpatialOrTemporalPositionList> 4690 <coordinateList># WQ9FOarh</coordinateList>4727 <coordinateList>#UZDjZ4vD</coordinateList> 4691 4728 </SpatialOrTemporalPositionList> 4692 4729 </coordAxisValues> … … 4703 4740 <gml:rangeSet> 4704 4741 <gml:ValueArray> 4705 <gml:valueComponent xlink:href="# CFCbAl3B" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">4742 <gml:valueComponent xlink:href="#MY7HYsTJ" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 4706 4743 <gml:QuantityList uom=" "></gml:QuantityList> 4707 4744 </gml:valueComponent> … … 4710 4747 </GridSeriesCoverage> 4711 4748 </value> 4712 <parameter></parameter> 4713 </GridSeriesFeature> 4714 </gml:featureMember> 4715 <gml:featureMember> 4716 <GridSeriesFeature gml:description="TRANSPIRATION RATE KG/M2/S" gml:id="field1529"> 4749 <parameter xlink:href="http://badc.rl.ac.uk/localparams#H2O2"></parameter> 4750 </GridSeriesFeature> 4751 </gml:featureMember> 4752 <gml:featureMember> 4753 <GridSeriesFeature gml:id="field1529"> 4754 <gml:description>TRANSPIRATION RATE KG/M2/S</gml:description> 4717 4755 <value> 4718 4756 <GridSeriesCoverage> … … 4738 4776 <coordAxisValues> 4739 4777 <SpatialOrTemporalPositionList> 4740 <coordinateList># yCCIQCV8</coordinateList>4778 <coordinateList>#B8nbvg09</coordinateList> 4741 4779 </SpatialOrTemporalPositionList> 4742 4780 </coordAxisValues> … … 4750 4788 <coordAxisValues> 4751 4789 <SpatialOrTemporalPositionList> 4752 <coordinateList># jZZWHyKn</coordinateList>4790 <coordinateList>#NU73XMgX</coordinateList> 4753 4791 </SpatialOrTemporalPositionList> 4754 4792 </coordAxisValues> … … 4762 4800 <coordAxisValues> 4763 4801 <SpatialOrTemporalPositionList> 4764 <coordinateList># WQ9FOarh</coordinateList>4802 <coordinateList>#UZDjZ4vD</coordinateList> 4765 4803 </SpatialOrTemporalPositionList> 4766 4804 </coordAxisValues> … … 4777 4815 <gml:rangeSet> 4778 4816 <gml:ValueArray> 4779 <gml:valueComponent xlink:href="# farovCt8" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">4817 <gml:valueComponent xlink:href="#tlldxFu8" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 4780 4818 <gml:QuantityList uom="kg m-2 s-1"></gml:QuantityList> 4781 4819 </gml:valueComponent> … … 4784 4822 </GridSeriesCoverage> 4785 4823 </value> 4786 <parameter></parameter> 4787 </GridSeriesFeature> 4788 </gml:featureMember> 4789 <gml:featureMember> 4790 <GridSeriesFeature gml:description="QT SOURCE/SINK IN QT_POS KG/M2/S" gml:id="field184_2"> 4824 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field1529"></parameter> 4825 </GridSeriesFeature> 4826 </gml:featureMember> 4827 <gml:featureMember> 4828 <GridSeriesFeature gml:id="field184_2"> 4829 <gml:description>QT SOURCE/SINK IN QT_POS KG/M2/S</gml:description> 4791 4830 <value> 4792 4831 <GridSeriesCoverage> … … 4812 4851 <coordAxisValues> 4813 4852 <SpatialOrTemporalPositionList> 4814 <coordinateList># fOrKjjZG</coordinateList>4853 <coordinateList>#KfLcTm3N</coordinateList> 4815 4854 </SpatialOrTemporalPositionList> 4816 4855 </coordAxisValues> … … 4824 4863 <coordAxisValues> 4825 4864 <SpatialOrTemporalPositionList> 4826 <coordinateList># jZZWHyKn</coordinateList>4865 <coordinateList>#NU73XMgX</coordinateList> 4827 4866 </SpatialOrTemporalPositionList> 4828 4867 </coordAxisValues> … … 4836 4875 <coordAxisValues> 4837 4876 <SpatialOrTemporalPositionList> 4838 <coordinateList># WQ9FOarh</coordinateList>4877 <coordinateList>#UZDjZ4vD</coordinateList> 4839 4878 </SpatialOrTemporalPositionList> 4840 4879 </coordAxisValues> … … 4851 4890 <gml:rangeSet> 4852 4891 <gml:ValueArray> 4853 <gml:valueComponent xlink:href="# nxDJ22Wx" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">4892 <gml:valueComponent xlink:href="#j72YNEHy" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 4854 4893 <gml:QuantityList uom="kg m-2 s-1"></gml:QuantityList> 4855 4894 </gml:valueComponent> … … 4858 4897 </GridSeriesCoverage> 4859 4898 </value> 4860 <parameter></parameter> 4861 </GridSeriesFeature> 4862 </gml:featureMember> 4863 <gml:featureMember> 4864 <GridSeriesFeature gml:description="CLEAR-SKY (II) DOWN SURFACE SW FLUX" gml:id="field208"> 4899 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field184_2"></parameter> 4900 </GridSeriesFeature> 4901 </gml:featureMember> 4902 <gml:featureMember> 4903 <GridSeriesFeature gml:id="field208"> 4904 <gml:description>CLEAR-SKY (II) DOWN SURFACE SW FLUX</gml:description> 4865 4905 <value> 4866 4906 <GridSeriesCoverage> … … 4886 4926 <coordAxisValues> 4887 4927 <SpatialOrTemporalPositionList> 4888 <coordinateList># yCCIQCV8</coordinateList>4928 <coordinateList>#B8nbvg09</coordinateList> 4889 4929 </SpatialOrTemporalPositionList> 4890 4930 </coordAxisValues> … … 4898 4938 <coordAxisValues> 4899 4939 <SpatialOrTemporalPositionList> 4900 <coordinateList># jZZWHyKn</coordinateList>4940 <coordinateList>#NU73XMgX</coordinateList> 4901 4941 </SpatialOrTemporalPositionList> 4902 4942 </coordAxisValues> … … 4910 4950 <coordAxisValues> 4911 4951 <SpatialOrTemporalPositionList> 4912 <coordinateList># WQ9FOarh</coordinateList>4952 <coordinateList>#UZDjZ4vD</coordinateList> 4913 4953 </SpatialOrTemporalPositionList> 4914 4954 </coordAxisValues> … … 4925 4965 <gml:rangeSet> 4926 4966 <gml:ValueArray> 4927 <gml:valueComponent xlink:href="# P3C6u9LN" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor">4967 <gml:valueComponent xlink:href="#qrhFkZfH" xlink:show="embed" xlink:arcrole="http://ndg.nerc.ac.uk/xlinkUsage/insert#QuantityList" xlink:role="http://ndg.nerc.ac.uk/fileFormat/csmlStorageDescriptor"> 4928 4968 <gml:QuantityList uom="W m-2"></gml:QuantityList> 4929 4969 </gml:valueComponent> … … 4932 4972 </GridSeriesCoverage> 4933 4973 </value> 4934 <parameter></parameter> 4935 </GridSeriesFeature> 4936 </gml:featureMember> 4937 <gml:featureMember> 4938 <GridSeriesFeature gml:description="SURF & BL TOTL MOISTURE FLUX KG/M2/S" gml:id="field184_1"> 4974 <parameter xlink:href="http://badc.rl.ac.uk/localparams#field208"></parameter> 4975 </GridSeriesFeature> 4976 </gml:featureMember> 4977 <gml:featureMember> 4978 <GridSeriesFeature gml:id="field184_1"> 4979 <gml:description>SURF & BL TOTL MOISTURE FLUX KG/M2/S</gml:description> 4939 4980 <value> 4940 4981 <GridSeriesCoverage> … … 4960 5001 <coordAxisValues> 4961 5002 <SpatialOrTemporalPositionList> 4962 <coordinateList># Ul7dqMip</coordinateList>5003 <coordinateList>#q1IYiUrr</coordinateList> 4963 5004 </SpatialOrTemporalPositionList> 4964 5005 </coordAxisValues> … … 4972 5013 <coordAxisValues> 4973 5014 <SpatialOrTemporalPositionList> 4974 <coordinateList># jZZWHyKn</coordinateList>5015 <coordinateList>#NU73XMgX</coordinateList> 4975 5016 </SpatialOrTemporalPositionList> 4976 5017 </coordAxisValues> … … 4984 5025 <coordAxisValues> 4985 5026 <SpatialOrTemporalPositionList> 4986 <coordinateList># WQ9FOarh</coordinateList>5027 <coordinateList>#UZDjZ4vD</coordinateList> 4987 5028 </SpatialOrTemporalPositionList> 4988 5029 </coordAxisValues> … … 4999 5040 <gml:rangeSet> 5000 5041 <gml:ValueArray> 5001