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 7329 – NEMO

Changeset 7329


Ignore:
Timestamp:
2016-11-24T15:38:06+01:00 (7 years ago)
Author:
flavoni
Message:

upadtes

Location:
branches/2016/dev_CNRS_2016/NEMOGCM/SETTE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_CNRS_2016/NEMOGCM/SETTE/sette.sh

    r7326 r7329  
    141141# ISOMIP            : 12 & 13 
    142142# ORCA2_LIM3_OBS    : 14 
    143 # ORCA2_AGRIF_LIM   : 15  
    144 #                    
    145  
    146 for config in 1 2 3 4 5 6 7 8 9 10 11 12 13 
     143# ORCA2_AGRIF_LIM   : 15 & 16  
     144#                     17 & 18  
     145 
     146for config in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15  16 17 18 
    147147 
    148148do 
     
    756756    set_namelist namelist_cfg ln_clobber .true. 
    757757    set_namelist namelist_cfg ln_read_cfg .true. 
    758     set_namelist namelist_cfg ln_linssh .false. 
     758    set_namelist namelist_cfg ln_linssh .true. 
    759759    set_namelist namelist_cfg jpni 8 
    760760    set_namelist namelist_cfg jpnj 4 
     
    12441244# test code corruption with AGRIF 
    12451245# Compile and run with or without AGRIF ORCA2_LIM 
    1246 if [ ${config} -eq 17 ] ;  then 
    1247     # First run same as 16 but without zoom 
     1246if [ ${config} -eq 16 ] ;  then 
     1247    # First run same as 15 but without zoom 
    12481248    export TEST_NAME="SHORT_NOZOOM" 
    12491249    cd ${CONFIG_DIR} 
     
    13161316 
    13171317## Restartability tests for ORCA2_LIM_AGRIF  
    1318 if [ ${config} -eq 18 ] ;  then 
     1318if [ ${config} -eq 17 ] ;  then 
    13191319    export TEST_NAME="LONG" 
    13201320    cd ${CONFIG_DIR} 
     
    14101410 
    14111411## Reproducibility tests for ORCA2_LIM_AGRIF 
    1412 if [ ${config} -eq 19 ] ;  then 
     1412if [ ${config} -eq 18 ] ;  then 
    14131413    export TEST_NAME="REPRO_4_4" 
    14141414    cd ${CONFIG_DIR} 
  • branches/2016/dev_CNRS_2016/NEMOGCM/SETTE/sette_rpt

    r7316 r7329  
    8686   
    8787  if ( -d ./WORCA2LIM3PIS_LONG ) then 
    88     set dorv = `ls -1rtd ./WORCA2LIMPIS_LONG/{$mach}/* | tail -1l ` 
     88    set dorv = `ls -1rtd ./WORCA2LIM3PIS_LONG/{$mach}/* | tail -1l ` 
    8989    set dorv = $dorv:t 
    9090    set f1o = ./WORCA2LIM3PIS_LONG/{$mach}/{$dorv}/LONG/ocean.output 
     
    442442    set dorv = `ls -1rtd ./WORCA2_LIM3_OBS/{$mach}/* | tail -1l ` 
    443443    set dorv = $dorv:t 
    444     set f1o = ./WORCA2_LIM3_OBS/{$mach}/{$dorv}/REPRO_2_8/ocean.output 
    445     set f1s = ./WORCA2_LIM3_OBS/{$mach}/{$dorv}/REPRO_2_8/solver.stat 
    446     set f2o = ./WORCA2_LIM3_OBS/{$mach}/{$dorv}/REPRO_4_4/ocean.output 
    447     set f2s = ./WORCA2_LIM3_OBS/{$mach}/{$dorv}/REPRO_4_4/solver.stat 
     444    set f1o = ./WORCA2_LIM3_OBS/{$mach}/{$dorv}/REPRO_4_8/ocean.output 
     445    set f1s = ./WORCA2_LIM3_OBS/{$mach}/{$dorv}/REPRO_4_8/solver.stat 
     446    set f2o = ./WORCA2_LIM3_OBS/{$mach}/{$dorv}/REPRO_8_4/ocean.output 
     447    set f2s = ./WORCA2_LIM3_OBS/{$mach}/{$dorv}/REPRO_8_4/solver.stat 
    448448 
    449449    cmp -s $f1s $f2s 
Note: See TracChangeset for help on using the changeset viewer.