Changeset 924 for trunk/UTIL/PYTHON/planetoplot_v2
- Timestamp:
- Mar 31, 2013, 11:14:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot_v2/pp.py
r923 r924 21 21 parser = OptionParser() 22 22 parser.version = \ 23 '''************************************************************************ 24 PLANETOPLOT (for help: pp.py -h) 23 '''************************************************** 24 ******** PLANETOPLOT (for help: pp.py -h) ******** 25 **************************************************''' 26 parser.usage = \ 27 '''pp.py [options] netCDF file(s) 28 (NB: no options --> simple inspection of variables and dimensions in netCDF files) 29 ------------------- 30 PLANETOPLOT 25 31 --> command line tool to make nice & quick plots from netCDF files 26 32 --> based on python + numpy + scipy + matplotlib + basemap + netCDF4 27 33 --> Author: A. Spiga (LMD/UPMC) aymeric.spiga@upmc.fr 28 ************************************************************************''' 29 parser.usage = \ 30 '''pp.py [options] netCDF file(s) 31 (NB: no options --> simple inspection of variables and dimensions in netCDF files''' 34 -------------------''' 32 35 parser.print_version() 33 36
Note: See TracChangeset
for help on using the changeset viewer.