-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcmor-cvs.json
More file actions
1196 lines (1196 loc) · 66.9 KB
/
cmor-cvs.json
File metadata and controls
1196 lines (1196 loc) · 66.9 KB
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
{
"CV": {
"DRS": {
"directory_path_example": "MIP-DRS7/CMIP7/CMIP/CCCma/CanESM6-MR/1pctCO2/r1i1p1f1/glb/mon/tas/tavg-h2m-hxy-u/g99/20251104",
"directory_path_template": "<drs_specs>/<mip_era>/<activity_id>/<institution_id>/<source_id>/<experiment_id>/<variant_label>/<region>/<frequency>/<variable_id>/<branding_suffix>/<grid_label>/<version>",
"filename_path_example": "tas_tavg-h2m-hxy-u_mon_glb_g99_CanESM6-MR_1pctCO2_r1i1p1f1_185001-202112.nc",
"filename_path_template": "<variable_id>_<branding_suffix>_<frequency>_<region>_<grid_label>_<source_id>_<experiment_id>_<variant_label>[_<timeRange>].nc"
},
"activity_id": {
"C4MIP": "Coupled climate carbon cycle model intercomparison project: exploration of the response of the coupled carbon-climate system.",
"CFMIP": "Cloud feedback model intercomparison project. Focussed primarily on cloud feedbacks with a secondary focus on understanding of response to forcing, model biases, circulation, regional-scale precipitation, and non-linear changes.",
"CMIP": "CMIP core common experiments i.e. the DECK (Diagnostic, Evaluation and Characterization of Klima).",
"DAMIP": "Detection and attribution model intercomparison project: exploration of the role of individual forcings (both anthropogenic and natural) in past and future climate change.",
"LMIP": "Land surface, snow and soil moisture model intercomparison project: assessment of land surface, snow and soil moisture feedbacks on climate variability and climate change, and diagnosis of systematic biases in the land modules of Earth system models (ESMs).",
"PMIP": "Palaeoclimate modelling intercomparison project: assessment of paleoclimate i.e. climate thousands of years or more in the past.",
"ScenarioMIP": "Future scenario experiments. Exploration of the future climate under a (selected) range of possible boundary conditions"
},
"area_label": {
"air": "Data is only included where the reporting point is in air (this isn't always the case e.g. if a variable is reported at sea level pressure but there is a mountain then the surface would not be air).",
"ccl": "Data is only included where the reporting point is in convective cloud.",
"cl": "Data is only included where the reporting point is in cloud.",
"crp": "Data is only included where the reporting point is in an area of crops. Crops is loosely defined and model dependent.",
"fis": "Data is only included where the reporting point is in an area of floating ice shelf. Ice shelves are the component of ice sheets that flow over the ocean.",
"gis": "Data is only included where the reporting point is in an area of grounded ice sheet. Grounded ice sheets rest over bedrock, excluding ice-caps, glaciers and floating ice shelves.",
"ifs": "Data is only included where the reporting point is in an area of sea without ice.",
"is": "Data is only included where the reporting point is in an area where ice sheets are present. It includes both grounded ice sheets resting over bedrock and any ice shelves flowing over the ocean that are attached to grounded ice sheets. It excludes ice-caps and glaciers and any floating ice shelves and ice tongues attached to them.",
"li": "Data is only included where the reporting point is in an area where land ice is present. 'Land ice' means glaciers, ice-caps, grounded ice sheets resting on bedrock and floating ice-shelves.",
"lnd": "Data is only included where the reporting point is in on land.",
"lsi": "Data is only included where the reporting point is in an area of land or sea ice.",
"multi": "Data is reported on multiple areas. These are indicated by a 'sector' dimension.This area type is typically used for including multiple land-use or vegetation area types in a single file.",
"ng": "Data is only included where the reporting point is in an area where natural grasses are present. 'Natural grasses' means grasses growing in areas of low productivity, often situated on rough or uneven ground. This can include rocky areas, briars and heathland.",
"pst": "Data is only included where the reporting point is in an area of pasture. Pastures are assumed to be anthropogenic in origin. They include anthropogenically managed pastureland and rangeland.",
"scl": "Data is only included where the reporting point is in stratiform cloud.",
"sea": "Data is only included where there is sea (both ice-free sea and areas with sea ice)",
"shb": "Data is only included where the reporting point is in an area of shrubs. Shrubs is loosely defined and model dependent.",
"si": "Data is only included where the reporting point is in an area where sea ice is present.",
"simp": "Data is only included where the reporting point is in an area where melt pond on top of sea ice is present.",
"sir": "Data is only included where the reporting point is in an area where 'ridged' sea ice is present.",
"sn": "Data is only included where the reporting point is in an area of snow.",
"tree": "Data is only included where the reporting point is in an area of trees. All trees are in the C3 plant functional type. Trees is loosely defined and model dependent.",
"u": "Unmasked i.e. all areas are included/sampled",
"ufs": "Data is only included where the reporting point is in an area of unfrozen soil. Unfrozen soil means that the soil at the surface is unfrozen. Frozen soil may be present at lower levels.",
"veg": "Data is only included where the reporting point is in an area of vegetation.",
"wl": "Data is only included where the reporting point is in an area of wetland. Wetlands are areas where water covers the soil, or is present either at or near the surface of the soil all year or for varying periods of time during the year, including during the growing season."
},
"branding_suffix": "<temporal_label><vertical_label><horizontal_label><area_label>",
"creation_date": [
"^[[:digit:]]\\{4\\}-[[:digit:]]\\{2\\}-[[:digit:]]\\{2\\}T[[:digit:]]\\{2\\}:[[:digit:]]\\{2\\}:[[:digit:]]\\{2\\}Z$"
],
"data_specs_version": "MIPDS7-0p0p1",
"drs_specs": {
"MIP-DRS7": "Data reference syntax (DRS) initially designed for use with CMIP7"
},
"experiment_id": {
"1pctCO2": {
"activity_id": [
"CMIP"
],
"description": "1% per year increase in atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
"end_year": "",
"experiment": "1% per year increase in atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
"experiment_id": "1pctCO2",
"min_number_yrs_per_sim": 150,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"piControl"
],
"start_year": "",
"tier": 1
},
"1pctCO2-bgc": {
"activity_id": [
"C4MIP"
],
"description": "Biogeochemically coupled simulation (i.e. the carbon cycle only 'sees' the increase in atmospheric carbon dioxide, not any change in temperature) of a 1% per year increase in atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
"end_year": "",
"experiment": "Biogeochemically coupled simulation (i.e. the carbon cycle only 'sees' the increase in atmospheric carbon dioxide, not any change in temperature) of a 1% per year increase in atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
"experiment_id": "1pctCO2-bgc",
"min_number_yrs_per_sim": 150,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"piControl"
],
"start_year": "",
"tier": 1
},
"1pctCO2-rad": {
"activity_id": [
"C4MIP"
],
"description": "Radiatively coupled simulation (i.e. the carbon cycle only 'sees' the increase in temperature, not any change in atmospheric carbon dioxide) of a 1% per year increase in atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
"end_year": "",
"experiment": "Radiatively coupled simulation (i.e. the carbon cycle only 'sees' the increase in temperature, not any change in atmospheric carbon dioxide) of a 1% per year increase in atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
"experiment_id": "1pctCO2-rad",
"min_number_yrs_per_sim": 150,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"piControl"
],
"start_year": "",
"tier": 1
},
"abrupt-0p5xCO2": {
"activity_id": [
"CFMIP"
],
"description": "Abrupt halving of atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
"end_year": "",
"experiment": "Abrupt halving of atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
"experiment_id": "abrupt-0p5xCO2",
"min_number_yrs_per_sim": 300,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"piControl"
],
"start_year": "",
"tier": 1
},
"abrupt-127k": {
"activity_id": [
"PMIP"
],
"description": "Simulation to examine the response to orbital and greenhouse gas concentration changes associated with the last interglacial (127 000 years before present).",
"end_year": "",
"experiment": "Simulation to examine the response to orbital and greenhouse gas concentration changes associated with the last interglacial (127 000 years before present).",
"experiment_id": "abrupt-127k",
"min_number_yrs_per_sim": 100,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"piControl"
],
"start_year": "",
"tier": 1
},
"abrupt-2xCO2": {
"activity_id": [
"CFMIP"
],
"description": "Abrupt doubling of atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
"end_year": "",
"experiment": "Abrupt doubling of atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
"experiment_id": "abrupt-2xCO2",
"min_number_yrs_per_sim": 300,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"piControl"
],
"start_year": "",
"tier": 1
},
"abrupt-4xCO2": {
"activity_id": [
"CMIP"
],
"description": "Abrupt quadrupling of atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
"end_year": "",
"experiment": "Abrupt quadrupling of atmospheric carbon dioxide levels. All other conditions are kept the same as piControl.",
"experiment_id": "abrupt-4xCO2",
"min_number_yrs_per_sim": 300,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"piControl"
],
"start_year": "",
"tier": 1
},
"amip": {
"activity_id": [
"CMIP"
],
"description": "Simulation of the climate of the recent past with prescribed sea surface temperatures and sea ice concentrations.",
"end_year": 2021,
"experiment": "Simulation of the climate of the recent past with prescribed sea surface temperatures and sea ice concentrations.",
"experiment_id": "amip",
"min_number_yrs_per_sim": 43,
"parent_activity_id": [],
"parent_experiment_id": [],
"start_year": 1979,
"tier": 1
},
"amip-p4k": {
"activity_id": [
"CFMIP"
],
"description": "Same as `amip` simulation, except sea surface temperatures are increased by 4K in ice-free regions.",
"end_year": 2021,
"experiment": "Same as `amip` simulation, except sea surface temperatures are increased by 4K in ice-free regions.",
"experiment_id": "amip-p4k",
"min_number_yrs_per_sim": 43,
"parent_activity_id": [],
"parent_experiment_id": [],
"start_year": 1979,
"tier": 1
},
"amip-piForcing": {
"activity_id": [
"CFMIP"
],
"description": "Same as `amip` simulation, except it starts in 1870 and all forcings are set to pre-industrial levels rather than time-varying forcings.",
"end_year": 2021,
"experiment": "Same as `amip` simulation, except it starts in 1870 and all forcings are set to pre-industrial levels rather than time-varying forcings.",
"experiment_id": "amip-piForcing",
"min_number_yrs_per_sim": 152,
"parent_activity_id": [],
"parent_experiment_id": [],
"start_year": 1870,
"tier": 1
},
"esm-flat10": {
"activity_id": [
"C4MIP"
],
"description": "10 PgC / yr constant carbon dioxide emissions.",
"end_year": "",
"experiment": "10 PgC / yr constant carbon dioxide emissions.",
"experiment_id": "esm-flat10",
"min_number_yrs_per_sim": 100,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"esm-piControl"
],
"start_year": "",
"tier": 1
},
"esm-flat10-cdr": {
"activity_id": [
"C4MIP"
],
"description": "Extension of `esm-flat10` where emissions decline linearly to -10 PgC / yr then stay constant until cumulative emissions (including the emissions in `esm-flat10`) reach zero. An extra 20 years is included at the end to allow for calculating averages over different time windows.",
"end_year": "",
"experiment": "Extension of `esm-flat10` where emissions decline linearly to -10 PgC / yr then stay constant until cumulative emissions (including the emissions in `esm-flat10`) reach zero. An extra 20 years is included at the end to allow for calculating averages over different time windows.",
"experiment_id": "esm-flat10-cdr",
"min_number_yrs_per_sim": 220,
"parent_activity_id": [
"C4MIP"
],
"parent_experiment_id": [
"esm-flat10"
],
"start_year": "",
"tier": 1
},
"esm-flat10-zec": {
"activity_id": [
"C4MIP"
],
"description": "Extension of `esm-flat10` with zero emissions.",
"end_year": "",
"experiment": "Extension of `esm-flat10` with zero emissions.",
"experiment_id": "esm-flat10-zec",
"min_number_yrs_per_sim": 100,
"parent_activity_id": [
"C4MIP"
],
"parent_experiment_id": [
"esm-flat10"
],
"start_year": "",
"tier": 1
},
"esm-hist": {
"activity_id": [
"CMIP"
],
"description": "Simulation of the climate of the recent past (typically meaning 1850 to present-day) with prescribed carbon dioxide emissions (for prescribed carbon dioxide concentrations, see `historical`).",
"end_year": 2021,
"experiment": "Simulation of the climate of the recent past (typically meaning 1850 to present-day) with prescribed carbon dioxide emissions (for prescribed carbon dioxide concentrations, see `historical`).",
"experiment_id": "esm-hist",
"min_number_yrs_per_sim": 172,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"esm-piControl"
],
"start_year": 1850,
"tier": 1
},
"esm-piControl": {
"activity_id": [
"CMIP"
],
"description": "Pre-industrial control simulation with prescribed carbon dioxide emissions (for prescribed carbon dioxide concentrations, see `piControl`). Used to characterise natural variability and unforced behaviour.",
"end_year": "",
"experiment": "Pre-industrial control simulation with prescribed carbon dioxide emissions (for prescribed carbon dioxide concentrations, see `piControl`). Used to characterise natural variability and unforced behaviour.",
"experiment_id": "esm-piControl",
"min_number_yrs_per_sim": 400,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"esm-piControl-spinup"
],
"start_year": "",
"tier": 1
},
"esm-piControl-spinup": {
"activity_id": [
"CMIP"
],
"description": "Spin-up simulation. Used to get the model into a state of approximate radiative equilibrium before starting the `esm-piControl` simulation.",
"end_year": "",
"experiment": "Spin-up simulation. Used to get the model into a state of approximate radiative equilibrium before starting the `esm-piControl` simulation.",
"experiment_id": "esm-piControl-spinup",
"min_number_yrs_per_sim": "",
"parent_activity_id": [],
"parent_experiment_id": [],
"start_year": "",
"tier": 3
},
"esm-scen7-h": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"experiment_id": "esm-scen7-h",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"esm-hist"
],
"start_year": 2022,
"tier": 0
},
"esm-scen7-h-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"experiment_id": "esm-scen7-h-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"esm-scen7-h"
],
"start_year": 2100,
"tier": 0
},
"esm-scen7-hl": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High followed by low (from 2060) emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High followed by low (from 2060) emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"experiment_id": "esm-scen7-hl",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"esm-hist"
],
"start_year": 2022,
"tier": 0
},
"esm-scen7-hl-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High followed by low (from 2060) emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High followed by low (from 2060) emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"experiment_id": "esm-scen7-hl-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"esm-scen7-hl"
],
"start_year": 2100,
"tier": 0
},
"esm-scen7-l": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"experiment_id": "esm-scen7-l",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"esm-hist"
],
"start_year": 2022,
"tier": 0
},
"esm-scen7-l-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"experiment_id": "esm-scen7-l-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"esm-scen7-l"
],
"start_year": 2100,
"tier": 0
},
"esm-scen7-ln": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low followed by negative (steep reductions begin in 2040, negative from TBD) emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low followed by negative (steep reductions begin in 2040, negative from TBD) emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"experiment_id": "esm-scen7-ln",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"esm-hist"
],
"start_year": 2022,
"tier": 0
},
"esm-scen7-ln-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low followed by negative (steep reductions begin in 2040, negative from TBD) emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low followed by negative (steep reductions begin in 2040, negative from TBD) emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"experiment_id": "esm-scen7-ln-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"esm-scen7-ln"
],
"start_year": 2100,
"tier": 0
},
"esm-scen7-m": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"experiment_id": "esm-scen7-m",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"esm-hist"
],
"start_year": 2022,
"tier": 0
},
"esm-scen7-m-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"experiment_id": "esm-scen7-m-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"esm-scen7-m"
],
"start_year": 2100,
"tier": 0
},
"esm-scen7-ml": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium followed by low (from 2040) emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium followed by low (from 2040) emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"experiment_id": "esm-scen7-ml",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"esm-hist"
],
"start_year": 2022,
"tier": 0
},
"esm-scen7-ml-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium followed by low (from 2040) emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium followed by low (from 2040) emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"experiment_id": "esm-scen7-ml-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"esm-scen7-ml"
],
"start_year": 2100,
"tier": 0
},
"esm-scen7-vl": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Very low emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Very low emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments).",
"experiment_id": "esm-scen7-vl",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"esm-hist"
],
"start_year": 2022,
"tier": 0
},
"esm-scen7-vl-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Very low emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Very low emissions future. Run with prescribed emissions of CO2 (for runs with prescribed concentrations of CO2, see the `scen7-` experiments). Extension beyond 2100",
"experiment_id": "esm-scen7-vl-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"esm-scen7-vl"
],
"start_year": 2100,
"tier": 0
},
"hist-GHG": {
"activity_id": [
"DAMIP"
],
"description": "Response to historical aerosol forcing (with extension using forcings from the `m` scenario simulation). All other conditions are kept the same as piControl.",
"end_year": 2035,
"experiment": "Response to historical aerosol forcing (with extension using forcings from the `m` scenario simulation). All other conditions are kept the same as piControl.",
"experiment_id": "hist-GHG",
"min_number_yrs_per_sim": 186,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"piControl"
],
"start_year": 1850,
"tier": 1
},
"hist-aer": {
"activity_id": [
"DAMIP"
],
"description": "Response to historical aerosol forcing (with extension using forcings from the `m` scenario simulation). All other conditions are kept the same as piControl.",
"end_year": 2035,
"experiment": "Response to historical aerosol forcing (with extension using forcings from the `m` scenario simulation). All other conditions are kept the same as piControl.",
"experiment_id": "hist-aer",
"min_number_yrs_per_sim": 186,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"piControl"
],
"start_year": 1850,
"tier": 1
},
"hist-nat": {
"activity_id": [
"DAMIP"
],
"description": "Response to historical aerosol forcing (with extension using forcings from the `m` scenario simulation). All other conditions are kept the same as piControl.",
"end_year": 2035,
"experiment": "Response to historical aerosol forcing (with extension using forcings from the `m` scenario simulation). All other conditions are kept the same as piControl.",
"experiment_id": "hist-nat",
"min_number_yrs_per_sim": 186,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"piControl"
],
"start_year": 1850,
"tier": 1
},
"historical": {
"activity_id": [
"CMIP"
],
"description": "Simulation of the climate of the recent past (typically meaning 1850 to present-day) with prescribed carbon dioxide concentrations (for prescribed carbon dioxide emissions, see `esm-hist`).",
"end_year": 2021,
"experiment": "Simulation of the climate of the recent past (typically meaning 1850 to present-day) with prescribed carbon dioxide concentrations (for prescribed carbon dioxide emissions, see `esm-hist`).",
"experiment_id": "historical",
"min_number_yrs_per_sim": 172,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"piControl"
],
"start_year": 1850,
"tier": 1
},
"land-hist": {
"activity_id": [
"LMIP"
],
"description": "Land-only version of `historical`.",
"end_year": 2021,
"experiment": "Land-only version of `historical`.",
"experiment_id": "land-hist",
"min_number_yrs_per_sim": 172,
"parent_activity_id": [],
"parent_experiment_id": [],
"start_year": 1850,
"tier": 1
},
"piControl": {
"activity_id": [
"CMIP"
],
"description": "Pre-industrial control simulation with prescribed carbon dioxide concentrations (for prescribed carbon dioxide emissions, see `esm-piControl`). Used to characterise natural variability and unforced behaviour.",
"end_year": "",
"experiment": "Pre-industrial control simulation with prescribed carbon dioxide concentrations (for prescribed carbon dioxide emissions, see `esm-piControl`). Used to characterise natural variability and unforced behaviour.",
"experiment_id": "piControl",
"min_number_yrs_per_sim": 400,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"piControl-spinup"
],
"start_year": "",
"tier": 1
},
"piControl-spinup": {
"activity_id": [
"CMIP"
],
"description": "Spin-up simulation. Used to get the model into a state of approximate radiative equilibrium before starting the `piControl` simulation.",
"end_year": "",
"experiment": "Spin-up simulation. Used to get the model into a state of approximate radiative equilibrium before starting the `piControl` simulation.",
"experiment_id": "piControl-spinup",
"min_number_yrs_per_sim": "",
"parent_activity_id": [],
"parent_experiment_id": [],
"start_year": "",
"tier": 3
},
"scen7-h": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"experiment_id": "scen7-h",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"historical"
],
"start_year": 2022,
"tier": 0
},
"scen7-h-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"experiment_id": "scen7-h-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"scen7-h"
],
"start_year": 2100,
"tier": 0
},
"scen7-hl": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High followed by low (from 2060) emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High followed by low (from 2060) emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"experiment_id": "scen7-hl",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"historical"
],
"start_year": 2022,
"tier": 0
},
"scen7-hl-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High followed by low (from 2060) emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP High followed by low (from 2060) emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"experiment_id": "scen7-hl-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"scen7-hl"
],
"start_year": 2100,
"tier": 0
},
"scen7-l": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"experiment_id": "scen7-l",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"historical"
],
"start_year": 2022,
"tier": 0
},
"scen7-l-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"experiment_id": "scen7-l-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"scen7-l"
],
"start_year": 2100,
"tier": 0
},
"scen7-ln": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low followed by negative (steep reductions begin in 2040, negative from TBD) emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low followed by negative (steep reductions begin in 2040, negative from TBD) emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"experiment_id": "scen7-ln",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"historical"
],
"start_year": 2022,
"tier": 0
},
"scen7-ln-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low followed by negative (steep reductions begin in 2040, negative from TBD) emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Low followed by negative (steep reductions begin in 2040, negative from TBD) emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"experiment_id": "scen7-ln-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"scen7-ln"
],
"start_year": 2100,
"tier": 0
},
"scen7-m": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"experiment_id": "scen7-m",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"historical"
],
"start_year": 2022,
"tier": 0
},
"scen7-m-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"experiment_id": "scen7-m-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"scen7-m"
],
"start_year": 2100,
"tier": 0
},
"scen7-ml": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium followed by low (from 2040) emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium followed by low (from 2040) emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"experiment_id": "scen7-ml",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"historical"
],
"start_year": 2022,
"tier": 0
},
"scen7-ml-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium followed by low (from 2040) emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Medium followed by low (from 2040) emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"experiment_id": "scen7-ml-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"scen7-ml"
],
"start_year": 2100,
"tier": 0
},
"scen7-vl": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Very low emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"end_year": 2100,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Very low emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments).",
"experiment_id": "scen7-vl",
"min_number_yrs_per_sim": 78,
"parent_activity_id": [
"CMIP"
],
"parent_experiment_id": [
"historical"
],
"start_year": 2022,
"tier": 0
},
"scen7-vl-ext": {
"activity_id": [
"ScenarioMIP"
],
"description": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Very low emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"end_year": 2300,
"experiment": "PLACEHOLDER TBC. CMIP7 ScenarioMIP Very low emissions future. Run with prescribed concentrations of CO2 (for runs with prescribed emissions of CO2, see the `esm-scen7-` experiments). Extension beyond 2100",
"experiment_id": "scen7-vl-ext",
"min_number_yrs_per_sim": 51,
"parent_activity_id": [
"ScenarioMIP"
],
"parent_experiment_id": [
"scen7-vl"
],
"start_year": 2100,
"tier": 0
}
},
"forcing_index": [
"^f[[:digit:]]\\{1,\\}$"
],
"frequency": {
"1hr": {
"approx_interval": 0.041666666666666664,
"description": "Hourly samples."
},
"1hrCM": {
"approx_interval": 0.041666666666666664,
"description": "Monthly climatology (i.e. mean over a number of months) at hourly resolution."
},
"1hrPt": {
"approx_interval": 0.041666666666666664,
"description": "Hourly samples. This is a legacy label that indicated that the sample was a point sample i.e. represented the value at a specific point in time. This information is now conveyed via the temporal label instead."
},
"3hr": {
"approx_interval": 0.125,
"description": "Three hourly samples."
},
"3hrPt": {
"approx_interval": 0.125,
"description": "Three hourly samples. This is a legacy label that indicated that the sample was a point sample i.e. represented the value at a specific point in time. This information is now conveyed via the temporal label instead."
},
"6hr": {
"approx_interval": 0.25,
"description": "Three hourly samples."
},
"6hrPt": {
"approx_interval": 0.25,
"description": "Six hourly samples. This is a legacy label that indicated that the sample was a point sample i.e. represented the value at a specific point in time. This information is now conveyed via the temporal label instead."
},
"day": {
"approx_interval": 1.0,
"description": "Daily samples."
},
"dec": {
"approx_interval": 3652.5,
"description": "Decadal samples. Note that this means that the time interval between each sample is not constant for some calendars."
},
"fx": "fixed (time invariant) field",
"mon": {
"approx_interval": 30.0,
"description": "Monthly samples. Note that this means that the time interval between each sample is not constant for some calendars."
},
"monC": {
"approx_interval": 30.0,
"description": "Monthly climatology (i.e. mean over a number of months) at monthly resolution. Note that this means that the time interval between each sample is not constant for some calendars."
},
"monPt": {
"approx_interval": 30.0,