Changeset 288 in lmdz_wrf


Ignore:
Timestamp:
Feb 25, 2015, 3:54:32 PM (10 years ago)
Author:
lfita
Message:

Adding that circdist depends on time!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r287 r288  
    1072210722# circle values
    1072310723                    for iz in range(dimz):
    10724                         tslice = [slice(it)]+cslicevnoThor
     10724                        tslice = [it]+cslicevnoThor
    1072510725                        rvarvalst[iz,:,:] = np.where(circdist[tuple(tslice)] >       \
    1072610726                          np.float(Nrad), fillValue, rvarvalst[iz,:,:])
     
    1094610946
    1094710947                    rvarvalst = varobj[tuple(cslicev)]
    10948                     cdist = circdist[tuple(cslicevnoT)]
     10948                    cdist = circdist[tuple(cslicev)]
    1094910949# circle values
    1095010950                    rvarvalst = np.where(cdist > np.float(Nrad),fillValue,rvarvalst)
    10951                     print it,'Lluis: cdist', cdist, 'Nrad:',Nrad
    10952 
    1095310951                    rvarvals[it,:,:] = rvarvalst
    1095410952
Note: See TracChangeset for help on using the changeset viewer.