Skip to content
Snippets Groups Projects
Commit e804805a authored by Jairo Segura's avatar Jairo Segura
Browse files

Adding pressure_levels_fdb

parent 340879f1
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ export OCE_LEVELS_LIST=" 12.0, 10.0, 10.0, 10.0, 10.0, 10.0, 13.0,
220.0, 250.0, 270.0, 300.0, 350.0, 400.0, 450.0, 500.0, 500.0, 600.0"
export pressure_levels="100.0,500.0,1000.0,2000.0,3000.0,5000.0,7000.0,10000.0,15000.0,20000.0,25000.0,30000.0,40000.0,50000.0,60000.0,70000.0,85000.0,92500.0,100000.0"
export pressure_levels_fdb="1,5,10,20,30,50,70,100,150,200,250,300,400,500,600,700,850,925,1000"
export npressure_levels=19
export atm_levels=90
......@@ -51,7 +52,6 @@ definitions:
value: ${atm_vgrid_uuid}
convert: hex_to_bytes
grib_pressure_levels: &grib_pressure_levels
pressureUnits: hPa
scaledValueOfFirstFixedSurface:
source: yaco
key: collection_index
......@@ -112,7 +112,7 @@ definitions:
source: yaco
key: collection_index
lookup: direct
lookup_table: [ 1,5,10,20,30,50,70,100,150,200,250,300,400,500,600,700,850,925,1000 ]
lookup_table: [ $pressure_levels_fdb ]
fdb_writer:
collections:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment