Test-type categorization of the ORCA2_ICE_OBS SETTE test
Context and analysis
The SETTE reproducibility test of the ORCA2_ICE_OBS
configuration is carried out as part of the SETTE restartability and not as part of the SETTE reproducibility tests in the current NEMO main
and branch_4.2
versions.
Fix
The SETTE test-type category of the ORCA2_ICE_OBS
configuration could be changed with the modification
--- a/sette/sette_reference-configurations.sh
+++ b/sette/sette_reference-configurations.sh
@@ -1119,7 +1119,7 @@ if [ ${DO_COMPILE} -eq 1 ] ; then
fi
## Reproducibility tests
-if [ ${DO_RESTART} == "1" ] ; then
+if [ ${DO_REPRO} == "1" ] ; then
export TEST_NAME="REPRO_4_8"
cd ${SETTE_DIR}
. ./prepare_exe_dir.sh
in NEMO main
and similarly in NEMO branch_4.2
.