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

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

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

dev_r5092_CNRS18_TRUST Last commits before merging to trunk

File size: 1.4 KB
RevLine 
[5929]1## Installation for trusting tests on Ada Supercomputer
[5799]2##---------------------------------------------------
[5664]3
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
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'
[5664]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=$WORKDIR/NEMO
26TRUS_SCRA=$WORKDIR/NEMO/trusting/${TRUS_REFE}/${TRUS_BRAN}/${DATE}
27TRUS_STOR=$WORKDIR/NEMO/trusting_sav/${TRUS_REFE}/${TRUS_BRAN}
28TRUS_FORC=$WORKDIR/NEMO/FORC
29TRUS_XIOS=$WORKDIR/XIOS/xios-1.0
[5799]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.