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 5709 for branches/UKMO/DEV_r5107_dynvor_updates/NEMOGCM/SETTE/sette.sh – NEMO

Ignore:
Timestamp:
2015-08-26T16:14:53+02:00 (9 years ago)
Author:
davestorkey
Message:

Updating UKMO/DEV_r5107_dynvor_updates branch to be relative to revision 5518 of the trunk
(= branching point for NEMO 3.6_STABLE).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/DEV_r5107_dynvor_updates/NEMOGCM/SETTE/sette.sh

    r4990 r5709  
    142142# ORCA2_LIM_OBS:   15 
    143143# ORCA2_AGRIF_LIM :16 
    144 for config in  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 
     144for config in  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 
    145145 
    146146do 
     
    857857    export TEST_NAME="REPRO_4_8" 
    858858    . ./prepare_exe_dir.sh 
     859    JOB_FILE=${EXE_DIR}/run_job.sh 
     860    if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    859861    cd ${EXE_DIR} 
    860862    set_namelist namelist_cfg nn_it000 1 
     
    10001002    export TEST_NAME="LONG" 
    10011003    cd ${CONFIG_DIR} 
    1002     . ./makenemo -m ${CMP_NAM} -n ISOMIP_LONG -r ISOMIP -j 8 del_key ${DEL_KEYS} 
     1004    . ./makenemo -m ${CMP_NAM} -n ISOMIP_LONG -u ISOMIP -j 8 del_key ${DEL_KEYS} 
    10031005    cd ${SETTE_DIR} 
    10041006    . ./param.cfg 
     
    10681070    export TEST_NAME="REPRO_1_4" 
    10691071    cd ${CONFIG_DIR} 
    1070     . ./makenemo -m ${CMP_NAM} -n ISOMIP_4 -r ISOMIP -j 8 add_key "key_mpp_rep" del_key ${DEL_KEYS} 
     1072    . ./makenemo -m ${CMP_NAM} -n ISOMIP_4 -u ISOMIP -j 8 add_key "key_mpp_rep" del_key ${DEL_KEYS} 
    10711073    cd ${SETTE_DIR} 
    10721074    . ./param.cfg 
Note: See TracChangeset for help on using the changeset viewer.