Changeset 1736 in lmdz_wrf


Ignore:
Timestamp:
Dec 16, 2017, 7:11:01 PM (7 years ago)
Author:
lfita
Message:

Fixing right call to Fortran function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r1735 r1736  
    2080520805
    2080620806    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       dmaty=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)
    2081020810
    2081120811    matind = matindt.transpose()
Note: See TracChangeset for help on using the changeset viewer.