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

Last change on this file since 8826 was 8826, checked in by nicolasmartin, 6 years ago

Continuation of global refactoring of the tool: bugfixes, adjust cfg files mime property and default settings, improve error management

  • Property mime-type set to text/x-shellscript
  • Property svn:mime-type set to application/x-shellscript
File size: 1017 bytes
Line 
1## Settings for
2##--------------------------------------------------------------------------------
3
4
5## Trusting installation
6## ---------------------
7   TRUST_DIR_WORK=$CCCWORKDIR/NEMO
8TRUST_DIR_SCRATCH=$CCCSCRATCHDIR/NEMO/trusting
9  TRUST_DIR_STORE=$CCCSTOREDIR/NEMO/trusting_sav
10
11
12## Branch checkout
13## ---------------
14
15
16## NEMO configuration
17## ------------------
18[ ${TRUST_CFG_REF} == 'ORCA2_LIM_PISCES'  ] && TRUST_CFG_NEW='O2LP_trust'
19[ ${TRUST_CFG_REF} == 'ORCA2_LIM3_PISCES' ] && TRUST_CFG_NEW='O2L3P_trust'
20[ ${TRUST_CFG_REF} == 'ORCA1_LIM3_PISCES' ] && TRUST_CFG_NEW='O1L3P_trust'
21
22
23## Inputs/Outputs
24## --------------
25TRUST_IO_FORC_PATH=$CCCWORKDIR/NEMO/FORC
26     TRUST_IO_XIOS=$CCCWORKDIR/XIOS
27
28if   [ ${TRUST_SVN_BRANCH} == 'nemo_v3_6_STABLE'  ]; then
29    TRUST_IO_XIOS+='/xios-1.0'
30elif [ ${TRUST_CFG_REF} == 'ORCA1_LIM3_PISCES'    ]; then
31    TRUST_IO_XIOS+='/XIOS_DEV_CMIP6'
32else
33    TRUST_IO_XIOS+='/trunk'
34fi
35
36
37## Trusting test
38##--------------
39
40TRUST_TEST_MAILING=$( cat ./cfg/mailing_list.txt )
Note: See TracBrowser for help on using the repository browser.