Skip to content

Commit

Permalink
Merge branch 'develop' into feature/grib-jump
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisspyB committed Feb 19, 2024
2 parents 64e7f9f + 2849a10 commit a715497
Show file tree
Hide file tree
Showing 9 changed files with 767 additions and 115 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.1
1.11.5
9 changes: 9 additions & 0 deletions share/metkit/axis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,12 @@ axes:
- direction
- channel
- reportype
- dataset
- activity
- experiment
- generation
- model
- realization
- resolution
- year
- month
9 changes: 8 additions & 1 deletion share/metkit/language.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@ _field: &_field
flatten: false
type: enum
values:
- [ai, operational aifs]
- [at, austria]
- [be, belgium]
- [c3, c3s]
- [ce, cems]
- [ch, switzerland]
- [ci, cerise]
- [co, cosmo]
- [cr, cams research]
- [cs, ecsn]
Expand Down Expand Up @@ -448,7 +450,7 @@ _field: &_field
- 400
- 300
never:
- levtype: sfc
- levtype: [sfc, o2d]
- type: ssd
type: to-by-list-float

Expand Down Expand Up @@ -552,6 +554,8 @@ _field: &_field
default: 0
type: range
never:
- dataset:
- climate-dt
- stream:
- msmm
- mmsa
Expand Down Expand Up @@ -603,6 +607,9 @@ _field: &_field
default: g
flatten: false
type: enum
never:
- dataset:
- climate-dt
values:
- [a, north west europe]
- [b, north east europe, baltic and black sea]
Expand Down
3 changes: 2 additions & 1 deletion share/metkit/make-paramids-yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
import os

# import json
db = MySQLdb.connect("bol-db-products-prod-01.ecmwf.int", "ecmwf_ro", "ecmwf_ro", "param")
db = MySQLdb.connect("webapps-db-prod", "ecmwf_ro", "ecmwf_ro", "param")
# db = MySQLdb.connect("bol-db-products-prod-01.ecmwf.int", "ecmwf_ro", "ecmwf_ro", "param")
# db = MySQLdb.connect("k8s-bol-webapps-test-worker-016.ecmwf.int", "products", "products", "param", port=30544)

PRODGEN = {}
Expand Down
Loading

0 comments on commit a715497

Please sign in to comment.