Changeset 1818 in lmdz_wrf for trunk/tools/nc_var_tools.py
- Timestamp:
- Mar 19, 2018, 8:07:02 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1817 r1818 18520 18520 # There is a memroy issue, thus is necessary to split the matrix... 18521 18521 if np.prod(list(varin.shape)) > 150*150*39: 18522 dimtfrac = 518522 dimtfrac = np.min([5,dimt]) 18523 18523 varinterp = np.zeros(tuple([dimx,dimy,len(interplevs),dimtfrac]), dtype=np.float) 18524 18524 if not tsaid:
Note: See TracChangeset
for help on using the changeset viewer.