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

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

dev_r5092_CNRS_SETTE Few bugfixes & improvments, clarify displayed comments

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