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 10115 for NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/SETTE – NEMO

Ignore:
Timestamp:
2018-09-12T15:59:13+02:00 (6 years ago)
Author:
cbricaud
Message:

phase 3.6 coarsening branch with nemo_3.6_rev9192

Location:
NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/SETTE
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/SETTE/BATCH_TEMPLATE/batch-ifort_athena

    r7261 r10115  
    44#BSUB -n NPROCS 
    55#BSUB -a poe 
    6 #BSUB -J MPI_config 
     6#BSUB -J NEMO_SETTE 
    77#BSUB -o poe.stdout.%J 
    88#BSUB -e poe.stderr.%J 
  • NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/SETTE/BATCH_TEMPLATE/batch-ifort_athena_xios

    r7261 r10115  
    44#BSUB -n TOTAL_NPROCS 
    55#BSUB -a poe 
    6 #BSUB -J MPI_config 
     6#BSUB -J NEMO_SETTE 
    77#BSUB -o poe.stdout.%J 
    88#BSUB -e poe.stderr.%J 
  • NEMO/branches/2018/dev_r5003_MERCATOR6_CRS/NEMOGCM/SETTE/sette.sh

    r7261 r10115  
    8888# 
    8989# Compiler among those in NEMOGCM/ARCH 
    90 COMPILER=X64_ADA 
    91 export BATCH_COMMAND_PAR="llsubmit" 
     90COMPILER=openmpi_NAVITI_MERCATOR 
     91export BATCH_COMMAND_PAR="qsub" 
    9292export BATCH_COMMAND_SEQ=$BATCH_COMMAND_PAR 
    9393export INTERACT_FLAG="no" 
     
    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 
     145for config in  11 
    146146 
    147147do 
     
    897897    set_namelist namelist_cfg cn_exp \"SAS\" 
    898898    set_namelist namelist_cfg nn_it000 1 
    899     set_namelist namelist_cfg nn_itend 100 
    900     set_namelist namelist_cfg nn_stock 50 
     899    set_namelist namelist_cfg nn_itend 240 
     900    set_namelist namelist_cfg nn_stock 120 
    901901    set_namelist namelist_cfg ln_ctl .false. 
    902902    set_namelist namelist_cfg ln_clobber .true. 
     
    918918    cd ${EXE_DIR} 
    919919    set_namelist namelist_cfg cn_exp \"SAS\" 
    920     set_namelist namelist_cfg nn_it000 51 
    921     set_namelist namelist_cfg nn_itend 100 
     920    set_namelist namelist_cfg nn_it000 121 
     921    set_namelist namelist_cfg nn_itend 240 
    922922    set_namelist namelist_cfg ln_ctl .false. 
    923923    set_namelist namelist_cfg ln_clobber .true. 
     
    926926    set_namelist namelist_cfg jpnj 4 
    927927    set_namelist namelist_cfg jpnij 32 
     928    set_namelist namelist_cfg ln_rstart .true. 
    928929    set_namelist namelist_cfg nn_rstctl 2 
    929     set_namelist namelist_cfg cn_ocerst_in \"SAS_00000050_restart\" 
     930    set_namelist namelist_cfg nn_date0 010109 
     931    set_namelist namelist_cfg cn_ocerst_in \"SAS_00000120_restart\" 
     932    set_namelist namelist_ice_cfg cn_icerst_in \"SAS_00000120_restart_ice\" 
    930933    for (( i=1; i<=$NPROC; i++)) ; do 
    931934        L_NPROC=$(( $i - 1 )) 
    932935        L_NPROC=`printf "%04d\n" ${L_NPROC}` 
    933         ln -sf ../LONG/SAS_00000050_restart_${L_NPROC}.nc . 
     936        ln -sf ../LONG/SAS_00000120_restart_${L_NPROC}.nc . 
     937        ln -sf ../LONG/SAS_00000120_restart_ice_${L_NPROC}.nc . 
    934938    done 
    935939    if [ ${USING_MPMD} == "yes" ] ; then 
Note: See TracChangeset for help on using the changeset viewer.