...
Examples of grib_check.py usage
grib_check options
| Code Block |
|---|
usage: grib_check.py [-h] [-v VERBOSITY] [-w] [-f] [-his] [-l [LISTING]]
[inp_file [inp_file ...]]
positional arguments:
inp_file enter input file name(s)
optional arguments:
-h, --help show this help message and exit
-v VERBOSITY, --verbosity VERBOSITY
increase output verbosity [0-2]
-w, --warning warnings are treated as errors..
-f, --fail force abort for undefined parameters..
-his, --history add value ranges history, if exists, to listing..
-l [LISTING], --listing [LISTING]
list defined parameters (search if argument provided!)
|
Checking LC-WVF data
export BIN=/home/ma/emos/def/s2s/s2s_prod/bin |
Checking parameter set up
List all defined limits
python $BIN/grib_check.py -l |
See allowed limits for parameters with paramId containing 141
...
The prerequisite is to have eccodes python 3 modules available in the system. The tool itself consist of two python scripts attached to this page:
...