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 branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/inc – NEMO

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/inc/trusting.env @ 8797

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

Modifications to get it working on Curie for all trusting tests

File size: 1.0 KB
Line 
1#!/bin/bash
2
3
4## Global environment variables
5##--------------------------------------
6dat=$( date )
7export TRUS_DATE=$( date -ud "$dat" +"%Y%m%d%Z%H%M" )
8export TRUS_NAME=${TRUS_USER}'_'${TRUS_HPCC}
9export TRUS_SVNR='https://forge.ipsl.jussieu.fr/nemo/svn'
10
11
12## Source user configuration
13##---------------------------------------------------
14. ./cfg/${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. ./cfg/${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
30##
31##---------------------------------------------------
32export TRUS_NGCM=${TRUS_WORK}/${TRUS_BRAN}/NEMOGCM
33export TRUS_HIST=${TRUS_STOR}/trusting_${TRUS_NAME}.txt
34export TRUS_ARCH=trusting_${TRUS_DATE}_${TRUS_NAME}.tgz
Note: See TracBrowser for help on using the repository browser.