Skip to content

Commit

Permalink
Merge commit '06614456dc3bc2efba1257b00a0a34f4783fb3fa' into release/…
Browse files Browse the repository at this point in the history
…1.10.20_DestinE
  • Loading branch information
danovaro committed Dec 11, 2023
2 parents f91f5ce + 0661445 commit 1b072c4
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions share/metkit/language.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ _field: &_field
- [amap, analysis for multianalysis project]
- [ammc, melbourne]
- [cher, ch, chernobyl]
- [clte, climate, Climate run output]
- [clmn, climate-monthly, Climate run monthly means output]
- [cnrm, meteo france climate centre]
- [cwao, montreal]
- [dacl, daily climatology]
Expand Down Expand Up @@ -423,6 +425,7 @@ _field: &_field
- [layer]
- [ml, model levels]
- [pl, pressure levels]
- [hl, height levels]
- [pt, potential temperature]
- [pv, potential vorticity]
- [sfc, surface]
Expand Down Expand Up @@ -469,6 +472,31 @@ _field: &_field
type: date
multiple: true

year:
category: data
type: to-by-list
multiple: true
by: 1

month:
category: data
flatten: true
type: enum
multiple: true
values:
- [1, jan, January]
- [2, feb, February]
- [3, mar, March]
- [4, apr, April]
- [5, may, May]
- [6, jun, June]
- [7, jul, July]
- [8, aug, August]
- [9, sep, September]
- [10, oct, October]
- [11, nov, November]
- [12, dec, December]

# verify
# refdate

Expand Down Expand Up @@ -689,6 +717,29 @@ _field: &_field
category: data
type: integer

#######################################################################
# DestinE ClimateDT related keywords

activity:
category: data
type: any

experiment:
category: data
type: any

generation:
category: data
type: integer

realization:
category: data
type: integer

resolution:
category: data
type: any

#######################################################################

_observation: &_observation
Expand Down

0 comments on commit 1b072c4

Please sign in to comment.