Changeset 866 in lmdz_wrf


Ignore:
Timestamp:
Jun 17, 2016, 7:49:13 PM (9 years ago)
Author:
lfita
Message:

Commenting spurious printing in 'CFlonlat'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r863 r866  
    95229522        quit(-1)
    95239523
    9524     if len(lonv.shape) == 3:
    9525         for ix in range(lonv.shape[2]):
    9526             print ix, lonv[0,10,ix], cflons[10,ix]
    9527     elif len(lonv.shape) == 2:
    9528         for ix in range(lonv.shape[1]):
    9529             print ix, lonv[10,ix], cflons[10,ix]
     9524#    if len(lonv.shape) == 3:
     9525#        for ix in range(lonv.shape[2]):
     9526#            print ix, lonv[0,10,ix], cflons[10,ix]
     9527#    elif len(lonv.shape) == 2:
     9528#        for ix in range(lonv.shape[1]):
     9529#            print ix, lonv[10,ix], cflons[10,ix]
    95309530
    95319531    if wrfnc.variables.has_key(cflonn):
Note: See TracChangeset for help on using the changeset viewer.