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 3694 for branches – NEMO

Changeset 3694 for branches


Ignore:
Timestamp:
2012-11-28T09:37:52+01:00 (11 years ago)
Author:
flavoni
Message:

add key_tyde for AMM12 in sette.sh test & correct param.cfg

Location:
branches/2012/dev_MERGE_2012/NEMOGCM/SETTE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_MERGE_2012/NEMOGCM/SETTE/param.cfg

    r3651 r3694  
    11#- forcing files storing  
    2 FORCING_DIR=/data/rd_exchange/cbricaud/NEMO_3.4_dev2012/FORCING 
     2FORCING_DIR=~/FORCING 
    33#- input files storing  
    44INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 
  • branches/2012/dev_MERGE_2012/NEMOGCM/SETTE/sette.sh

    r3680 r3694  
    575575    export TEST_NAME="LONG" 
    576576    cd ${SETTE_DIR} 
    577     . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_LONG -r AMM12 -j 8 
     577    . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_LONG -r AMM12 -j 8 add_key "key_tide" 
    578578    cd ${SETTE_DIR} 
    579579    . param.cfg 
     
    631631    export TEST_NAME="REPRO_8_4" 
    632632    cd ${SETTE_DIR} 
    633     . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_32 -r AMM12 -j 8 add_key "key_mpp_rep" 
     633    . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_32 -r AMM12 -j 8 add_key "key_mpp_rep key_tide" 
    634634    cd ${SETTE_DIR} 
    635635    . param.cfg 
Note: See TracChangeset for help on using the changeset viewer.