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

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

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

Review forcing inputs management + cosmetic changes

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