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 7307 for branches/2016 – NEMO

Changeset 7307 for branches/2016


Ignore:
Timestamp:
2016-11-22T16:06:15+01:00 (7 years ago)
Author:
flavoni
Message:

update sette for icebergs

File:
1 edited

Legend:

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

    r7285 r7307  
    348348    set_namelist namelist_top_cfg ln_rsttr .true. 
    349349    set_namelist namelist_top_cfg nn_rsttr 2 
    350     set_namelist namelist_cfg cn_ocerst_in \"O2LP3_LONG_00000075_restart\" 
    351     set_namelist namelist_ice_cfg cn_icerst_in \"O2LP3_LONG_00000075_restart_ice\" 
    352     set_namelist namelist_top_cfg cn_trcrst_in \"O2LP3_LONG_00000075_restart_trc\" 
     350    set_namelist namelist_cfg cn_ocerst_in \"O2L3P_LONG_00000075_restart\" 
     351    set_namelist namelist_ice_cfg cn_icerst_in \"O2L3P_LONG_00000075_restart_ice\" 
     352    set_namelist namelist_top_cfg cn_trcrst_in \"O2L3P_LONG_00000075_restart_trc\" 
    353353    # put ln_ironsed, ln_river, ln_ndepo, ln_dust 
    354354    # if not you need input files, and for tests is not necessary 
     
    366366        L_NPROC=$(( $i - 1 )) 
    367367        L_NPROC=`printf "%04d\n" ${L_NPROC}` 
    368         ln -sf ../LONG/O2LP3_LONG_00000075_restart_${L_NPROC}.nc . 
    369         ln -sf ../LONG/O2LP3_LONG_00000075_restart_trc_${L_NPROC}.nc . 
    370         ln -sf ../LONG/O2LP3_LONG_00000075_restart_ice_${L_NPROC}.nc . 
     368        ln -sf ../LONG/O2L3P_LONG_00000075_restart_${L_NPROC}.nc . 
     369        ln -sf ../LONG/O2L3P_LONG_00000075_restart_trc_${L_NPROC}.nc . 
     370        ln -sf ../LONG/O2L3P_LONG_00000075_restart_ice_${L_NPROC}.nc . 
     371# add for icebergs 
     372        ln -sf ../LONG/O2L3P_LONG_icebergs_00000075_${L_NPROC}.nc . 
    371373    done 
    372374    if [ ${USING_MPMD} == "yes" ] ; then 
     
    429431 
    430432    cd ${SETTE_DIR} 
    431     export TEST_NAME="REPRO_4_8" 
     433    export TEST_NAME="REPRO_8_4" 
    432434    . ./prepare_exe_dir.sh 
    433435    JOB_FILE=${EXE_DIR}/run_job.sh 
Note: See TracChangeset for help on using the changeset viewer.