- Timestamp:
- May 9, 2019, 5:32:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r2523 r2525 30430 30430 di1=d2, di2=d1, di3=d0, ds1=ssh[2], ds2=ssh[1], ds3=ssh[0], \ 30431 30431 maxngridsin=sin.shape[1]) 30432 elif Nvdims == 3 and len(sN.shape) == 2: 30433 voutt=fsci.module_scientific.multi_spaceweightstats_in3drk3_slc2v2( \ 30434 varin=varvt, ngridsin=sNt, gridsin=sint, percentages=spt, \ 30435 di1=d2, di2=d1, di3=d0, ds1=ssh[1], ds2=ssh[0], \ 30436 maxngridsin=sin.shape[1]) 30432 30437 elif Nvdims == 2 and len(sN.shape) == 3: 30433 30438 voutt=fsci.module_scientific.multi_spaceweightstats_in2drkno_slc3v3( \ … … 30451 30456 print ' var_rank: 3 slice_rank: 4' 30452 30457 print ' var_rank: 3 slice_rank: 3' 30458 print ' var_rank: 3 slice_rank: 2' 30453 30459 print ' var_rank: 2 slice_rank: 3' 30454 30460 print ' var_rank: 2 slice_rank: 2'
Note: See TracChangeset
for help on using the changeset viewer.