Skip to content
Snippets Groups Projects
Commit 7f3b85d2 authored by Guillaume S's avatar Guillaume S
Browse files

disable "detect_missing_value" attribute in field_def_nemo-ice.xml for Mercator Belenos & AA HPCs

parent baafdf4c
No related branches found
No related tags found
No related merge requests found
...@@ -67,6 +67,9 @@ module list ...@@ -67,6 +67,9 @@ module list
# change to the working directory # change to the working directory
# #
cd ${EXE_DIR} cd ${EXE_DIR}
if [[ ${NEW_CONF} =~ "ICE_AGRIF" ]]; then
sed -i'' -e 's/detect_missing_value="true"/detect_missing_value="false"/' field_def_nemo-ice.xml
fi
echo Running on host `hostname` echo Running on host `hostname`
echo Time is `date` echo Time is `date`
echo Directory is `pwd` echo Directory is `pwd`
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
# Test specific settings. Do not hand edit these lines; the fcm_job.sh script will set these # Test specific settings. Do not hand edit these lines; the fcm_job.sh script will set these
# (via sed operating on this template job file). # (via sed operating on this template job file).
# #
set -x
echo " "; echo " ";
OCORES=NPROCS OCORES=NPROCS
XCORES=NXIOPROCS XCORES=NXIOPROCS
...@@ -71,7 +73,9 @@ export XIO_HOME=${XIOS_DIR} ...@@ -71,7 +73,9 @@ export XIO_HOME=${XIOS_DIR}
# change to the working directory # change to the working directory
# #
cd $EXE_DIR cd $EXE_DIR
if [[ ${NEW_CONF} =~ "ICE_AGRIF" ]]; then
sed -i'' -e 's/detect_missing_value="true"/detect_missing_value="false"/' field_def_nemo-ice.xml
fi
echo Running on host `hostname` echo Running on host `hostname`
echo Time is `date` echo Time is `date`
echo Directory is `pwd` echo Directory is `pwd`
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
##SBATCH --qos=normal ##SBATCH --qos=normal
#SBATCH --qos=coper #SBATCH --qos=coper
set -x
# Test specific settings. Do not hand edit these lines; the fcm_job.sh script will set these # Test specific settings. Do not hand edit these lines; the fcm_job.sh script will set these
# (via sed operating on this template job file). # (via sed operating on this template job file).
...@@ -74,6 +73,9 @@ export OMPI_F90=ifort ...@@ -74,6 +73,9 @@ export OMPI_F90=ifort
# change to the working directory # change to the working directory
# #
cd ${EXE_DIR} cd ${EXE_DIR}
if [[ ${NEW_CONF} =~ "ICE_AGRIF" ]]; then
sed -i'' -e 's/detect_missing_value="true"/detect_missing_value="false"/' field_def_nemo-ice.xml
fi
echo Running on host `hostname` echo Running on host `hostname`
echo Time is `date` echo Time is `date`
echo Directory is `pwd` echo Directory is `pwd`
......
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