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 trunk/NEMOGCM/TRUST/config – NEMO

source: trunk/NEMOGCM/TRUST/config/martin.cfg @ 5936

Last change on this file since 5936 was 5936, checked in by nicolasmartin, 8 years ago

Merge dev_r5092_CNRS18_TRUST onto the trunk: add new tool Trusting (ie TRUST directory at root of NEMGOCM) for continuous integration tests on HPC centers & basic validation tests for developers

File size: 1.4 KB
Line 
1## Installation for trusting tests on Curie 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=$CCCWORKDIR/NEMO
26TRUS_SCRA=$SCRATCHDIR/NEMO/trusting/${TRUS_REFE}/${TRUS_BRAN}/${DATE}
27TRUS_STOR=$CCCSTOREDIR/NEMO/trusting_sav/${TRUS_REFE}/${TRUS_BRAN}
28TRUS_FORC=$CCCWORKDIR/NEMO/FORC
29TRUS_XIOS=$CCCWORKDIR/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.