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

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/config/martin.cfg @ 5670

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

dev_r5092_CNRS_SETTE Correct last config rename

File size: 731 bytes
Line 
1# User configuration
2
3# NEMO overall configuration:
4[ -z "${NEMO_BRAN}" ] && NEMO_BRAN='trunk'
5[ -z "${REFE_CONF}" ] && REFE_CONF='ORCA2_LIM_PISCES'
6[ -z "${NEMO_TARF}" ] && NEMO_TARF='ORCA2_LIM_nemo_v3.6.tar'
7[ -z "${TEST_CONF}" ] && TEST_CONF='O2LP_trust'
8NEMO_HOME=$CCCWORKDIR/NEMO/${NEMO_BRAN}/NEMOGCM
9NEMO_FORC=$CCCWORKDIR/NEMO/FORC
10
11# Comparatives directories localization:
12REFE_DIR=$CCCSTOREDIR/trusting_sav/${REFE_CONF}/${NEMO_BRAN}
13TEST_DIR=$SCRATCHDIR/trusting/${REFE_CONF}/${NEMO_BRAN}/trusting_${DATE}
14
15# External softs directories:
16DIR_XIOS=$CCCWORKDIR/XIOS/xios-1.0
17#DIR_OASI=$CCCWORKDIR/OASIS
18
19# Mailing list to inform of a failure, -p|--publish option required
20[ -z "$EMAIL" ] && EMAIL='ntmlod@locean-ipsl.upmc.fr'
Note: See TracBrowser for help on using the repository browser.