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 4798 – NEMO

Changeset 4798


Ignore:
Timestamp:
2014-09-30T19:00:54+02:00 (10 years ago)
Author:
djlea
Message:

Fix to OBS and ASM sette test to use the standard ORCA2_LIM reference configuration

Location:
branches/2014/dev_r4650_UKMO14.11_SETTE_OBSASM/NEMOGCM
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO14.11_SETTE_OBSASM/NEMOGCM/CONFIG/cfg.txt

    r4751 r4798  
    1111GYRE_BFM OPA_SRC TOP_SRC 
    1212ORCA2_LIM_PISCES OPA_SRC LIM_SRC_2 NST_SRC TOP_SRC 
    13 ORCA2_LIM_OBS OPA_SRC LIM_SRC_2 
  • branches/2014/dev_r4650_UKMO14.11_SETTE_OBSASM/NEMOGCM/SETTE/sette.sh

    r4781 r4798  
    866866fi 
    867867 
     868## Test assimilation interface code, OBS and ASM for reproducibility 
     869## Restartability not tested (ASM code not restartable while increments are being applied) 
    868870if [ ${config} -eq 11 ] ; then 
    869871   ## Reproducibility tests for ORCA2_LIM_OBS 
    870872    export TEST_NAME="REPRO_4_4" 
    871873    cd ${CONFIG_DIR} 
    872     . ./makenemo -m ${CMP_NAM} -n ORCA2_LIM_OBS -r ORCA2_LIM_OBS -j 8 del_key ${DEL_KEYS} 
     874    . ./makenemo -m ${CMP_NAM} -n ORCA2_LIM_OBS -r ORCA2_LIM -j 8 add_key "key_mpp_rep key_diaobs key_asminc" del_key ${DEL_KEYS} 
    873875    cd ${SETTE_DIR} 
    874876    . ./param.cfg 
Note: See TracChangeset for help on using the changeset viewer.