Changeset 727 in lmdz_wrf


Ignore:
Timestamp:
Apr 26, 2016, 5:15:10 PM (9 years ago)
Author:
lfita
Message:

Adding ciclad compilation and `fracs' as an argument in 'Partialmap_EntiremapFor'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r726 r727  
    1944119441      Coincidence of points is done throughout a first guess from fractions of the total domain of search
    1944219442      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
    1944419445      values= [lonmame],[latname],[fillVal],[resolution],[kind],[lonlatProjfile],[fracd],[fracs]
    1944519446        [lonname]: name of the longitude variable
     
    1947419475
    1947519476    arguments = '[lonmame],[latname],[fillVal],[resolution],[kind],' +               \
    19476       '[lonlatProjfile],[fracd]'
     19477      '[lonlatProjfile],[fracd],[fracs]'
    1947719478    check_arguments(fname, values, arguments, ',')
    1947819479
Note: See TracChangeset for help on using the changeset viewer.