Changeset 2409 for BOL


Ignore:
Timestamp:
Dec 14, 2015, 4:26:44 PM (8 years ago)
Author:
fhourdin
Message:

Reset install.sh defaults to using testing and 48x36x19 Old physics bench.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install.sh

    r2404 r2409  
    4848
    4949version=trunk
     50version=20151130.trunk
    5051version=testing
    51 version=20151130.trunk
    5252
    5353compilo=gfortran # compilo=pgf90 or g95 or gfortran or ifort sur PC linux
     
    7070# choose the resolution for the bench runs
    7171# grid_resolution= 32x24x11, 32x32x39 or 48x36x19 for tests
    72 grid_resolution=32x32x39
     72grid_resolution=48x36x19
    7373
    7474## compile_with_fcm=1 : use makelmdz_fcm, possible a of version 20111103.trunk (LMDZ5/trunk rev 1578)
     
    146146   OPTDEV="-Wall -fbounds-check"
    147147   fmod='I '
    148    if [ $real = r8 ] ; then OPTPREC="-fdefault-real-8 -DNC_DOUBLE" ; fi
     148#   OPTPREC="-frecursive -ffree-line-length-none"
     149   OPTPREC="-ffree-line-length-none"
     150   if [ $real = r8 ] ; then OPTPREC="$OPTPREC -fdefault-real-8 -DNC_DOUBLE" ; fi
    149151   export F90FLAGS=" -ffree-form $OPTIMNC"
    150152   export FFLAGS=" $OPTIMNC"
Note: See TracChangeset for help on using the changeset viewer.