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

Ignore:
Timestamp:
2020-12-17T20:26:41+01:00 (4 years ago)
Author:
techene
Message:

add SWG to sette with key_qco only, add a -q option to run with NO vertical key (key_linssh, key_qco)

File:
1 edited

Legend:

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

    r13887 r14206  
    44MAIN_DIR=$(dirname $SETTE_DIR) 
    55export SETTE_TIMING='no' 
     6export NOT_USING_QCO='no' 
    67 
    78# Parse command-line arguments 
    89if [ $# -gt 0 ]; then 
    9   while getopts t:x:cshT option; do  
     10  while getopts t:x:cshTq option; do  
    1011     case $option in 
    1112        c) export SETTE_CLEAN_CONFIGS='yes' 
     
    3233           echo "ln_timing will be set to true" 
    3334           echo "";; 
     35   q) export NOT_USING_QCO='yes' 
     36           echo "" 
     37           echo "key_qco and key_linssh will NOT be activated" 
     38           echo "";; 
    3439        h | *) echo 'sette.sh with no arguments (in this case all configuration will be tested)' 
    3540               echo '-t "CFG1_to_test CFG2_to_test ..." to test some specific configurations' 
     
    3742               echo '-T to set ln_timing true for all non-AGRIF configurations' 
    3843               echo '-c to clean each configuration' 
     44               echo '-q run without qco environment' 
    3945               echo '-s to synchronise the sette MY_SRC and EXP00 with the reference MY_SRC and EXPREF'; exit 42 ;; 
    4046     esac 
Note: See TracChangeset for help on using the changeset viewer.