Skip to content

Commit

Permalink
Merge branch 'hotfix/1.11.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Jan 9, 2024
2 parents fc407e4 + 36d1d22 commit 96b6e9f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0
1.11.1
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 96b6e9f

Please sign in to comment.