forked from PCMDI/cmor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCMIP6_Amon.json
1368 lines (1368 loc) · 60.1 KB
/
CMIP6_Amon.json
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
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"Header": {
"data_specs_version": "01.00.31",
"cmor_version": "3.5",
"table_id": "Table Amon",
"realm": "atmos atmosChem",
"table_date": "24 July 2019",
"missing_value": "1e20",
"int_missing_value": "-999",
"product": "model-output",
"approx_interval": "30.00000",
"generic_levels": "alevel alevhalf",
"mip_era": "CMIP6",
"Conventions": "CF-1.7 CMIP-6.2"
},
"variable_entry": {
"ccb": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "air_pressure_at_convective_cloud_base",
"units": "Pa",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Air Pressure at Convective Cloud Base",
"comment": "Where convective cloud is present in the grid cell, the instantaneous cloud base altitude should be that of the bottom of the lowest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.",
"dimensions": "longitude latitude time",
"out_name": "ccb",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"cct": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "air_pressure_at_convective_cloud_top",
"units": "Pa",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Air Pressure at Convective Cloud Top",
"comment": "Where convective cloud is present in the grid cell, the instantaneous cloud top altitude should be that of the top of the highest level containing convective cloud. Missing data should be reported in the absence of convective cloud. The time mean should be calculated from these quantities averaging over occasions when convective cloud is present only, and should contain missing data for occasions when no convective cloud is present during the meaning period.",
"dimensions": "longitude latitude time",
"out_name": "cct",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"cfc113global": {
"frequency": "mon",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_cfc113_in_air",
"units": "1e-12",
"cell_methods": "area: time: mean",
"cell_measures": "",
"long_name": "Global Mean Mole Fraction of CFC113",
"comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC113 is CCl2FCClF2. The IUPAC name for CFC113 is 1,1,2-trichloro-1,2,2-trifluoro-ethane.",
"dimensions": "time",
"out_name": "cfc113global",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"cfc11global": {
"frequency": "mon",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_cfc11_in_air",
"units": "1e-12",
"cell_methods": "area: time: mean",
"cell_measures": "",
"long_name": "Global Mean Mole Fraction of CFC11",
"comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC11 is CFCl3. The IUPAC name for CFC11 is trichloro-fluoro-methane.",
"dimensions": "time",
"out_name": "cfc11global",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"cfc12global": {
"frequency": "mon",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_cfc12_in_air",
"units": "1e-12",
"cell_methods": "area: time: mean",
"cell_measures": "",
"long_name": "Global Mean Mole Fraction of CFC12",
"comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of CFC12 is CF2Cl2. The IUPAC name for CFC12 is dichloro-difluoro-methane.",
"dimensions": "time",
"out_name": "cfc12global",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"ch4": {
"frequency": "mon",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_methane_in_air",
"units": "mol mol-1",
"cell_methods": "time: mean",
"cell_measures": "area: areacella",
"long_name": "Mole Fraction of CH4",
"comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.",
"dimensions": "longitude latitude plev19 time",
"out_name": "ch4",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"ch4Clim": {
"frequency": "monC",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_methane_in_air",
"units": "mol mol-1",
"cell_methods": "area: mean time: mean within years time: mean over years",
"cell_measures": "area: areacella",
"long_name": "Mole Fraction of CH4",
"comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.",
"dimensions": "longitude latitude plev19 time2",
"out_name": "ch4",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"ch4global": {
"frequency": "mon",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_methane_in_air",
"units": "1e-09",
"cell_methods": "area: time: mean",
"cell_measures": "",
"long_name": "Global Mean Mole Fraction of CH4",
"comment": "Global Mean Mole Fraction of CH4",
"dimensions": "time",
"out_name": "ch4global",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"ch4globalClim": {
"frequency": "monC",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_methane_in_air",
"units": "1e-09",
"cell_methods": "area: mean time: mean within years time: mean over years",
"cell_measures": "",
"long_name": "Global Mean Mole Fraction of CH4",
"comment": "Global Mean Mole Fraction of CH4",
"dimensions": "time2",
"out_name": "ch4global",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"ci": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "convection_time_fraction",
"units": "1",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Fraction of Time Convection Occurs in Cell",
"comment": "Fraction of time that convection occurs in the grid cell.",
"dimensions": "longitude latitude time",
"out_name": "ci",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"cl": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "cloud_area_fraction_in_atmosphere_layer",
"units": "%",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Percentage Cloud Cover",
"comment": "Percentage cloud cover, including both large-scale and convective cloud.",
"dimensions": "longitude latitude alevel time",
"out_name": "cl",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"cli": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "mass_fraction_of_cloud_ice_in_air",
"units": "kg kg-1",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Mass Fraction of Cloud Ice",
"comment": "Includes both large-scale and convective cloud. This is calculated as the mass of cloud ice in the grid cell divided by the mass of air (including the water in all phases) in the grid cell. It includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.",
"dimensions": "longitude latitude alevel time",
"out_name": "cli",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"clivi": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "atmosphere_mass_content_of_cloud_ice",
"units": "kg m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Ice Water Path",
"comment": "mass of ice water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating frozen hydrometeors ONLY if the precipitating hydrometeor affects the calculation of radiative transfer in model.",
"dimensions": "longitude latitude time",
"out_name": "clivi",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"clt": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "cloud_area_fraction",
"units": "%",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Total Cloud Cover Percentage",
"comment": "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.",
"dimensions": "longitude latitude time",
"out_name": "clt",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"clw": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "mass_fraction_of_cloud_liquid_water_in_air",
"units": "kg kg-1",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Mass Fraction of Cloud Liquid Water",
"comment": "Includes both large-scale and convective cloud. Calculate as the mass of cloud liquid water in the grid cell divided by the mass of air (including the water in all phases) in the grid cells. Precipitating hydrometeors are included ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.",
"dimensions": "longitude latitude alevel time",
"out_name": "clw",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"clwvi": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "atmosphere_mass_content_of_cloud_condensed_water",
"units": "kg m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Condensed Water Path",
"comment": "Mass of condensed (liquid + ice) water in the column divided by the area of the column (not just the area of the cloudy portion of the column). Includes precipitating hydrometeors ONLY if the precipitating hydrometeors affect the calculation of radiative transfer in model.",
"dimensions": "longitude latitude time",
"out_name": "clwvi",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"co2": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "mole_fraction_of_carbon_dioxide_in_air",
"units": "mol mol-1",
"cell_methods": "time: mean",
"cell_measures": "area: areacella",
"long_name": "Mole Fraction of CO2",
"comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.",
"dimensions": "longitude latitude plev19 time",
"out_name": "co2",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"co2Clim": {
"frequency": "monC",
"modeling_realm": "atmos",
"standard_name": "mole_fraction_of_carbon_dioxide_in_air",
"units": "mol mol-1",
"cell_methods": "area: mean time: mean within years time: mean over years",
"cell_measures": "area: areacella",
"long_name": "Mole Fraction of CO2",
"comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.",
"dimensions": "longitude latitude plev19 time2",
"out_name": "co2",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"co2mass": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "atmosphere_mass_of_carbon_dioxide",
"units": "kg",
"cell_methods": "area: time: mean",
"cell_measures": "",
"long_name": "Total Atmospheric Mass of CO2",
"comment": "Total atmospheric mass of Carbon Dioxide",
"dimensions": "time",
"out_name": "co2mass",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"co2massClim": {
"frequency": "monC",
"modeling_realm": "atmos",
"standard_name": "atmosphere_mass_of_carbon_dioxide",
"units": "kg",
"cell_methods": "area: mean time: mean within years time: mean over years",
"cell_measures": "",
"long_name": "Total Atmospheric Mass of CO2",
"comment": "Total atmospheric mass of Carbon Dioxide",
"dimensions": "time2",
"out_name": "co2mass",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"evspsbl": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "water_evapotranspiration_flux",
"units": "kg m-2 s-1",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Evaporation Including Sublimation and Transpiration",
"comment": "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)",
"dimensions": "longitude latitude time",
"out_name": "evspsbl",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"fco2antt": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_anthropogenic_emission",
"units": "kg m-2 s-1",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Carbon Mass Flux into Atmosphere Due to All Anthropogenic Emissions of CO2 [kgC m-2 s-1]",
"comment": "This is requested only for the emission-driven coupled carbon climate model runs. Does not include natural fire sources but, includes all anthropogenic sources, including fossil fuel use, cement production, agricultural burning, and sources associated with anthropogenic land use change excluding forest regrowth.",
"dimensions": "longitude latitude time",
"out_name": "fco2antt",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"fco2fos": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "tendency_of_atmosphere_mass_content_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_fossil_fuel_combustion",
"units": "kg m-2 s-1",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Carbon Mass Flux into Atmosphere Due to Fossil Fuel Emissions of CO2 [kgC m-2 s-1]",
"comment": "This is the prescribed anthropogenic CO2 flux from fossil fuel use, including cement production, and flaring (but not from land-use changes, agricultural burning, forest regrowth, etc.)",
"dimensions": "longitude latitude time",
"out_name": "fco2fos",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"fco2nat": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "surface_upward_mass_flux_of_carbon_dioxide_expressed_as_carbon_due_to_emission_from_natural_sources",
"units": "kg m-2 s-1",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Surface Carbon Mass Flux into the Atmosphere Due to Natural Sources [kgC m-2 s-1]",
"comment": "This is what the atmosphere sees (on its own grid). This field should be equivalent to the combined natural fluxes of carbon that account for natural exchanges between the atmosphere and land (nep) or ocean (fgco2) reservoirs.",
"dimensions": "longitude latitude time",
"out_name": "fco2nat",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"hcfc22global": {
"frequency": "mon",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_hcfc22_in_air",
"units": "1e-12",
"cell_methods": "area: time: mean",
"cell_measures": "",
"long_name": "Global Mean Mole Fraction of HCFC22",
"comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. A chemical species denoted by X may be described by a single term such as 'nitrogen' or a phrase such as 'nox_expressed_as_nitrogen'. The chemical formula for HCFC22 is CHClF2. The IUPAC name for HCFC22 is chloro-difluoro-methane.",
"dimensions": "time",
"out_name": "hcfc22global",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"hfls": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "surface_upward_latent_heat_flux",
"units": "W m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Surface Upward Latent Heat Flux",
"comment": "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.",
"dimensions": "longitude latitude time",
"out_name": "hfls",
"type": "real",
"positive": "up",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"hfss": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "surface_upward_sensible_heat_flux",
"units": "W m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Surface Upward Sensible Heat Flux",
"comment": "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.",
"dimensions": "longitude latitude time",
"out_name": "hfss",
"type": "real",
"positive": "up",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"hur": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "relative_humidity",
"units": "%",
"cell_methods": "time: mean",
"cell_measures": "area: areacella",
"long_name": "Relative Humidity",
"comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.",
"dimensions": "longitude latitude plev19 time",
"out_name": "hur",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"hurs": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "relative_humidity",
"units": "%",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Near-Surface Relative Humidity",
"comment": "The relative humidity with respect to liquid water for T> 0 C, and with respect to ice for T<0 C.",
"dimensions": "longitude latitude time height2m",
"out_name": "hurs",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"hus": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "specific_humidity",
"units": "1",
"cell_methods": "time: mean",
"cell_measures": "area: areacella",
"long_name": "Specific Humidity",
"comment": "Specific humidity is the mass fraction of water vapor in (moist) air.",
"dimensions": "longitude latitude plev19 time",
"out_name": "hus",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"huss": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "specific_humidity",
"units": "1",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Near-Surface Specific Humidity",
"comment": "Near-surface (usually, 2 meter) specific humidity.",
"dimensions": "longitude latitude time height2m",
"out_name": "huss",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"mc": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "atmosphere_net_upward_convective_mass_flux",
"units": "kg m-2 s-1",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Convective Mass Flux",
"comment": "The net mass flux should represent the difference between the updraft and downdraft components. The flux is computed as the mass divided by the area of the grid cell.",
"dimensions": "longitude latitude alevhalf time",
"out_name": "mc",
"type": "real",
"positive": "up",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"n2o": {
"frequency": "mon",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_nitrous_oxide_in_air",
"units": "mol mol-1",
"cell_methods": "time: mean",
"cell_measures": "area: areacella",
"long_name": "Mole Fraction of N2O",
"comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.",
"dimensions": "longitude latitude plev19 time",
"out_name": "n2o",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"n2oClim": {
"frequency": "monC",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_nitrous_oxide_in_air",
"units": "mol mol-1",
"cell_methods": "area: mean time: mean within years time: mean over years",
"cell_measures": "area: areacella",
"long_name": "Mole Fraction of N2O",
"comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y. The chemical formula of nitrous oxide is N2O.",
"dimensions": "longitude latitude plev19 time2",
"out_name": "n2o",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"n2oglobal": {
"frequency": "mon",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_nitrous_oxide_in_air",
"units": "1e-09",
"cell_methods": "area: time: mean",
"cell_measures": "",
"long_name": "Global Mean Mole Fraction of N2O",
"comment": "Global mean Nitrous Oxide (N2O)",
"dimensions": "time",
"out_name": "n2oglobal",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"n2oglobalClim": {
"frequency": "monC",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_nitrous_oxide_in_air",
"units": "1e-09",
"cell_methods": "area: mean time: mean within years time: mean over years",
"cell_measures": "",
"long_name": "Global Mean Mole Fraction of N2O",
"comment": "Global mean Nitrous Oxide (N2O)",
"dimensions": "time2",
"out_name": "n2oglobal",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"o3": {
"frequency": "mon",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_ozone_in_air",
"units": "mol mol-1",
"cell_methods": "time: mean",
"cell_measures": "area: areacella",
"long_name": "Mole Fraction of O3",
"comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.",
"dimensions": "longitude latitude plev19 time",
"out_name": "o3",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"o3Clim": {
"frequency": "monC",
"modeling_realm": "atmos atmosChem",
"standard_name": "mole_fraction_of_ozone_in_air",
"units": "mol mol-1",
"cell_methods": "area: mean time: mean within years time: mean over years",
"cell_measures": "area: areacella",
"long_name": "Mole Fraction of O3",
"comment": "Mole fraction is used in the construction mole_fraction_of_X_in_Y, where X is a material constituent of Y.",
"dimensions": "longitude latitude plev19 time2",
"out_name": "o3",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"pfull": {
"frequency": "monC",
"modeling_realm": "atmos",
"standard_name": "air_pressure",
"units": "Pa",
"cell_methods": "area: mean time: mean within years time: mean over years",
"cell_measures": "area: areacella",
"long_name": "Pressure at Model Full-Levels",
"comment": "Air pressure on model levels",
"dimensions": "longitude latitude alevel time2",
"out_name": "pfull",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"phalf": {
"frequency": "monC",
"modeling_realm": "atmos",
"standard_name": "air_pressure",
"units": "Pa",
"cell_methods": "area: mean time: mean within years time: mean over years",
"cell_measures": "area: areacella",
"long_name": "Pressure on Model Half-Levels",
"comment": "Air pressure on model half-levels",
"dimensions": "longitude latitude alevhalf time2",
"out_name": "phalf",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"pr": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "precipitation_flux",
"units": "kg m-2 s-1",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Precipitation",
"comment": "includes both liquid and solid phases",
"dimensions": "longitude latitude time",
"out_name": "pr",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"prc": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "convective_precipitation_flux",
"units": "kg m-2 s-1",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Convective Precipitation",
"comment": "Convective precipitation at surface; includes both liquid and solid phases.",
"dimensions": "longitude latitude time",
"out_name": "prc",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"prsn": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "snowfall_flux",
"units": "kg m-2 s-1",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Snowfall Flux",
"comment": "At surface; includes precipitation of all forms of water in the solid phase",
"dimensions": "longitude latitude time",
"out_name": "prsn",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"prw": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "atmosphere_mass_content_of_water_vapor",
"units": "kg m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Water Vapor Path",
"comment": "vertically integrated through the atmospheric column",
"dimensions": "longitude latitude time",
"out_name": "prw",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"ps": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "surface_air_pressure",
"units": "Pa",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Surface Air Pressure",
"comment": "surface pressure (not mean sea-level pressure), 2-D field to calculate the 3-D pressure field from hybrid coordinates",
"dimensions": "longitude latitude time",
"out_name": "ps",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"psl": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "air_pressure_at_mean_sea_level",
"units": "Pa",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Sea Level Pressure",
"comment": "Sea Level Pressure",
"dimensions": "longitude latitude time",
"out_name": "psl",
"type": "real",
"positive": "",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"rlds": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "surface_downwelling_longwave_flux_in_air",
"units": "W m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Surface Downwelling Longwave Radiation",
"comment": "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.",
"dimensions": "longitude latitude time",
"out_name": "rlds",
"type": "real",
"positive": "down",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"rldscs": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "surface_downwelling_longwave_flux_in_air_assuming_clear_sky",
"units": "W m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Surface Downwelling Clear-Sky Longwave Radiation",
"comment": "Surface downwelling clear-sky longwave radiation",
"dimensions": "longitude latitude time",
"out_name": "rldscs",
"type": "real",
"positive": "down",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"rlus": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "surface_upwelling_longwave_flux_in_air",
"units": "W m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Surface Upwelling Longwave Radiation",
"comment": "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.",
"dimensions": "longitude latitude time",
"out_name": "rlus",
"type": "real",
"positive": "up",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"rlut": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "toa_outgoing_longwave_flux",
"units": "W m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "TOA Outgoing Longwave Radiation",
"comment": "at the top of the atmosphere (to be compared with satellite measurements)",
"dimensions": "longitude latitude time",
"out_name": "rlut",
"type": "real",
"positive": "up",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"rlutcs": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "toa_outgoing_longwave_flux_assuming_clear_sky",
"units": "W m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "TOA Outgoing Clear-Sky Longwave Radiation",
"comment": "Upwelling clear-sky longwave radiation at top of atmosphere",
"dimensions": "longitude latitude time",
"out_name": "rlutcs",
"type": "real",
"positive": "up",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"rsds": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "surface_downwelling_shortwave_flux_in_air",
"units": "W m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Surface Downwelling Shortwave Radiation",
"comment": "Surface solar irradiance for UV calculations.",
"dimensions": "longitude latitude time",
"out_name": "rsds",
"type": "real",
"positive": "down",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"rsdscs": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "surface_downwelling_shortwave_flux_in_air_assuming_clear_sky",
"units": "W m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Surface Downwelling Clear-Sky Shortwave Radiation",
"comment": "Surface solar irradiance clear sky for UV calculations",
"dimensions": "longitude latitude time",
"out_name": "rsdscs",
"type": "real",
"positive": "down",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"rsdt": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "toa_incoming_shortwave_flux",
"units": "W m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "TOA Incident Shortwave Radiation",
"comment": "Shortwave radiation incident at the top of the atmosphere",
"dimensions": "longitude latitude time",
"out_name": "rsdt",
"type": "real",
"positive": "down",
"valid_min": "",
"valid_max": "",
"ok_min_mean_abs": "",
"ok_max_mean_abs": ""
},
"rsus": {
"frequency": "mon",
"modeling_realm": "atmos",
"standard_name": "surface_upwelling_shortwave_flux_in_air",
"units": "W m-2",
"cell_methods": "area: time: mean",
"cell_measures": "area: areacella",
"long_name": "Surface Upwelling Shortwave Radiation",
"comment": "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.",
"dimensions": "longitude latitude time",
"out_name": "rsus",
"type": "real",