Changeset 2153 in lmdz_wrf
- Timestamp:
- Sep 26, 2018, 2:24:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing.py
r2151 r2153 8999 8999 return 9000 9000 9001 filen='/home/lluis/estudios/ChemGBsAs/tests/199807/obs/snd/UWyoming_snd_87576.nc'9002 values='time|0:auto:auto:Sounding!at!Ezeiza!airport!on!3rd!July!1998:png:yes'9003 varn='ta,tda,pres'9004 draw_SkewT(filen, values, varn)9001 #filen='/home/lluis/estudios/ChemGBsAs/tests/199807/obs/snd/UWyoming_snd_87576.nc' 9002 #values='time|0:auto:auto:Sounding!at!Ezeiza!airport!on!3rd!July!1998:png:yes' 9003 #varn='ta,tda,pres' 9004 #draw_SkewT(filen, values, varn) 9005 9005 9006 9006 … … 10969 10969 quit(-1) 10970 10970 10971 if opts.ncfile is None and not gen.searchInlist(Notcheckingfile, oper): 10971 if opts.ncfile is None and not gen.searchInlist(Notcheckingfile, oper) and \ 10972 opts.values != 'h': 10972 10973 print errormsg 10973 10974 print ' ' + mainn + ": you must provide a file as '-f [filename]'!!"
Note: See TracChangeset
for help on using the changeset viewer.