diff --git a/bin/spll b/bin/spll index 50592120d248d940c2c797d4fc52f8de2ce64595..58dd5438bb435dbcdaee6390b05005b7dc3e2b83 100755 --- a/bin/spll +++ b/bin/spll @@ -4,6 +4,7 @@ #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt #MNH_LIC for details. version 1. #set -x +export LC_ALL=C if [ $# -ne 2 ] then echo ERROR USAGE :: spll NSOURCE file diff --git a/bin/spll_lst b/bin/spll_lst index 96bd5b15f838cb28c8c77a1904954b55e29d68e1..c86fcf06be5706aa9c20437845dd1cbcd49ffa75 100755 --- a/bin/spll_lst +++ b/bin/spll_lst @@ -4,6 +4,7 @@ #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt #MNH_LIC for details. version 1. #set -x +export LC_ALL=C if [ $# -ne 2 ] then echo ERROR USAGE :: spll NSOURCE file @@ -33,7 +34,8 @@ turb.f90|shallow_mf.f90|rain_ice.f90|lima.f90|\ lima_adjust_split.f90|lima_precip_scavenging.f90|ini_tiwmx.f90|\ ini_snow.f90|ini_rain_ice.f90|ini_neb.f90|ini_cst.f90|\ ice_adjust.f90|gradient_u.f90|gradient_v.f90|gradient_w.f90|\ -gamma.f90|gamma_inc.f90|general_gamma.f90|condensation.f90" +gamma.f90|gamma_inc.f90|general_gamma.f90|condensation.f90|\ +minpack.f90" # if [ "$SUF" = "f" ] diff --git a/bin/spll_new b/bin/spll_new index e469e63c968f77d6598723f4be06c74ae52876eb..2f450ebdaa82eab9bcda1311761a910654798941 100755 --- a/bin/spll_new +++ b/bin/spll_new @@ -4,6 +4,7 @@ #MNH_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt #MNH_LIC for details. version 1. #set -x +export LC_ALL=C if [ $# -ne 2 ] then echo ERROR USAGE :: spll NSOURCE file