Changeset 1731 in lmdz_wrf


Ignore:
Timestamp:
Dec 15, 2017, 6:19:21 PM (7 years ago)
Author:
lfita
Message:

Fixing errors on 'reconstruct_matrix_from_vector'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r1730 r1731  
    2080620806    matindt, matXt, matYt = Sci.reconstruct_matrix(vectorxpos=xposv, vectorypos=yposv,  \
    2080720807      dvec=len(xposv), xmin=Xmin, xmax=Xmax, ymin=Ymin, ymax=Ymax, dmatx=dimx,          \
    20808       dmaty=dimy, matProj, maxdiff)
     20808      dmaty=dimy, matproj=matProj, maxdiff=maxdiff)
    2080920809
    2081020810    matind = matindt.transpose()
Note: See TracChangeset for help on using the changeset viewer.