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.
trusting.env in trunk/NEMOGCM/TRUST/inc – NEMO

source: trunk/NEMOGCM/TRUST/inc/trusting.env @ 5936

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

Merge dev_r5092_CNRS18_TRUST onto the trunk: add new tool Trusting (ie TRUST directory at root of NEMGOCM) for continuous integration tests on HPC centers & basic validation tests for developers

File size: 880 bytes
Line 
1#!/bin/bash
2
3
4## Global environment variables
5##--------------------------------------
6dat=$( date )
7export DATE=$( date -ud "$dat" +"%Y%m%d%Z%H%M" )
8export PATTERNAME=${TRUS_USER}'_'${TRUS_HPCC}
9export TRUS_SVNH='https://forge.ipsl.jussieu.fr/nemo/svn'
10
11
12## Source user configuration
13##---------------------------------------------------
14. ./config/${TRUS_USER}.cfg
15export TRUS_WORK TRUS_SCRA TRUS_STOR TRUS_XIOS TRUS_FORC
16export TRUS_BRAN TRUS_REFE
17export TRUS_CONF TRUS_TARF TRUS_KEYA TRUS_KEYD
18export TRUS_MAIL
19
20
21## Source (super)computer configuration
22##---------------------------------------------------
23. ./config/${TRUS_HPCC}.cfg
24export TRUS_ENVI TRUS_CDOD TRUS_NPRO TRUS_TOUT
25export TRUS_JSPT TRUS_JSUB TRUS_JSTA TRUS_JKIL
26export TRUS_JPME TRUS_JTIM TRUS_JVME TRUS_JINF
27export TRUS_CMPV TRUS_CDOR TRUS_MPIR TRUS_CDFR
28
29
30export TRUS_NGCM=${TRUS_WORK}/${TRUS_BRAN}/NEMOGCM
Note: See TracBrowser for help on using the repository browser.