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 3108 for branches/2011/dev_NOC_UKMO_MERGE/NEMOGCM/SETTE – NEMO

Ignore:
Timestamp:
2011-11-15T12:55:23+01:00 (13 years ago)
Author:
acc
Message:

Branch dev_NOC_UKMO_MERGE #890. Changes to AMM reference configuration and suppression of unwanted pressure gradient options in dynhpg.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_NOC_UKMO_MERGE/NEMOGCM/SETTE/sette.sh

    r2756 r3108  
    126126## for (( config=2; config<=${NBTEST}; config++ )) 
    127127 
    128 for config in 1 2 3 4 5 6 7 8 
     128for config in 1 2 3 4 5 6 7 8 9 
    129129do 
    130130 
     
    414414fi 
    415415 
     416if [ ${config} -eq 9 ] ;  then 
     417# Restartability tests for AMM12 
     418    export TEST_NAME="LONG" 
     419    cd ${SETTE_DIR} 
     420    . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12 -r AMM12 
     421    cd ${SETTE_DIR} 
     422    . param.cfg 
     423    . all_functions.sh 
     424    . prepare_exe_dir.sh 
     425    cd ${EXE_DIR} 
     426    set_namelist namelist cn_exp \"AMM12_LONG\" 
     427    set_namelist namelist nn_it000 1 
     428    set_namelist namelist nn_itend 120 
     429    set_namelist namelist nn_stock 60 
     430    set_namelist namelist ln_clobber .true. 
     431    cd ${SETTE_DIR} 
     432    . ./fcm_job.sh input_AMM12.cfg 1 ${TEST_NAME} 
     433 
     434    cd ${SETTE_DIR} 
     435    export TEST_NAME="SHORT" 
     436    . prepare_exe_dir.sh 
     437    cd ${EXE_DIR} 
     438    set_namelist namelist cn_exp \"AMM12_SHORT\" 
     439    set_namelist namelist nn_it000 61 
     440    set_namelist namelist nn_itend 120 
     441    set_namelist namelist nn_stock 60 
     442    set_namelist namelist ln_rstart .true. 
     443    set_namelist namelist nn_rstctl 2 
     444    set_namelist namelist ln_clobber .true. 
     445    cp ..\/LONG\/AMM12_LONG_00000060_restart.nc . 
     446    set_namelist namelist cn_ocerst_in \"AMM12_LONG_00000060_restart.nc\" 
     447    cd ${SETTE_DIR} 
     448    . ./fcm_job.sh input_AMM12.cfg 1 ${TEST_NAME} 
     449fi 
    416450done 
Note: See TracChangeset for help on using the changeset viewer.