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

Changeset 7744


Ignore:
Timestamp:
2017-02-28T12:34:10+01:00 (7 years ago)
Author:
flavoni
Message:

upadate tests for GYRE_PISCES, to allow restartability now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/SETTE/sette.sh

    r7743 r7744  
    1212# 
    1313############################################################# 
    14 #set -x 
     14#set -vx 
    1515set -o posix 
    1616#set -u 
     
    8989# 
    9090# Compiler among those in NEMOGCM/ARCH 
    91 # 
    9291COMPILER=X64_ADA 
    9392 
     
    154153#                     15 & 16  
    155154 
    156 for config in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16  
     155for config in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 
    157156 
    158157do 
     
    208207    set_namelist namelist_cfg jpnj 8 
    209208    set_namelist namelist_cfg jpnij 32 
     209    set_namelist namelist_top_cfg ln_rsttr .true. 
     210    set_namelist namelist_top_cfg nn_rsttr 2 
    210211    set_namelist namelist_cfg cn_ocerst_in \"GYREPIS_LONG_00000060_restart\" 
     212    set_namelist namelist_top_cfg cn_trcrst_in \"GYREPIS_LONG_00000060_restart_trc\" 
    211213    if [ ${USING_MPMD} == "yes" ] ; then 
    212214       set_xio_using_server iodef.xml true 
     
    218220        L_NPROC=`printf "%04d\n" ${L_NPROC}` 
    219221        ln -sf ../LONG/GYREPIS_LONG_00000060_restart_${L_NPROC}.nc . 
     222        ln -sf ../LONG/GYREPIS_LONG_00000060_restart_trc_${L_NPROC}.nc . 
    220223    done 
    221224    if [ ${USING_MPMD} == "yes" ] ; then 
Note: See TracChangeset for help on using the changeset viewer.