Changeset 1731 in lmdz_wrf for trunk/tools/nc_var_tools.py
- Timestamp:
- Dec 15, 2017, 6:19:21 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1730 r1731 20806 20806 matindt, matXt, matYt = Sci.reconstruct_matrix(vectorxpos=xposv, vectorypos=yposv, \ 20807 20807 dvec=len(xposv), xmin=Xmin, xmax=Xmax, ymin=Ymin, ymax=Ymax, dmatx=dimx, \ 20808 dmaty=dimy, mat Proj,maxdiff)20808 dmaty=dimy, matproj=matProj, maxdiff=maxdiff) 20809 20809 20810 20810 matind = matindt.transpose()
Note: See TracChangeset
for help on using the changeset viewer.