Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
3 changes: 3 additions & 0 deletions resources/inference/templates/icon-ch1_generate_templates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ grib_copy -w shortName=PS $SFC_SAMPLE /dev/stdout | grib_set -d 0 - icon-ch1-typ

# template for typeOfLevel=isobaricInhPa
grib_copy -w shortName=T,level=500 $PL_SAMPLE /dev/stdout | grib_set -d 0 - icon-ch1-typeOfLevel=isobaricInhPa.grib

# template for typeOfLevel=meanSea
grib_copy -w shortName=PMSL $SFC_SAMPLE /dev/stdout | grib_set -d 0 - icon-ch1-typeOfLevel=meanSea.grib
Binary file modified resources/inference/templates/ifs-levtype=sfc.grib
Binary file not shown.
7 changes: 5 additions & 2 deletions resources/inference/templates/templates_index_icon.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@

# ICON-CH1 templates
- - {levtype: pl}
- - {levtype: pl, param: [T, QV, U, V, OMEGA, FI]}
- resources/icon-ch1-typeOfLevel=isobaricInhPa.grib

- - {levtype: sfc, param: [T_2M, TD_2M, U_10M, V_10M]}
- resources/icon-ch1-typeOfLevel=heightAboveGround.grib

- - {levtype: sfc, param: [FR_LAND, TOC_PREC, PMSL, PS, FIS, T_G]}
- - {levtype: sfc, param: [FR_LAND, PS, FIS, T_G, SKT]}
- resources/icon-ch1-typeOfLevel=surface.grib

- - {levtype: sfc, param: [PMSL]}
- resources/icon-ch1-typeOfLevel=meanSea.grib

- - {levtype: sfc, param: [TOT_PREC]}
- resources/icon-ch1-shortName=TOT_PREC.grib
Loading