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 5836 for trunk/NEMOGCM/SETTE/sette.sh – NEMO

Ignore:
Timestamp:
2015-10-26T15:49:40+01:00 (9 years ago)
Author:
cetlod
Message:

merge the simplification branch onto the trunk, see ticket #1612

File:
1 edited

Legend:

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

    r5589 r5836  
    143143# ORCA2_AGRIF_LIM :16 & 17  
    144144#                  18 & 19  
    145 for config in  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 
     145 
     146for config in  1 2 3 4 5 6 7 8 9 10 11 12 15 16 
    146147 
    147148do 
     
    291292    . ./prepare_exe_dir.sh 
    292293    JOB_FILE=${EXE_DIR}/run_job.sh 
    293     NPROC=4 
     294    NPROC=8 
    294295    if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    295296    cd ${EXE_DIR} 
     
    301302    set_namelist namelist_cfg nn_fwb 0 
    302303    set_namelist namelist_cfg jpni 2 
    303     set_namelist namelist_cfg jpnj 2 
    304     set_namelist namelist_cfg jpnij 4 
     304    set_namelist namelist_cfg jpnj 4 
     305    set_namelist namelist_cfg jpnij 8 
    305306    set_namelist namelist_cfg nn_solv 2 
    306307    set_namelist namelist_top_cfg ln_trcdta .false. 
     
    337338    set_namelist namelist_cfg nn_fwb 0 
    338339    set_namelist namelist_cfg jpni 2 
    339     set_namelist namelist_cfg jpnj 2 
    340     set_namelist namelist_cfg jpnij 4 
     340    set_namelist namelist_cfg jpnj 4 
     341    set_namelist namelist_cfg jpnij 8 
    341342    set_namelist namelist_cfg nn_solv 2 
    342343    set_namelist namelist_top_cfg ln_diatrc .false. 
     
    473474    . ./prepare_exe_dir.sh 
    474475    JOB_FILE=${EXE_DIR}/run_job.sh 
    475     NPROC=4 
     476    NPROC=8 
    476477    if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    477478    cd ${EXE_DIR} 
     
    482483    set_namelist namelist_cfg ln_clobber .true. 
    483484    set_namelist namelist_cfg jpni 2 
    484     set_namelist namelist_cfg jpnj 2 
    485     set_namelist namelist_cfg jpnij 4 
     485    set_namelist namelist_cfg jpnj 4 
     486    set_namelist namelist_cfg jpnij 8 
    486487    set_namelist namelist_top_cfg ln_trcdta .false. 
    487488    set_namelist namelist_top_cfg ln_diatrc .false. 
     
    516517    set_namelist namelist_cfg ln_clobber .true. 
    517518    set_namelist namelist_cfg jpni 2 
    518     set_namelist namelist_cfg jpnj 2 
    519     set_namelist namelist_cfg jpnij 4 
     519    set_namelist namelist_cfg jpnj 4 
     520    set_namelist namelist_cfg jpnij 8 
    520521    set_namelist namelist_top_cfg ln_diatrc .false. 
    521522    set_namelist namelist_top_cfg ln_rsttr .true. 
Note: See TracChangeset for help on using the changeset viewer.