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

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

Push modifications from functional Trusting in Curie HPC

File size: 1.4 KB
Line 
1## Installation for trusting tests on Ada Supercomputer
2##---------------------------------------------------
3
4
5## Default settings
6##---------------------------------------------------
7[ -z "${TRUS_BRAN}" ] && TRUS_BRAN='trunk'
8TRUS_CKOT=( 'ARCH           CONFIG          NEMO               \
9             EXTERNAL/AGRIF EXTERNAL/fcm    EXTERNAL/IOIPSL    \
10             TOOLS/COMPILE  TOOLS/maketools TOOLS/REBUILD_NEMO  ' )
11
12[ -z "${TRUS_REFE}" ] && TRUS_REFE='ORCA2_LIM_PISCES'
13TRUS_CONF=${TRUS_REFE}'_trust'
14
15[ -z "${TRUS_TARF}" ] && TRUS_TARF='ORCA2_LIM_nemo_v3.6.tar'
16[ ${TRUS_REFE} == 'ORCA1_LIM3_PISCES' ] && TRUS_TARF='INPUTS_ORCA1_LIM3_PISCES_V6.tar'
17[ ${TRUS_REFE} == 'AMM12'             ] && TRUS_TARF='AMM12_v3.6.tar'
18
19TRUS_KEYA=''; TRUS_KEYD=''
20[ ${TRUS_REFE} == 'ORCA2_LIM' ] && TRUS_KEYA='key_add key_agrif' && TRUS_KEYD='key_del key_zdftmx'
21
22
23## User environment
24##---------------------------------------------------
25TRUS_WORK=$WORKDIR/NEMO
26TRUS_SCRA=$WORKDIR/NEMO/trusting/${TRUS_REFE}/${TRUS_BRAN}/${TRUS_DATE}
27TRUS_STOR=$WORKDIR/NEMO/trusting_sav/${TRUS_REFE}/${TRUS_BRAN}
28TRUS_FORC=$WORKDIR/NEMO/FORC
29TRUS_XIOS=$WORKDIR/XIOS/xios-1.0
30
31[ ${TRUS_REFE} == 'ORCA2_LIM_PISCES'  ] && TRUS_CONF='O2LP_trust'
32[ ${TRUS_REFE} == 'ORCA1_LIM3_PISCES' ] && TRUS_CONF='O1L3P_trust'
33[ ${TRUS_REFE} == 'ORCA2_LIM'         ] && TRUS_CONF='O2LA_trust'
34
35[ -z "${TRUS_MAIL}" ] && TRUS_MAIL='ntmlod@locean-ipsl.upmc.fr'
Note: See TracBrowser for help on using the repository browser.