New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 9663 for utils/CI/sette/sette_chk_result.sh – NEMO

Ignore:
Timestamp:
2018-05-28T16:41:27+02:00 (6 years ago)
Author:
clem
Message:

change the names of the configurations (1st step)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/sette_chk_result.sh

    r9605 r9663  
    488488# Restartability test 
    489489# 
    490  for restart_test in WGYREPIS_ST WORCA2SI3PIS_ST WORCA2OFFPIS_ST WAMM12_ST WISOMIP_ST WORCA2AGR_ST 
     490 for restart_test in WGYREPIS_ST WORCA2ICEPIS_ST WORCA2OFFPIS_ST WAMM12_ST WISOMIP_ST WORCA2AGR_ST 
    491491 do 
    492492   resttest $NEMO_VALID $restart_test $pass 
     
    495495# Reproducibility tests 
    496496# 
    497  for repro_test in WGYREPIS_ST WORCA2SI3PIS_ST WORCA2OFFPIS_ST WAMM12_ST WISOMIP_ST WORCA2_SI3_OBS_ST WORCA2AGR_ST 
     497 for repro_test in WGYREPIS_ST WORCA2ICEPIS_ST WORCA2OFFPIS_ST WAMM12_ST WISOMIP_ST WORCA2_ICE_OBS_ST WORCA2AGR_ST 
    498498 do 
    499499   reprotest $NEMO_VALID $repro_test $pass 
     
    515515   echo 'and' 
    516516   echo "$NEMO_VALID_REF at rev $NEMO_REV_REF" 
    517    for repro_test in WGYREPIS_ST WORCA2SI3PIS_ST WORCA2OFFPIS_ST WAMM12_ST WISOMIP_ST WORCA2_SI3_OBS_ST WORCA2AGR_ST 
     517   for repro_test in WGYREPIS_ST WORCA2ICEPIS_ST WORCA2OFFPIS_ST WAMM12_ST WISOMIP_ST WORCA2_ICE_OBS_ST WORCA2AGR_ST 
    518518   do 
    519519     runcmpres $NEMO_VALID $repro_test $NEMO_VALID_REF $NEMO_REV_REF $pass 
Note: See TracChangeset for help on using the changeset viewer.