Changeset 2397 in lmdz_wrf for trunk/tools
- Timestamp:
- Mar 11, 2019, 8:09:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r2396 r2397 26198 26198 stats = [] 26199 26199 for timest in timestatsS: 26200 print ' Lluistimest:', timest, 'split:', timest.split('@')26200 print ' timest:', timest, 'split:', timest.split('@') 26201 26201 timestatsv = [] 26202 26202 period = timest.split('@')[0] … … 26255 26255 print timestats[iTst] 26256 26256 26257 # Getting temp ral time-slices for each period26257 # Getting temporal time-slices for each period 26258 26258 statslices = {} 26259 26259 for iTst in range(NTsts): … … 26296 26296 newvar[:] = amounts 26297 26297 basicvardef(newvar, 'amount', 'amount of the time-period', '1') 26298 26299 onewnc.sync() 26298 26300 26299 26301 # Computing statistics
Note: See TracChangeset
for help on using the changeset viewer.