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_CNRS18_TRUST/NEMOGCM/TRUST/cfg – NEMO

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/cfg/romr005.cfg @ 8818

Last change on this file since 8818 was 8818, checked in by nicolasmartin, 6 years ago

Continuation of global refactoring of the tool, set cfg files mime property and modify trusting.env trying to handle default settings

  • Property svn:mime-type set to application/x-shellscript
File size: 1.6 KB
Line 
1## Installation for trusting tests on Ada Supercomputer
2##---------------------------------------------------
3
4
5## Default settings
6##---------------------------------------------------
7[ -z "${TRUST_SVN_BRANCH}" ] && TRUST_SVN_BRANCH='trunk'
8TRUST_SVN_CO=( 'ARCH           CONFIG          NEMO               \
9             EXTERNAL/AGRIF EXTERNAL/fcm    EXTERNAL/IOIPSL    \
10             TOOLS/COMPILE  TOOLS/maketools TOOLS/REBUILD_NEMO  ' )
11
12[ -z "${TRUST_CFG_REF}" ] && TRUST_CFG_REF='ORCA2_LIM_PISCES'
13TRUST_CFG_NEW=${TRUST_CFG_REF}'_trust'
14
15[ -z "${TRUST_IO_FORC_TAR}" ] && TRUST_IO_FORC_TAR='ORCA2_LIM_nemo_v3.6.tar'
16[ ${TRUST_CFG_REF} == 'ORCA1_LIM3_PISCES' ] && TRUST_IO_FORC_TAR='INPUTS_ORCA1_LIM3_PISCES_V6.tar'
17[ ${TRUST_CFG_REF} == 'AMM12'             ] && TRUST_IO_FORC_TAR='AMM12_v3.6.tar'
18
19TRUST_CFG_KEY_ADD=''; TRUST_CFG_KEY_DEL=''
20[ ${TRUST_CFG_REF} == 'ORCA2_LIM' ] && TRUST_CFG_KEY_ADD='key_add key_agrif' && TRUST_CFG_KEY_DEL='key_del key_zdftmx'
21
22
23## User environment
24##---------------------------------------------------
25TRUST_DIR_WORK=$WORKDIR/NEMO
26TRUST_DIR_SCRATCH=$WORKDIR/NEMO/trusting/${TRUST_CFG_REF}/${TRUST_SVN_BRANCH}/${TRUST_TEST_DATE}
27TRUST_DIR_STORE=$WORKDIR/NEMO/trusting_sav/${TRUST_CFG_REF}/${TRUST_SVN_BRANCH}
28TRUST_IO_FORC_PATH=$WORKDIR/NEMO/FORC
29TRUST_IO_XIOS=$WORKDIR/XIOS/xios-1.0
30
31[ ${TRUST_CFG_REF} == 'ORCA2_LIM_PISCES'  ] && TRUST_CFG_NEW='O2LP_trust'
32[ ${TRUST_CFG_REF} == 'ORCA1_LIM3_PISCES' ] && TRUST_CFG_NEW='O1L3P_trust'
33[ ${TRUST_CFG_REF} == 'ORCA2_LIM'         ] && TRUST_CFG_NEW='O2LA_trust'
34
35[ -z "${TRUST_TEST_MAILING}" ] && TRUST_TEST_MAILING='ntmlod@locean-ipsl.upmc.fr'
Note: See TracBrowser for help on using the repository browser.