Index: BOL/script_install/install_lmdz.sh
===================================================================
--- BOL/script_install/install_lmdz.sh	(revision 4778)
+++ BOL/script_install/install_lmdz.sh	(revision 4779)
@@ -84,5 +84,5 @@
 pcmac=0 # default: not on a Mac
 compiler=gfortran
-if [ `gfortran -dumpversion | cut -d. -f1` -ge 11 ] ; then allow_arg_mismatch="-fallow-argument-mismatch" ; fi
+if [ `gfortran -dumpversion | cut -d. -f1` -ge 10 ] ; then allow_arg_mismatch="-fallow-argument-mismatch" ; fi
 SCM=0
 # surface/vegetation scheme treatment
Index: BOL/script_install/install_netcdf4_hdf5_seq.bash
===================================================================
--- BOL/script_install/install_netcdf4_hdf5_seq.bash	(revision 4778)
+++ BOL/script_install/install_netcdf4_hdf5_seq.bash	(revision 4779)
@@ -55,5 +55,5 @@
 allow_arg_mismatch=""
 if [[ ${f_compiler} == "gfortran" ]] ; then
-  if [ `gfortran -dumpversion | cut -d. -f1` -ge 11 ] ; then 
+  if [ `gfortran -dumpversion | cut -d. -f1` -ge 10 ] ; then 
     allow_arg_mismatch="-fallow-argument-mismatch" 
   fi
