Changeset 866 in lmdz_wrf
- Timestamp:
- Jun 17, 2016, 7:49:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r863 r866 9522 9522 quit(-1) 9523 9523 9524 if len(lonv.shape) == 3:9525 for ix in range(lonv.shape[2]):9526 print ix, lonv[0,10,ix], cflons[10,ix]9527 elif len(lonv.shape) == 2:9528 for ix in range(lonv.shape[1]):9529 print ix, lonv[10,ix], cflons[10,ix]9524 # if len(lonv.shape) == 3: 9525 # for ix in range(lonv.shape[2]): 9526 # print ix, lonv[0,10,ix], cflons[10,ix] 9527 # elif len(lonv.shape) == 2: 9528 # for ix in range(lonv.shape[1]): 9529 # print ix, lonv[10,ix], cflons[10,ix] 9530 9530 9531 9531 if wrfnc.variables.has_key(cflonn):
Note: See TracChangeset
for help on using the changeset viewer.