This small program is a console program to subset NetCDF files. It is able to subset gridded NetCDF/CF files from a local or OPeNDAP url.
To run de program you need five arguments, here is the order of them:
- Filename to subset: local path or opendap url.
- latmin
- lonmin
- latmax
- lonmax
- Optional file name sufix: by default it produces a file per variable “output_’namesufix’_variablename.nc”
Get more information in our repository.