Skip to content

Commit dfaa11a

Browse files
committed
Merge branch 'develop' into feature/MARS-962
2 parents 78a2d72 + c6c5c5b commit dfaa11a

File tree

2 files changed

+35
-26
lines changed

2 files changed

+35
-26
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.2
1+
1.12.3

share/metkit/language.yaml

+34-25
Original file line numberDiff line numberDiff line change
@@ -358,9 +358,10 @@ _field: &_field
358358
multiple: false
359359
type: enum
360360
values:
361-
- climate-dt
362-
- extremes-dt
363-
- on-demand-extremes-dt
361+
- [climate-dt, Climate change adaptation digital twin]
362+
- [extremes-dt, Weather and geophysical extremes digital twin]
363+
- [on-demand-climate-dt, On-demand climate change adaptation digital twin]
364+
- [on-demand-extremes-dt, On-demand weather and geophysical extremes digital twin]
364365
only:
365366
- context:
366367
class: [d1]
@@ -376,10 +377,10 @@ _field: &_field
376377
- [kwbc]
377378
- [none]
378379
- [hrm]
379-
- [icon]
380-
- [ifs]
381-
- [ifs-nemo]
382-
- [ifs-fesom]
380+
- [ifs, IFS, IFS with no ocean model]
381+
- [ifs-nemo, IFS-NEMO, IFS with NEMO ocean model]
382+
- [ifs-fesom, IFS-FESOM, IFS with FESOM ocean model]
383+
- [icon, ICON, ICON-A with ICON-O ocean model]
383384
- [lisflood]
384385
- [lm]
385386
- [aifs]
@@ -396,6 +397,7 @@ _field: &_field
396397
- context:
397398
class: [ml]
398399

400+
399401
georef:
400402
type: lowercase
401403
unset:
@@ -1037,42 +1039,49 @@ _field: &_field
10371039
category: data
10381040
type: enum
10391041
values:
1040-
- cmip6
1041-
- scenariomip
1042-
- highresmip
1043-
- story-nudging
1042+
- [cmip6, CMIP6, Coupled Model Intercomparison Project Phase 6]
1043+
- [scenariomip, ScenarioMIP, Scenario Model Intercomparison Project]
1044+
- [highresmip, HighResMIP, High Resolution Model Intercomparison Project]
1045+
- [story-nudging, Climate storylines by nudging to reanalysis]
1046+
- [baseline, Baseline simulations for climate model evaluation]
1047+
- [projections, Future climate projections]
1048+
10441049

10451050
experiment:
10461051
category: data
10471052
type: enum
10481053
values:
1049-
- hist
1050-
- cont
1051-
- amip
1052-
- ssp1-1.9
1053-
- ssp1-2.6
1054-
- ssp2-4.5
1055-
- ssp3-7.0
1056-
- ssp5-8.5
1057-
- tplus1.5k
1058-
- tplus2.0k
1059-
- tplus3.0k
1060-
- tplus4.0k
1054+
- [hist, Historical]
1055+
- [cont, Control]
1056+
- [amip, Atmospheric Model Intercomparison Project]
1057+
- [ssp1-1.9, SSP1-1.9, Shared Socio-economic Pathways 1-1.9]
1058+
- [ssp1-2.6, SSP1-2.6, Shared Socio-economic Pathways 1-2.6]
1059+
- [ssp2-4.5, SSP2-4.5, Shared Socio-economic Pathways 2-4.5]
1060+
- [ssp3-7.0, SSP3-7.0, Shared Socio-economic Pathways 3-7.0]
1061+
- [ssp5-8.5, SSP5-8.5, Shared Socio-economic Pathways 5-8.5]
1062+
- [tplus1.5k, Tplus1.5K, Warmer world at 1.5 degrees K above pre-industrial temperatures]
1063+
- [tplus2.0k, Tplus2.0K, Warmer world at 2.0 degrees K above pre-industrial temperatures]
1064+
- [tplus3.0k, Tplus3.0K, Warmer world at 3.0 degrees K above pre-industrial temperatures]
1065+
- [tplus4.0k, Tplus4.0K, Warmer world at 4.0 degrees K above pre-industrial temperatures]
1066+
- [abrupt4xco2, CO2 abruptly quadrupled and then held constant]
1067+
10611068

10621069
generation:
10631070
category: data
10641071
type: integer
10651072

1073+
10661074
realization:
10671075
category: data
10681076
type: integer
10691077

1078+
10701079
resolution:
10711080
category: data
10721081
type: enum
10731082
values:
1074-
- standard
1075-
- high
1083+
- [standard, Standard resolution model output with longer availability]
1084+
- [high, High resolution model output with limited availability]
10761085

10771086
#######################################################################
10781087

0 commit comments

Comments
 (0)