Changeset 2525 in lmdz_wrf for trunk


Ignore:
Timestamp:
May 9, 2019, 5:32:02 PM (6 years ago)
Author:
lfita
Message:

Adding var_rank: 3 slice_rank: 2 into `compute_slices_stats_areaweighte'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r2523 r2525  
    3043030430                 di1=d2, di2=d1, di3=d0, ds1=ssh[2], ds2=ssh[1], ds3=ssh[0],         \
    3043130431                 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])
    3043230437           elif Nvdims == 2 and len(sN.shape) == 3:
    3043330438               voutt=fsci.module_scientific.multi_spaceweightstats_in2drkno_slc3v3(  \
     
    3045130456               print ' var_rank: 3   slice_rank: 4'
    3045230457               print ' var_rank: 3   slice_rank: 3'
     30458               print ' var_rank: 3   slice_rank: 2'
    3045330459               print ' var_rank: 2   slice_rank: 3'
    3045430460               print ' var_rank: 2   slice_rank: 2'
Note: See TracChangeset for help on using the changeset viewer.