Changeset 1165 in lmdz_wrf for trunk


Ignore:
Timestamp:
Oct 10, 2016, 11:03:03 AM (8 years ago)
Author:
lfita
Message:

Fixing compilation of the interpolation functions and Fortran routines

Location:
trunk/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Makefile.ciclad.gcc

    r1164 r1165  
    55# FOLLOWING: http://stackoverflow.com/questions/17156125/f2py-exposing-parameters-from-used-modules
    66# FOLLOWING: http://osdir.com/ml/python.f2py.user/2006-08/msg00019.html
    7 # f2py -m module_ForDiag -h module_ForDiag.pyf module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py_wrapper.log
     7# module load python/2.7.6-canopy-1.3
     8# Diagnostics compilation _______
     9# f2py -m module_ForDiag -h module_ForDiag.pyf module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py_ForDiag_wrapper.log
    810# make
    9 # f2py -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_ForDiag -c --fcompiler=gnu95 module_ForDiag.pyf module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py_compile.log
     11# f2py -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_ForDiag -c --fcompiler=gnu95 module_ForDiag.pyf module_generic.F90 module_ForDiagnosticsVars.F90 module_ForDiagnostics.F90 >& run_f2py_ForDiag_compile.log
     12# Interpolation compilation _______
     13# f2py -m module_ForInt -h module_ForInt.pyf module_generic.F90 module_ForInterpolate.F90  >& run_f2py_ForInt_wrapper.log
     14# f2py -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_ForInt -c --fcompiler=gnu95 module_ForInt.pyf module_generic.F90 module_ForInterpolate.F90  >& run_f2py_ForInt_compile.log
     15#
    1016
    1117FC              = gfortran
  • trunk/tools/nc_var_tools.py

    r1144 r1165  
    1487914879      varn= name of the variable
    1488014880    """
    14881     import module_ForInterpolate as fin
     14881    import module_ForInt as fin
    1488214882    import numpy.ma as ma
    1488314883    import subprocess as sub
Note: See TracChangeset for help on using the changeset viewer.