Ignore:
Timestamp:
Dec 13, 2017, 2:00:27 PM (7 years ago)
Author:
aslmd
Message:

activated gfortran. tested with old Martian physics on Ubuntu laptop. have to set pd_scalar = F because RSL is used. RSL_LITE was tried but does not work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/makemeso

    r1846 r1853  
    113113  echo "       <5> ifort + mpi"
    114114  echo "       <7> xlf + mpi (IBM AIX)"
     115  echo "       <8> gfortran"
    115116  echo "Your choice ?" ; read reply
    116117  case ${reply} in
     
    126127    5) compilo='mpifort' ;;
    127128    7) compilo='mpixlf' ;;
    128     ### for tests
    129    99) compilo='gnu' ; numproc=1 ;;
     129    8) compilo='gnu' ; numproc=1 ;;
    130130    *) echo not supported by this script ; exit ;;
    131131  esac
     
    409409     #######LES-specific (WRFV3-based) -- previously in 'makeles'   
    410410
    411 #######TEST TEST
    412411                     # GFORTRAN, 64 bits, no nesting     
    413412     gnu_64_single)    cd arch ; ln -sf ../configure.defaults.gfortran64 configure.defaults ; cd ..
     
    415414                       sed -f physics.sed configure.wrf > yeah ; mv -f yeah configure.wrf 
    416415                       sed s+"-L../$phys/libo -llmd"+"-L../$phys/libo -llmd $NETCDF/lib/libnetcdf.a"+g configure.wrf > yeah ; mv -f yeah configure.wrf ;;
    417 #######TEST TEST
    418416                     # PGF90, 32 bits, no nesting
    419417     pgf_32_single)    echo 1 | configure > log_compile 2> log_error
Note: See TracChangeset for help on using the changeset viewer.