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

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/config/martin.cfg @ 5788

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

dev_r5092_CNRS18_TRUST Several enhancements (global variables rename, notification mail object, add job performances, templates description, script to install new minimal branch to test) to improve accessibility for NEMO users & bugfixes (tar creation, modulefiles)

File size: 1.1 KB
Line 
1## User configuration
2##-------------------
3
4DIR_WORK=$CCCWORKDIR
5DIR_SCRA=$SCRATCHDIR/trusting
6DIR_STOR=$CCCSTOREDIR/trusting_sav
7
8if [ -z "${TRUS_WKCY}" ]; then branch='trunk'; else branch=${TRUS_WKCY}; fi
9TRUS_WKCY=${DIR_WORK}/NEMO/$branch/NEMOGCM
10[ -z "${TRUS_REFE}" ] && TRUS_REFE='ORCA2_LIM_PISCES'
11TRUS_BHMK=${DIR_STOR}/${TRUS_REFE}/${TRUS_WKCY}
12TEST_DIR=${DIR_SCRA}/${TRUS_REFE}/${TRUS_WKCY}/trusting_${DATE}
13
14DIR_XIOS=${DIR_WORK}/XIOS/xios-1.0
15
16TRUS_TEST=${TRUS_REFE}'_trust'
17[ ${TRUS_REFE} == 'ORCA2_LIM_PISCES'  ] && TRUS_TEST='O2LP_trust'
18[ ${TRUS_REFE} == 'ORCA1_LIM3_PISCES' ] && TRUS_TEST='O1L3P_trust'
19
20KEYS_ADD=''; KEYS_DEL=''
21
22if [ ${TRUS_REFE} == 'ORCA2_LIM' ]; then
23    TRUS_TEST='O2LA_trust'
24    KEYS_ADD='key_add key_agrif' && KEYS_DEL='key_del key_zdftmx'
25fi
26
27TRUS_FORC=${DIR_WORK}/NEMO/FORC
28[ -z "${TRUS_TARF}" ] && TRUS_TARF='ORCA2_LIM_nemo_v3.6.tar'
29[ ${TRUS_REFE} == 'ORCA1_LIM3_PISCES' ] && TRUS_TARF='INPUTS_ORCA1_LIM3_PISCES_V6.tar'
30[ ${TRUS_REFE} == 'AMM12'             ] && TRUS_TARF='AMM12_v3.6.tar'
31
32[ -z "$TRUS_MAIL" ] && TRUS_MAIL='ntmlod@locean-ipsl.upmc.fr'
Note: See TracBrowser for help on using the repository browser.