Changeset 1882 in lmdz_wrf for trunk


Ignore:
Timestamp:
Apr 3, 2018, 8:11:39 PM (7 years ago)
Author:
lfita
Message:

Minor changes to 'ifile'

Location:
trunk/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var.py

    r1881 r1882  
    2020## e.g. # nc_var.py -o nc_var.py -o CFmorzization -S 'X|west_east|XLONG,Y|south_north|XLAT,T|Time|WRFtime,Z|bottom_top|ZNU:GlobalAttr1995.inf:proj1995.inf' -f ~/PY/wrfout_d01_1995-01-01_00\:00\:00 -v QFX@instantaneous@None
    2121## e.g.# nc_var.py -o CFmorzization -S 'X|west_east|XLONG,Y|south_north|XLAT,T|Time|WRFtime,Z|bottom_top|ZNU:GlobalAttr1995.inf:proj1995.inf' -f ~/PY/wrfout_d01_1995-01-01_00\:00\:00 -v 'RAINC@time:!accumulation@WRFtime_bnds|h|3'
    22 ## e.g  # nc_var.py -o dimrm -S removevar -f wrfout_d01_1995-01-01_00:00:00 -v west_east
     22## e.g. # nc_var.py -o dimrm -S removevar -f wrfout_d01_1995-01-01_00:00:00 -v west_east
     23## e.g. # nc_var.py -o ifile -f ../PY/wrfout_d01_1995-01-01_00:00:00
    2324
    2425## e.g. ccrc468-17 # ./nc_var.py -v time -f 123/CCRC_NARCliM_Sydney_All_1990-1999_pr10max.nc -o out -S 1:-1
  • trunk/tools/nc_var_tools.py

    r1881 r1882  
    2404324043        if odn.isunlimited(): Ld = 'unlimited_' + str(len(odn))
    2404424044        else: Ld = len(odn)
    24045         print '  dim: @' + dimn + '@length= ', Ld
     24045        print '  dim: @' + dimn + '@ length= ', Ld
    2404624046
    2404724047    # variables
Note: See TracChangeset for help on using the changeset viewer.