...
Basically for most parameters it uses below rules for grib_filter utility:
Code Block |
---|
set centre = 98; # swap to ecmf = hack needed at least for pl:71.253, 76.253, 58.253 but works generally.. set paramId = 235; # matching GRIB2 paramId from the table above #set stepType = "accum"; # add it for accumulated params set edition = 2; set centre = 82; # eswi = HIRMAL Swedish origin set productionStatusOfProcessedData set productionStatusOfProcessedData = 9; = 9; set tablesVersion = 16; set stream = 'oper'; # oper/enda based on the type of the input file set type = 'an'; # an/fc based on the type of the input file #set scaleFactorOfFirstFixedSurface = MISSING; # must be added for some parameters where it is not done automatically (JIRA GRIB-981) #set scaledValueOfFirstFixedSurface = MISSING; # must be added for some parameters where it is not done automatically (JIRA GRIB-981) write "out.grib2"; |
TIGGE_CHECK for UERRA
The development version of it which must be used with -u switch is
goga: /tmp/marm/uerra/grib_api_tmp/bin/tigge_check