-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMIP6-variables.owl
929 lines (817 loc) · 70.3 KB
/
CMIP6-variables.owl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
<?xml version="1.0"?>
<rdf:RDF xmlns="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#"
xml:base="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:ds="http://www.metaclip.org/datasource/datasource.owl#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:cpannotationschema="http://www.ontologydesignpatterns.org/schemas/cpannotationschema.owl#">
<owl:Ontology rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl">
<owl:versionIRI rdf:resource="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl"/>
<owl:imports rdf:resource="http://www.metaclip.org/datasource/datasource.owl"/>
<owl:imports rdf:resource="http://www.w3.org/2000/01/rdf-schema#"/>
<owl:imports rdf:resource="http://www.w3.org/ns/prov-o-20130430"/>
<dc:creator xml:lang="en">Santander Meteorology Group</dc:creator>
<dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">2024-07-26T09:20:28Z</dc:date>
<dc:description xml:lang="en">Semantic characterization of individual CMIP6 variables using the METACLIP Framework Classes</dc:description>
<dc:title xml:lang="en">METACLIP bindings for CMIP6 model output variable entities</dc:title>
<dc:source rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://github.com/PCMDI/cmip6-cmor-tables</dc:source>
<terms:contributor rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://orcid.org/0000-0001-6219-4312</terms:contributor>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">http://www.metaclip.org</rdfs:seeAlso>
<rdfs:seeAlso rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.1016/j.envsoft.2019.07.005</rdfs:seeAlso>
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#decimal">0.0</owl:versionInfo>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-huss
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-huss">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_day-huss</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time height2m</ds:dimensions>
<rdfs:comment xml:lang="en">Near-surface (usually, 2 meter) specific humidity.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">specific_humidity</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Near-Surface Specific Humidity</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-pr
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-pr">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_day-pr</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">includes both liquid and solid phases</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">precipitation_flux</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Precipitation</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">kg m-2 s-1</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-psl
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-psl">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_day-psl</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Sea Level Pressure</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">air_pressure_at_mean_sea_level</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sea Level Pressure</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pa</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-sfcWind
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-sfcWind">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_day-sfcWind</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time height10m</ds:dimensions>
<rdfs:comment xml:lang="en">near-surface (usually, 10 meters) wind speed.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">wind_speed</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daily-Mean Near-Surface Wind Speed</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m s-1</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-tas
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-tas">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_day-tas</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time height2m</ds:dimensions>
<rdfs:comment xml:lang="en">near-surface (usually, 2 meter) air temperature</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">air_temperature</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Near-Surface Air Temperature</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">K</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-tasmin
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-tasmin">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_day-tasmin</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time height2m</ds:dimensions>
<rdfs:comment xml:lang="en">minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">air_temperature</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daily Minimum Near-Surface Air Temperature</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">K</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean time: minimum</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-tasmax
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_day-tasmax">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_day-tasmax</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time height2m</ds:dimensions>
<rdfs:comment xml:lang="en">maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">air_temperature</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daily Maximum Near-Surface Air Temperature</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">K</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean time: maximum</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_fx-sftlf
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_fx-sftlf">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_fx-sftlf</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude</ds:dimensions>
<rdfs:comment xml:lang="en">Percentage of horizontal area occupied by land.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">land_area_fraction</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Percentage of the Grid Cell Occupied by Land (Including Lakes)</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">%</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_fx-orog
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_fx-orog">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_fx-orog</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude</ds:dimensions>
<rdfs:comment xml:lang="en">The surface called 'surface' means the lower boundary of the atmosphere. Altitude is the (geometric) height above the geoid, which is the reference geopotential surface. The geoid is similar to mean sea level.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface_altitude</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Altitude</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">land</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_fx-sftgif
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_fx-sftgif">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_fx-sftgif</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude</ds:dimensions>
<rdfs:comment xml:lang="en">Percentage of grid cell covered by land ice (ice sheet, ice shelf, ice cap, glacier)</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">land_ice_area_fraction</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Land Ice Area Percentage</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">%</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">land</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_fx-areacella
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_fx-areacella">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_fx-areacella</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude</ds:dimensions>
<rdfs:comment xml:lang="en">For atmospheres with more than 1 mesh (e.g., staggered grids), report areas that apply to surface vertical fluxes of energy.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cell_area</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Grid-Cell Area for Atmospheric Grid Variables</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: sum</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string"></ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos land</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_fx-mrsofc
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_fx-mrsofc">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_fx-mrsofc</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude</ds:dimensions>
<rdfs:comment xml:lang="en">The bulk water content retained by the soil at -33 J/kg of suction pressure, expressed as mass per unit land area; report as missing where there is no land</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">soil_moisture_content_at_field_capacity</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Capacity of Soil to Store Water (Field Capacity)</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">kg m-2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean where land</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">land</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Ofx-sftof
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Ofx-sftof">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Ofx-sftof</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude</ds:dimensions>
<rdfs:comment xml:lang="en">Percentage of horizontal area occupied by ocean.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sea_area_fraction</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sea Area Percentage</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">%</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacello</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ocean</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Ofx-areacello
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Ofx-areacello">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Ofx-areacello</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude</ds:dimensions>
<rdfs:comment xml:lang="en">Horizontal area of ocean grid cells</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cell_area</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Grid-Cell Area for Ocean Variables</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: sum</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string"></ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ocean</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Ofx-deptho
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Ofx-deptho">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Ofx-deptho</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude</ds:dimensions>
<rdfs:comment xml:lang="en">Ocean bathymetry. Reported here is the sea floor depth for present day relative to z=0 geoid. Reported as missing for land grid cells.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sea_floor_depth_below_geoid</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sea Floor Depth Below Geoid</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean where sea</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacello</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ocean</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Emon-mrsosLut
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Emon-mrsosLut">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Emon-mrsosLut</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude landUse time sdepth1</ds:dimensions>
<rdfs:comment xml:lang="en">the mass of water in all phases in a thin surface layer; integrate over uppermost 10cm</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">mass_content_of_water_in_soil_layer</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Moisture in Upper Portion of Soil Column of Land-Use Tile</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">kg m-2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean where sector</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">land</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Emon-mrroLut
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Emon-mrroLut">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Emon-mrroLut</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude landUse time</ds:dimensions>
<rdfs:comment xml:lang="en">the total runoff (including 'drainage' through the base of the soil model) leaving the land use tile portion of the grid cell</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">runoff_flux</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Total Runoff from Land-Use Tile</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">kg m-2 s-1</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean where sector</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">land</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_LImon-snd
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_LImon-snd">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_LImon-snd</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">where land over land, this is computed as the mean thickness of snow in the land portion of the grid cell (averaging over the entire land portion, including the snow-free fraction). Reported as 0.0 where the land fraction is 0.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface_snow_thickness</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Snow Depth</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean where land time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">landIce land</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_LImon-snw
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_LImon-snw">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_LImon-snw</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">The mass of surface snow on the land portion of the grid cell divided by the land area in the grid cell; reported as missing where the land fraction is 0; excludes snow on vegetation canopy or on sea ice.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface_snow_amount</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Snow Amount</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">kg m-2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean where land time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">landIce land</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-clt
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-clt">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-clt</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Total cloud area fraction (reported as a percentage) for the whole atmospheric column, as seen from the surface or the top of the atmosphere. Includes both large-scale and convective cloud.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">cloud_area_fraction</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Total Cloud Cover Percentage</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">%</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-evspsbl
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-evspsbl">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-evspsbl</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Evaporation at surface (also known as evapotranspiration): flux of water into the atmosphere due to conversion of both liquid and solid phases to vapor (from underlying surface and vegetation)</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">water_evapotranspiration_flux</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Evaporation Including Sublimation and Transpiration</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">kg m-2 s-1</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-hfls
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-hfls">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-hfls</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">The surface called 'surface' means the lower boundary of the atmosphere. 'Upward' indicates a vector component which is positive when directed upward (negative downward). The surface latent heat flux is the exchange of heat between the surface and the air on account of evaporation (including sublimation). In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface_upward_latent_heat_flux</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Upward Latent Heat Flux</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">W m-2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-hfss
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-hfss">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-hfss</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">The surface sensible heat flux, also called turbulent heat flux, is the exchange of heat between the surface and the air by motion of air.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface_upward_sensible_heat_flux</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Upward Sensible Heat Flux</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">W m-2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-huss
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-huss">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-huss</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time height2m</ds:dimensions>
<rdfs:comment xml:lang="en">Near-surface (usually, 2 meter) specific humidity.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">specific_humidity</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Near-Surface Specific Humidity</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">1</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-pr
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-pr">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-pr</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">includes both liquid and solid phases</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">precipitation_flux</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Precipitation</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">kg m-2 s-1</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-ps
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-ps">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-ps</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface_air_pressure</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Air Pressure</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pa</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-psl
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-psl">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-psl</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Sea Level Pressure</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">air_pressure_at_mean_sea_level</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sea Level Pressure</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pa</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rlds
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rlds">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-rlds</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Downwelling radiation is radiation from above. It does not mean 'net downward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface_downwelling_longwave_flux_in_air</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Downwelling Longwave Radiation</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">W m-2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rlus
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rlus">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-rlus</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">The surface called 'surface' means the lower boundary of the atmosphere. 'longwave' means longwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface_upwelling_longwave_flux_in_air</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Upwelling Longwave Radiation</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">W m-2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rlut
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rlut">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-rlut</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">at the top of the atmosphere (to be compared with satellite measurements)</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">toa_outgoing_longwave_flux</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TOA Outgoing Longwave Radiation</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">W m-2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rsds
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rsds">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-rsds</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Surface solar irradiance for UV calculations.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface_downwelling_shortwave_flux_in_air</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Downwelling Shortwave Radiation</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">W m-2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rsdt
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rsdt">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-rsdt</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Shortwave radiation incident at the top of the atmosphere</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">toa_incoming_shortwave_flux</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TOA Incident Shortwave Radiation</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">W m-2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rsus
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rsus">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-rsus</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">The surface called 'surface' means the lower boundary of the atmosphere. 'shortwave' means shortwave radiation. Upwelling radiation is radiation from below. It does not mean 'net upward'. When thought of as being incident on a surface, a radiative flux is sometimes called 'irradiance'. In addition, it is identical with the quantity measured by a cosine-collector light-meter and sometimes called 'vector irradiance'. In accordance with common usage in geophysical disciplines, 'flux' implies per unit area, called 'flux density' in physics.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface_upwelling_shortwave_flux_in_air</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Upwelling Shortwave Radiation</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">W m-2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rsut
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-rsut">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-rsut</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">at the top of the atmosphere</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">toa_outgoing_shortwave_flux</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">TOA Outgoing Shortwave Radiation</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">W m-2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-sfcWind
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-sfcWind">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-sfcWind</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time height10m</ds:dimensions>
<rdfs:comment xml:lang="en">near-surface (usually, 10 meters) wind speed.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">wind_speed</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Near-Surface Wind Speed</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m s-1</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-tas
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-tas">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-tas</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time height2m</ds:dimensions>
<rdfs:comment xml:lang="en">near-surface (usually, 2 meter) air temperature</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">air_temperature</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Near-Surface Air Temperature</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">K</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-tauu
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-tauu">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-tauu</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Downward eastward wind stress at the surface</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface_downward_eastward_stress</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Downward Eastward Wind Stress</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pa</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-tauv
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-tauv">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-tauv</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Downward northward wind stress at the surface</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface_downward_northward_stress</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Downward Northward Wind Stress</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Pa</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-ts
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-ts">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-ts</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Temperature of the lower boundary of the atmosphere</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">surface_temperature</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Temperature</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">K</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-prsn
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-prsn">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-prsn</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">At surface; includes precipitation of all forms of water in the solid phase</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">snowfall_flux</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Snowfall Flux</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">kg m-2 s-1</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-tasmax
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-tasmax">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-tasmax</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time height2m</ds:dimensions>
<rdfs:comment xml:lang="en">maximum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: max')</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">air_temperature</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daily Maximum Near-Surface Air Temperature</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">K</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean time: maximum within days time: mean over days</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-tasmin
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-tasmin">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-tasmin</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time height2m</ds:dimensions>
<rdfs:comment xml:lang="en">minimum near-surface (usually, 2 meter) air temperature (add cell_method attribute 'time: min')</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">air_temperature</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Daily Minimum Near-Surface Air Temperature</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">K</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean time: minimum within days time: mean over days</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-vas
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-vas">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-vas</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time height10m</ds:dimensions>
<rdfs:comment xml:lang="en">Northward component of the near surface wind</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">northward_wind</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Northward Near-Surface Wind</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m s-1</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-uas
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-uas">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-uas</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time height10m</ds:dimensions>
<rdfs:comment xml:lang="en">Eastward component of the near-surface (usually, 10 meters) wind</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">eastward_wind</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Eastward Near-Surface Wind</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m s-1</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-hurs
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Amon-hurs">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Amon-hurs</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time height2m</ds:dimensions>
<rdfs:comment xml:lang="en">The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">relative_humidity</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Near-Surface Relative Humidity</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">%</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacella</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">atmos</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Omon-tos
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Omon-tos">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Omon-tos</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sea_surface_temperature</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sea Surface Temperature</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">degC</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean where sea time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacello</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ocean</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Omon-zos
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Omon-zos">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Omon-zos</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">This is the dynamic sea level, so should have zero global area mean. It should not include inverse barometer depressions from sea ice.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sea_surface_height_above_geoid</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sea Surface Height Above Geoid</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean where sea time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacello</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ocean</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Omon-sos
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_Omon-sos">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_Omon-sos</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Sea water salinity is the salt content of sea water, often on the Practical Salinity Scale of 1978. However, the unqualified term 'salinity' is generic and does not necessarily imply any particular method of calculation. The units of salinity are dimensionless and the units attribute should normally be given as 1e-3 or 0.001 i.e. parts per thousand. </rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sea_surface_salinity</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sea Surface Salinity</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0.001</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean where sea time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacello</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">ocean</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_SImon-siconc
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_SImon-siconc">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_SImon-siconc</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time typesi</ds:dimensions>
<rdfs:comment xml:lang="en">Percentage of grid cell covered by sea ice</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sea_ice_area_fraction</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sea-Ice Area Percentage (Ocean Grid)</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">%</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean where sea time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacello</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">seaIce</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_SImon-simass
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_SImon-simass">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_SImon-simass</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Total mass of sea ice divided by grid-cell area</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sea_ice_amount</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Sea-Ice Mass per Area</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">kg m-2</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: mean where sea time: mean</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacello</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">seaIce</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_SImon-sirdgthick
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_SImon-sirdgthick">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_SImon-sirdgthick</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Sea Ice Ridge Height (representing mean height over the ridged area)</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sea_ice_thickness</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Ridged Ice Thickness</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">m</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean where sea_ice_ridges (comment: mask=sirdgconc)</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacello</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">seaIce</ds:modelling_realm>
</owl:NamedIndividual>
<!--
https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_SImon-sitemptop
-->
<owl:NamedIndividual rdf:about="https://raw.githubusercontent.com/metaclip/CMIP6/main/CMIP6-variables.owl#CMIP6_SImon-sitemptop">
<rdf:type rdf:resource="http://www.metaclip.org/datasource/datasource.owl#Variable"/>
<rdfs:label>CMIP6_SImon-sitemptop</rdfs:label>
<ds:dimensions rdf:datatype="http://www.w3.org/2001/XMLSchema#string">longitude latitude time</ds:dimensions>
<rdfs:comment xml:lang="en">Report surface temperature of snow where snow covers the sea ice.</rdfs:comment>
<ds:standard_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string">sea_ice_surface_temperature</ds:standard_name>
<ds:hasLongName rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Surface Temperature of Sea Ice</ds:hasLongName>
<ds:withUnits rdf:datatype="http://www.w3.org/2001/XMLSchema#string">K</ds:withUnits>
<ds:hasCellMethods rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: time: mean where sea_ice (comment: mask=siconc)</ds:hasCellMethods>
<ds:cell_measures rdf:datatype="http://www.w3.org/2001/XMLSchema#string">area: areacello</ds:cell_measures>
<ds:modelling_realm rdf:datatype="http://www.w3.org/2001/XMLSchema#string">seaIce</ds:modelling_realm>
</owl:NamedIndividual>
</rdf:RDF>
<!-- Automatically generated by '2_import_CMIP6_variables.R' on 2024-07-26 using R version 4.4.1 <https://github.com/METACLIP/CMIP6> -->