Changeset 946 in lmdz_wrf for trunk/tools
- Timestamp:
- Jun 24, 2016, 12:44:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r944 r946 7940 7940 7941 7941 secstunits = tunits.replace('_',' ').split(' ') 7942 newtunits = ' seconds'7942 newtunits = 'days' 7943 7943 for itsec in range(1,len(secstunits)): 7944 7944 newtunits = newtunits + ' ' + secstunits[itsec]
Note: See TracChangeset
for help on using the changeset viewer.