Changeset 727 in lmdz_wrf
- Timestamp:
- Apr 26, 2016, 5:15:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/nc_var_tools.py
r726 r727 19441 19441 Coincidence of points is done throughout a first guess from fractions of the total domain of search 19442 19442 Using fortran codes: module_ForInterpolate.F90, module_generic.F90 19443 f2py -m module_ForInterpolate --f90exec=/usr/bin/gfortran-4.7 -c module_ForInterpolate.F90 module_generic.F90 >& run_f2py.log 19443 foudre: f2py -m module_ForInterpolate --f90exec=/usr/bin/gfortran-4.7 -c module_ForInterpolate.F90 module_generic.F90 >& run_f2py.log 19444 ciclad: f2py --f90flags="-fPIC" -L/opt/canopy-1.3.0/Canopy_64bit/System/lib/ -L/usr/lib64/ -L/opt/canopy-1.3.0/Canopy_64bit/System/lib/ -m module_ForInterpolate -c module_ForInterpolate.F90 module_generic.F90 19444 19445 values= [lonmame],[latname],[fillVal],[resolution],[kind],[lonlatProjfile],[fracd],[fracs] 19445 19446 [lonname]: name of the longitude variable … … 19474 19475 19475 19476 arguments = '[lonmame],[latname],[fillVal],[resolution],[kind],' + \ 19476 '[lonlatProjfile],[fracd] '19477 '[lonlatProjfile],[fracd],[fracs]' 19477 19478 check_arguments(fname, values, arguments, ',') 19478 19479
Note: See TracChangeset
for help on using the changeset viewer.