Ignore:
Timestamp:
Nov 25, 2011, 1:42:00 AM (13 years ago)
Author:
aslmd
Message:

GRAPHICS: deleted and cleaned obsolete strategy to find local time and options -n -F -e. now using --time like everyone. give a negative argument to --time to get local time. not activated for GCM files for the moment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/README.PP

    r394 r424  
    6262
    6363Goal: I want to plot results from two simulation files next to one another
    64 pp.py -f diagfired.nc,diagfired.nc -x -v tsurf
     64pp.py -f diagfired.nc,diagfired.nc -v tsurf
     65
     66Goal: I want to plot results for two different times in the file next to one another
     67pp.py -f diagfi.nc -v tsurf --time 4 -- time 7
     68
     69Goal: I want to plot averaged results in the file from one time to another time
     70pp.py -f diagfi.nc -v tsurf --time 4,7
     71
     72--- mesoscale stuff
     73Goal: I want to plot results for two different LOCAL times in the file next to one another
     74pp.py -f wrfout**** -v TSURF --time -4 -- time -7
    6575
    6676***********************************************************************************
Note: See TracChangeset for help on using the changeset viewer.