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

change isobaricLayer to isobaricInhPa

parent e5a72338
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ fdb_writer:
- discipline: 0
- parameterCategory: 1
- parameterNumber: 83
- vertical.typeOfLevel: isobaricLayer
- vertical.typeOfLevel: isobaricInhPa
- *grib_pressure_levels
# clw: # specific_cloud_liquid_water_content
# grib_metadata:
......@@ -164,7 +164,7 @@ fdb_writer:
- discipline: 0
- parameterCategory: 3
- parameterNumber: 4
- vertical.typeOfLevel: isobaricLayer
- vertical.typeOfLevel: isobaricInhPa
- *grib_pressure_levels
# gpsm: # geopotential
# grib_metadata:
......@@ -558,8 +558,9 @@ fdb_writer:
- typeOfStatisticalProcessing: avg
- indicatorOfUnitForTimeRange: h
- lengthOfTimeRange: 1
- indicatorOfUnitForTimeIncrement: h
- timeIncrement: 1
- indicatorOfUnitForTimeIncrement: s
- timeIncrement: 360 # TODO adjust to model time step
- typeOfTimeIncrement: 255
- yearOfEndOfOverallTimeInterval:
source: yaco
key: timestep_end
......@@ -604,6 +605,8 @@ fdb_writer:
- orderingConvention:
source: grid
key: order
- shapeOfTheEarth: 6
- longitudeOfFirstGridPoint: 0
- bitsPerValue: 16 # has to be set BEFORE packingType
- packingType: grid_ccsds
- missingValue:
......
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