Changeset 2239 in lmdz_wrf for trunk/tools
- Timestamp:
- Nov 17, 2018, 2:59:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/read_grib.py
r2238 r2239 1 # Python script to read a GRIB file and transform it to a NetCDF using full python 2 # libraries (pupygrib) 3 # L. Fita. CIMA, November 2018 4 # More information at: http://www.xn--llusfb-5va.cat/python/PyNCplot 5 # 6 # pyNCplot and its component nc_var.py comes with ABSOLUTELY NO WARRANTY. 7 # This work is licendes under a Creative Commons 8 # Attribution-ShareAlike 4.0 International License (http://creativecommons.org/licenses/by-sa/4.0) 9 # 10 ## e.g. # python read_grib.py -g ERAI_pl200503_130.grib -o ERAI_pl200503_T.nc -t 'minutes!since!1949-12-01!00:00:00' 11 1 12 # FROM: https://pypi.org/project/pupygrib/ 2 13 from optparse import OptionParser
Note: See TracChangeset
for help on using the changeset viewer.