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

Last change on this file since 5799 was 5799, checked in by nicolasmartin, 9 years ago

dev_r5092_CNRS18_TRUST Establishing common environment for installing & running trusting, consolidation of scripts & continuation of templates & help section improvments

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