Changeset 977 for trunk/UTIL/PYTHON/planetoplot_v2/examples/les_psfc.py
- Timestamp:
- Jun 4, 2013, 4:41:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/planetoplot_v2/examples/les_psfc.py
r933 r977 2 2 from ppclass import pp 3 3 4 les = pp(file="/home/aymeric/Big_Data/ psfc_f18.nc",var="PSFC",y=["50,250"],x=["50","100"])4 les = pp(file="/home/aymeric/Big_Data/LES_dd/psfc_f18.nc",var="PSFC",y=["50,250"],x=["50","100"]) 5 5 les.verbose = True 6 6 les.getplot()
Note: See TracChangeset
for help on using the changeset viewer.