Skip to content

Commit

Permalink
extended paramids & language for climate-dt
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Feb 9, 2024
1 parent c639f2f commit 09c04cd
Show file tree
Hide file tree
Showing 5 changed files with 703 additions and 90 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.4
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
2 changes: 1 addition & 1 deletion share/metkit/language.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ _field: &_field
- 400
- 300
never:
- levtype: sfc
- levtype: [sfc, o2d]
- type: ssd
type: to-by-list-float

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 09c04cd

Please sign in to comment.