Changeset 1388 in lmdz_wrf for trunk/tools
- Timestamp:
- Dec 14, 2016, 11:11:22 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/generic_tools.py
r1385 r1388 10952 10952 curvloc = np.ones((curve.shape), dtype=int)*(-1) 10953 10953 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) 10955 10955 10956 10956 for icv in range(Npts): … … 10966 10966 yaroundvls = vals_around(yvals,ijloc) 10967 10967 10968 curveweights[, Npts, ijaorund3x3 = linearint_3x3weights(xvals, yvals, intval) 10968 curveweights[icv,:,:], Npts, ijaorund3x3= linearint_3x3weights(xvals, yvals, \ 10969 intval) 10969 10970 10970 10971
Note: See TracChangeset
for help on using the changeset viewer.