Index: BOL/script_install/install.sh
===================================================================
--- BOL/script_install/install.sh	(revision 2404)
+++ BOL/script_install/install.sh	(revision 2409)
@@ -48,6 +48,6 @@
 
 version=trunk
+version=20151130.trunk
 version=testing
-version=20151130.trunk
 
 compilo=gfortran # compilo=pgf90 or g95 or gfortran or ifort sur PC linux
@@ -70,5 +70,5 @@
 # choose the resolution for the bench runs
 # grid_resolution= 32x24x11, 32x32x39 or 48x36x19 for tests
-grid_resolution=32x32x39
+grid_resolution=48x36x19
 
 ## compile_with_fcm=1 : use makelmdz_fcm, possible a of version 20111103.trunk (LMDZ5/trunk rev 1578)
@@ -146,5 +146,7 @@
    OPTDEV="-Wall -fbounds-check"
    fmod='I '
-   if [ $real = r8 ] ; then OPTPREC="-fdefault-real-8 -DNC_DOUBLE" ; fi
+#   OPTPREC="-frecursive -ffree-line-length-none"
+   OPTPREC="-ffree-line-length-none"
+   if [ $real = r8 ] ; then OPTPREC="$OPTPREC -fdefault-real-8 -DNC_DOUBLE" ; fi
    export F90FLAGS=" -ffree-form $OPTIMNC"
    export FFLAGS=" $OPTIMNC"
