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

Changeset 7318


Ignore:
Timestamp:
2016-11-23T12:00:35+01:00 (7 years ago)
Author:
flavoni
Message:

update tests

File:
1 edited

Legend:

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

    r7316 r7318  
    369369        ln -sf ../LONG/O2L3P_LONG_00000075_restart_trc_${L_NPROC}.nc . 
    370370        ln -sf ../LONG/O2L3P_LONG_00000075_restart_ice_${L_NPROC}.nc . 
    371 # add for icebergs 
    372371        ln -sf ../LONG/O2L3P_LONG_icebergs_00000075_restart_${L_NPROC}.nc . 
    373372    done 
     
    565564if [ ${config} -eq 6 ] ;  then 
    566565    ## Reproducibility tests for ORCA2_OFF_PISCES 
    567     export TEST_NAME="REPRO_4_4" 
     566    export TEST_NAME="REPRO_4_8" 
    568567    cd ${CONFIG_DIR} 
    569568    . ./makenemo -m ${CMP_NAM} -n ORCA2OFFPIS_32 -r ORCA2_OFF_PISCES -j 8 add_key "key_mpp_rep" del_key ${DEL_KEYS} 
     
    610609 
    611610    cd ${SETTE_DIR} 
    612     export TEST_NAME="REPRO_4_8" 
     611    export TEST_NAME="REPRO_8_4" 
    613612    . ./prepare_exe_dir.sh 
    614613    JOB_FILE=${EXE_DIR}/run_job.sh 
     
    622621    set_namelist namelist_cfg ln_read_cfg .true. 
    623622    set_namelist namelist_cfg ln_linssh .false. 
    624     set_namelist namelist_cfg jpni 4 
    625     set_namelist namelist_cfg jpnj 8 
     623    set_namelist namelist_cfg jpni 8 
     624    set_namelist namelist_cfg jpnj 4 
    626625    set_namelist namelist_cfg jpnij 32 
    627626    set_namelist namelist_top_cfg ln_trcdta .false. 
Note: See TracChangeset for help on using the changeset viewer.