Changeset 1388 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
Dec 14, 2016, 11:11:22 AM (8 years ago)
Author:
lfita
Message:

Fixing typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/generic_tools.py

    r1385 r1388  
    1095210952    curvloc = np.ones((curve.shape), dtype=int)*(-1)
    1095310953    Nquad = np.ones((Npts), dtype=int)*(-1)
    10954     curvweights = np.zeros((3,3,Npts), dtype=float)
     10954    curvweights = np.zeros((Npts,3,3), dtype=float)
    1095510955
    1095610956    for icv in range(Npts):
     
    1096610966        yaroundvls = vals_around(yvals,ijloc)
    1096710967
    10968         curveweights[, Npts, ijaorund3x3 = linearint_3x3weights(xvals, yvals, intval)
     10968        curveweights[icv,:,:], Npts, ijaorund3x3= linearint_3x3weights(xvals, yvals, \
     10969          intval)
    1096910970       
    1097010971 
Note: See TracChangeset for help on using the changeset viewer.