Changes between Initial Version and Version 1 of FpInputMetGribinfo


Ignore:
Timestamp:
Jun 12, 2018, 1:51:39 PM (6 years ago)
Author:
pesei
Comment:

create

Legend:

Unmodified
Added
Removed
Modified
  • FpInputMetGribinfo

    v1 v1  
     1 
     2== Obtaining informtion about a GRIB file ==
     3
     4You can get basic information about the content of a GRIB file from the command line using the grib/eccodes utilities, for example by applying `grib_ls`. You may also use the grib library called from code in Fortran, Python, or whatever you prefer.
     5
     6The attached python script will give an overview of the the content and provide a compact information about the extent of the grid, with an optional plot.
     7
     8Usage: `./grib_domain.py <gribfile> [map]`
     9
     10The map will only be shown if the `map` keyward is present.