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

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

dev_r5092_CNRS_SETTE Add cpp keys management & "cpp_*" file to compare in order to add ORCA2AGUL config to Trusting

File size: 854 bytes
Line 
1# User configuration
2
3
4# Global Directories:
5DIR_WORK=$WORKDIR
6DIR_SCRA=$WORKDIR/NEMO/trusting
7DIR_STOR=$WORKDIR/NEMO/trusting_sav
8
9
10# NEMO overall configuration:
11[ -z "${NEMO_BRAN}" ] && NEMO_BRAN='trunk'
12NEMO_HOME=${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM
13
14[ -z "${REFE_CONF}" ] && REFE_CONF='ORCA2_LIM_PISCES'
15[ -z "${TEST_CONF}" ] && TEST_CONF='O2LP_trust'
16KEYS_ADD=''; KEYS_DEL=''
17
18NEMO_FORC=${DIR_WORK}/NEMO/FORC
19[ -z "${NEMO_TARF}" ] && NEMO_TARF='ORCA2_LIM_nemo_v3.6.tar'
20
21
22# Comparatives directories localization:
23REFE_DIR=${DIR_STOR}/${REFE_CONF}/${NEMO_BRAN}
24TEST_DIR=${DIR_SCRA}/${REFE_CONF}/${NEMO_BRAN}/trusting_${DATE}
25
26
27# External softs directories:
28DIR_XIOS=${DIR_WORK}/XIOS/xios-1.0
29#DIR_OASI=${DIR_WORK}/OASIS       
30
31
32# Mailing list to inform of a failure, -p|--publish option required
33[ -z "$EMAIL"] && EMAIL=ntmlod@locean-ipsl.upmc.fr
Note: See TracBrowser for help on using the repository browser.