Changeset 1736 in lmdz_wrf
- Timestamp:
- Dec 16, 2017, 7:11:01 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r1735 r1736 20805 20805 20806 20806 print dir(Sci) 20807 matindt, matXt, matYt = Sci. reconstruct_matrix(vectorxpos=xposv, vectorypos=yposv, \20808 dvec=len(xposv), xmin=Xmin, xmax=Xmax, ymin=Ymin, ymax=Ymax, dmatx=dimx,\20809 dmat y=dimy, matproj=matProj, maxdiff=maxdiff)20807 matindt, matXt, matYt = Sci.module_scientific.reconstruct_matrix(vectorxpos=xposv, \ 20808 vectorypos=yposv, dvec=len(xposv), xmin=Xmin, xmax=Xmax, ymin=Ymin, ymax=Ymax, \ 20809 dmatx=dimx, dmaty=dimy, matproj=matProj, maxdiff=maxdiff) 20810 20810 20811 20811 matind = matindt.transpose()
Note: See TracChangeset
for help on using the changeset viewer.