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 7005 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/SETTE/sette.sh – NEMO

Ignore:
Timestamp:
2016-10-07T11:13:00+02:00 (8 years ago)
Author:
flavoni
Message:

updates

File:
1 edited

Legend:

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

    r7002 r7005  
    133133cp BATCH_TEMPLATE/${JOB_PREFIX}-${COMPILER} job_batch_template || exit 
    134134# Description of configuration tested: 
    135 # GYRE            : 1 &  2 
    136 # ORCA2_LIM_PISCES: 3 &  4 
    137 # ORCA2_OFF_PISCES: 5 &  6 
    138 # ORCA2_LIM3      : 7 &  8 
    139 # AMM12           : 9 & 10 
    140 # SAS             :11  
    141 # ISOMIP          :13 & 14 
    142 # ORCA2_LIM_OBS   :15 
    143 # ORCA2_AGRIF_LIM :16 & 17  
    144 #                  18 & 19  
    145  
    146 for config in  1 2 3 4 5 6 7 8 9 10 11 12 15 16 
     135# GYRE             : 1 &  2 
     136# ORCA2_LIM_PISCES : 3 &  4 
     137# ORCA2_OFF_PISCES : 5 &  6 
     138# ORCA2_LIM3       : 7 &  8 
     139# AMM12            : 9 & 10 
     140# SAS              : 11      fos SAS there is no solver so is usefull to test REPRO 
     141# ISOMIP           : 13 & 14 
     142# ORCA2_LIM_OBS    : 15 
     143# ORCA2_AGRIF_LIM  : 16 & 17  
     144#                    18 & 19  
     145 
     146for config in  1 2 3 4 5 6 7 8 9 10 11 16 
    147147 
    148148do 
     
    858858    set_namelist namelist_cfg ln_ctl .false. 
    859859    set_namelist namelist_cfg ln_clobber .true. 
     860    set_namelist namelist_cfg ln_read_cfg .true. 
     861    set_namelist namelist_cfg ln_linssh .false. 
    860862    set_namelist namelist_cfg jpni 8 
    861863    set_namelist namelist_cfg jpnj 4 
     
    882884    set_namelist namelist_cfg ln_ctl .false. 
    883885    set_namelist namelist_cfg ln_clobber .true. 
     886    set_namelist namelist_cfg ln_read_cfg .true. 
     887    set_namelist namelist_cfg ln_linssh .false. 
    884888    set_namelist namelist_cfg jpni 4 
    885889    set_namelist namelist_cfg jpnj 8 
     
    11551159    set_namelist namelist_cfg ln_ctl .false. 
    11561160    set_namelist namelist_cfg ln_clobber .true. 
     1161    set_namelist namelist_cfg ln_read_cfg .true. 
     1162    set_namelist namelist_cfg ln_linssh .false. 
    11571163    set_namelist namelist_cfg jpni 2 
    11581164    set_namelist namelist_cfg jpnj 8 
Note: See TracChangeset for help on using the changeset viewer.