Changeset 1370 in lmdz_wrf


Ignore:
Timestamp:
Dec 6, 2016, 11:27:33 AM (9 years ago)
Author:
lfita
Message:

Fixing longname value on `reglonlat' on 'SpaceWeightedMean?'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r1369 r1370  
    1439414394            outweightvals = 1./ivarwgtv[tuple(slicewgt)]
    1439514395    elif weightk == 'reglonlat':
    14396         longvarname = 'using cos(latitude) variable ' + latname + ' as space weights'
     14396        longvarname = 'using shoelace method of normalized ds_x,ds_y as space weights'
    1439714397        if not onc.variables.has_key(lonname):
    1439814398            print errormsg
Note: See TracChangeset for help on using the changeset viewer.