Changeset 1370 in lmdz_wrf
- Timestamp:
- Dec 6, 2016, 11:27:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1369 r1370 14394 14394 outweightvals = 1./ivarwgtv[tuple(slicewgt)] 14395 14395 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' 14397 14397 if not onc.variables.has_key(lonname): 14398 14398 print errormsg
Note: See TracChangeset
for help on using the changeset viewer.