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 3534 for branches/2012 – NEMO

Changeset 3534 for branches/2012


Ignore:
Timestamp:
2012-11-09T17:28:03+01:00 (11 years ago)
Author:
flavoni
Message:

update SETTE, add restart removed for error, see ticket: #941

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/SETTE/sette.sh

    r3533 r3534  
    4343# INTERACT_FLAG :  flag to run in interactive mode "yes" 
    4444#                       to run in batch mode "no" 
     45# 
    4546# MPIRUN_FLAG   :  flag to run in parallel (MPI) "yes" 
    4647#                       to run in sequential mode (NB_PROC = 1) "no" 
     
    122123# ========== 
    123124# 
    124 # $Id $ 
     125# $Id : $ 
    125126# 
    126127#   * creation 
     
    195196    set_namelist namelist jpnj 2 
    196197    set_namelist namelist jpnij 4 
    197     cp ..\/LONG\/GYRELOB_LONG_00000060_restart*.nc . 
    198     set_namelist namelist cn_ocerst_in \"GYRELOB_LONG_00000060_restart\" 
     198    cp ..\/LONG\/GYRE_LONG_00000060_restart*.nc . 
     199    set_namelist namelist cn_ocerst_in \"GYRE_LONG_00000060_restart\" 
    199200    cd ${SETTE_DIR} 
    200201    . ./prepare_job.sh input_GYRE.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} 
     
    317318    set_namelist namelist cn_ocerst_in \"O2LP_LONG_00000075_restart\" 
    318319    set_namelist namelist_ice cn_icerst_in \"O2LP_LONG_00000075_restart_ice\" 
     320    set_namelist namelist_top cn_trcrst_in \"O2LP_LONG_00000075_restart_trc\" 
    319321    # put ln_ironsed, ln_river, ln_ndepo, ln_dust 
    320322    # if not you need input files, and for tests is not necessary 
Note: See TracChangeset for help on using the changeset viewer.