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 branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/cfg – NEMO

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/cfg/martin.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.6 KB
RevLine 
[5929]1## Installation for trusting tests on Curie Supercomputer
[5799]2##---------------------------------------------------
[5644]3
[5684]4
[5799]5## Default settings
6##---------------------------------------------------
7[ -z "${TRUS_BRAN}" ] && TRUS_BRAN='trunk'
[5929]8TRUS_CKOT=( 'ARCH           CONFIG          NEMO               \
9             EXTERNAL/AGRIF EXTERNAL/fcm    EXTERNAL/IOIPSL    \
10             TOOLS/COMPILE  TOOLS/maketools TOOLS/REBUILD_NEMO  ' )
[5788]11
[5799]12[ -z "${TRUS_REFE}" ] && TRUS_REFE='ORCA2_LIM_PISCES'
13TRUS_CONF=${TRUS_REFE}'_trust'
[5788]14
[5935]15[ -z "${TRUS_TARF}" ] && TRUS_TARF='ORCA2_LIM_nemo_v3.6.tar'
[8780]16[ ${TRUS_REFE} == 'ORCA1_LIM3_PISCES' ] && TRUS_TARF='INPUTS_ORCA1_LIM3_PISCES_V10.tar'
[5788]17[ ${TRUS_REFE} == 'AMM12'             ] && TRUS_TARF='AMM12_v3.6.tar'
[5644]18
[5799]19TRUS_KEYA=''; TRUS_KEYD=''
20[ ${TRUS_REFE} == 'ORCA2_LIM' ] && TRUS_KEYA='key_add key_agrif' && TRUS_KEYD='key_del key_zdftmx'
21
22
[5929]23## User environment
[5799]24##---------------------------------------------------
[5929]25TRUS_WORK=$CCCWORKDIR/NEMO
[8780]26TRUS_SCRA=$CCCSCRATCHDIR/NEMO/trusting/${TRUS_REFE}/${TRUS_BRAN}/${TRUS_DATE}
[5929]27TRUS_STOR=$CCCSTOREDIR/NEMO/trusting_sav/${TRUS_REFE}/${TRUS_BRAN}
[5934]28TRUS_FORC=$CCCWORKDIR/NEMO/FORC
[5929]29TRUS_XIOS=$CCCWORKDIR/XIOS/xios-1.0
[5799]30
[8780]31[ ${TRUS_BRAN} == 'trunk'             ] && TRUS_XIOS=$CCCWORKDIR/XIOS/trunk
[5799]32[ ${TRUS_REFE} == 'ORCA2_LIM_PISCES'  ] && TRUS_CONF='O2LP_trust'
[8780]33[ ${TRUS_REFE} == 'ORCA1_LIM3_PISCES' ] && TRUS_CONF='O1L3P_trust' && TRUS_XIOS=${TRUS_WORK}/XIOS/XIOS_DEV_CMIP6
[5799]34[ ${TRUS_REFE} == 'ORCA2_LIM'         ] && TRUS_CONF='O2LA_trust'
35
[8780]36[ -z "${TRUS_MAIL}" ] && TRUS_MAIL='nicolas.martin@upmc.fr claire.levy@locean-ipsl.upmc.fr officers@nemo-ocean.eu'
Note: See TracBrowser for help on using the repository browser.