Changeset 2523 in lmdz_wrf
- Timestamp:
- May 9, 2019, 11:42:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r2521 r2523 30435 30435 di1=d1, di2=d0, ds1=ssh[2], ds2=ssh[1], ds3=ssh[0], \ 30436 30436 maxngridsin=sin.shape[1]) 30437 elif Nvdims == 2 and len(sN.shape) == 2: 30438 voutt=fsci.module_scientific.multi_spaceweightstats_in2drkno_slc2v2( \ 30439 varin=varvt, ngridsin=sNt, gridsin=sint, percentages=spt, \ 30440 di1=d1, di2=d0, ds1=ssh[1], ds2=ssh[0], \ 30441 maxngridsin=sin.shape[1]) 30437 30442 elif Nvdims == 1 and len(sN.shape) == 3: 30438 30443 voutt=fsci.module_scientific.multi_spaceweightstats_in1drkno_slc3v3( \ … … 30447 30452 print ' var_rank: 3 slice_rank: 3' 30448 30453 print ' var_rank: 2 slice_rank: 3' 30454 print ' var_rank: 2 slice_rank: 2' 30449 30455 print ' var_rank: 1 slice_rank: 3' 30450 30456 quit(-1)
Note: See TracChangeset
for help on using the changeset viewer.