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 5870 for branches/2015/dev_r5803_NOC_WAD/NEMOGCM/SETTE/sette.sh – NEMO

Ignore:
Timestamp:
2015-11-09T18:33:54+01:00 (9 years ago)
Author:
acc
Message:

Branch 2015/dev_r5803_NOC_WAD. Merge in trunk changes from 5803 to 5869 in preparation for merge. Also tidied and reorganised some wetting and drying code. Renamed wadlmt.F90 to wetdry.F90. Wetting drying code changes restricted to domzgr.F90, domvvl.F90 nemogcm.F90 sshwzv.F90, dynspg_ts.F90, wetdry.F90 and dynhpg.F90. Code passes full SETTE tests with ln_wd=.false.. Still awaiting test case for checking with ln_wd=.false.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5803_NOC_WAD/NEMOGCM/SETTE/sette.sh

    r5589 r5870  
    143143# ORCA2_AGRIF_LIM :16 & 17  
    144144#                  18 & 19  
     145 
    145146for config in  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 
    146147 
     
    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.