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 15159 for utils/CI/sette/sette_list_avail_rev.sh – NEMO

Ignore:
Timestamp:
2021-07-29T18:33:12+02:00 (3 years ago)
Author:
acc
Message:

Some enhancements to SETTE scripts: Added a -N option to sette.sh to set ln_nnogather=.false. (where appropriate) and a -T <TEST_ROOT> option to sette_eval.sh where <TEST_ROOT> is either LONG, SHORT or REPRO (default:LONG). This option determines which set of results to compare between validation sets. In the case of REPRO, the first expanded match will be used for each configuration (e.g. REPRO_4_8)

File:
1 edited

Legend:

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

    r14981 r15159  
    7878 echo " Availability for each config.: " 
    7979 echo -n " ------------------------------" 
    80  for CONFIG in GYRE_PISCES ORCA2_ICE_PISCES ORCA2_OFF_PISCES AMM12 ORCA2_SAS_ICE AGRIF_DEMO SWG ISOMIP+ OVERFLOW LOCK_EXCHANGE VORTEX ICE_AGRIF  
     80 for CONFIG in GYRE_PISCES ORCA2_ICE_PISCES ORCA2_OFF_PISCES AMM12 WED025 ORCA2_ICE_OBS ORCA2_SAS_ICE AGRIF_DEMO SWG ISOMIP+ OVERFLOW LOCK_EXCHANGE VORTEX ICE_AGRIF  
    8181 do 
    8282    DIR=${NEMO_VALID}/${COMPILER}/ 
Note: See TracChangeset for help on using the changeset viewer.