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.
user.cfg in branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/SETTE/cfg – NEMO

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/SETTE/cfg/user.cfg @ 5286

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

dev_r5092_CNRS_SETTE Major update with clear partition of architecture & user configuration

File size: 866 bytes
Line 
1# User configuration
2
3# Global Directories ($HOME/$WORKDIR/$SCRATCHDIR/$STOREDIR)
4DIR_WORK=$CCCWORKDIR
5DIR_SCRA=$SCRATCHDIR/trusting             
6DIR_STOR=$CCCSTOREDIR/trusting_sav           
7
8# NEMO overall configuration:
9[ -z "${NEMO_BRAN}" ] && NEMO_BRAN=trunk
10[ -z "${CONF_REFE}" ] && CONF_REFE=ORCA2_LIM_PISCES
11[ -z "${CONF_TEST}" ] && CONF_TEST=${CONF_REFE}_trust
12NEMO_HOME=${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM
13
14# Comparatives directories localization:
15DIR_REFE=${DIR_STOR}/${CONF_REFE}/${NEMO_BRAN}
16DIR_TEST=${DIR_SCRA}/${CONF_REFE}/${NEMO_BRAN}/trusting_${DATE_STR}
17
18# External softs directories:
19DIR_XIOS=${DIR_WORK}/XIOS/xios-1.0
20DIR_OASI=${DIR_WORK}/OASIS
21
22# NEMO inputs
23NEMO_FORC=${DIR_WORK}/NEMO/FORC
24FORC_TARF=ORCA2_LIM_nemo_v3.6.tar
25
26# Mailing list to inform of a failure, -p|--publish option required
27[ -z "$MAIL"] && MAIL=ntmlod@locean-ipsl.upmc.fr
Note: See TracBrowser for help on using the repository browser.