Skip to content
Snippets Groups Projects
Commit fbcf1915 authored by Juan Escobar's avatar Juan Escobar
Browse files

Juan 08/01/2024:bin/spll* , add LC_ALL=C to avoid warning: Invalid multibyte...

Juan 08/01/2024:bin/spll* , add LC_ALL=C to avoid warning: Invalid multibyte data detected , on awk with none Ascii characters in comment <-> iso-8859
parent dc4b32d9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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" ]
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment