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.
romr005.cfg in branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config – NEMO

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config/romr005.cfg @ 5685

Last change on this file since 5685 was 5685, checked in by nicolasmartin, 9 years ago

dev_r5092_CNRS_SETTE Modification to avoid void 'del_key' string in cpp file

File size: 1.3 KB
Line 
1## User configuration
2##-------------------
3
4
5## Global Directories:
6DIR_WORK=$WORKDIR
7DIR_SCRA=$WORKDIR/NEMO/trusting
8DIR_STOR=$WORKDIR/NEMO/trusting_sav
9
10
11## NEMO overall installation:
12[ -z "${NEMO_BRAN}" ] && NEMO_BRAN='trunk'
13NEMO_HOME=${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM
14
15### Reference/'Trusting' configuration
16[ -z "${REFE_CONF}" ] && REFE_CONF='ORCA2_LIM_PISCES'
17TEST_CONF=${REFE_CONF}'_trust'
18KEYS_ADD=''; KEYS_DEL=''
19[ ${REFE_CONF} == 'ORCA2_LIM_PISCES'  ] && TEST_CONF='O2LP_trust'
20[ ${REFE_CONF} == 'ORCA1_LIM3_PISCES' ] && TEST_CONF='O1L3P_trust'
21if [ ${REFE_CONF} == 'ORCA2_LIM' ]; then
22    TEST_CONF='O2LA_trust'
23    KEYS_ADD='key_add key_agrif' && KEYS_DEL='key_del key_zdftmx'
24fi
25
26### Inputs
27NEMO_FORC=${DIR_WORK}/NEMO/FORC
28[ -z "${NEMO_TARF}" ] && NEMO_TARF='ORCA2_LIM_nemo_v3.6.tar'
29[ ${REFE_CONF} == 'ORCA1_LIM3_PISCES' ] && NEMO_TARF='INPUTS_ORCA1_LIM3_PISCES_V6.tar'
30[ ${REFE_CONF} == 'AMM12'             ] && NEMO_TARF='AMM12_v3.6.tar'
31
32
33## Comparatives directories path:
34REFE_DIR=${DIR_STOR}/${REFE_CONF}/${NEMO_BRAN}
35TEST_DIR=${DIR_SCRA}/${REFE_CONF}/${NEMO_BRAN}/trusting_${DATE}
36
37
38## External softs directories:
39DIR_XIOS=${DIR_WORK}/XIOS/xios-1.0
40#DIR_OASI=${DIR_WORK}/OASIS
41
42
43## Mailing list to inform of a failure (-p|--publish option required)
44[ -z "$EMAIL" ] && EMAIL='ntmlod@locean-ipsl.upmc.fr'
Note: See TracBrowser for help on using the repository browser.