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 @ 5683

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

dev_r5092_CNRS_SETTE Modifications for AGRIF Agulhas, bugfixes & more readability

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'
21[ ${REFE_CONF} == 'ORCA2_LIM'         ] && TEST_CONF='O2LA_trust' && KEYS_ADD='key_agrif' && KEYS_DEL='key_zdftmx'
22
23### Inputs
24NEMO_FORC=${DIR_WORK}/NEMO/FORC
25[ -z "${NEMO_TARF}" ] && NEMO_TARF='ORCA2_LIM_nemo_v3.6.tar'
26[ ${REFE_CONF} == 'ORCA1_LIM3_PISCES' ] && NEMO_TARF='INPUTS_ORCA1_LIM3_PISCES_V6.tar'
27[ ${REFE_CONF} == 'AMM12'             ] && NEMO_TARF='AMM12_v3.6.tar'
28
29
30## Comparatives directories path:
31REFE_DIR=${DIR_STOR}/${REFE_CONF}/${NEMO_BRAN}
32TEST_DIR=${DIR_SCRA}/${REFE_CONF}/${NEMO_BRAN}/trusting_${DATE}
33
34
35## External softs directories:
36DIR_XIOS=${DIR_WORK}/XIOS/xios-1.0
37#DIR_OASI=${DIR_WORK}/OASIS       
38
39
40## Mailing list to inform of a failure (-p|--publish option required)
41[ -z "$EMAIL"] && EMAIL=ntmlod@locean-ipsl.upmc.fr
Note: See TracBrowser for help on using the repository browser.