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

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

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

dev_r5092_CNRS18_TRUST Establishing common environment for installing & running trusting, consolidation of scripts & continuation of templates & help section improvments

File size: 938 bytes
Line 
1#!/bin/bash
2
3
4## Patterns (UTC time-stamp & messengers filename)
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. ${TRUS_DIRE}/config/${TRUS_USER}.cfg
15export TRUS_SCRA TRUS_STOR TRUS_XIOS TRUS_FORC
16export TRUS_WORK TRUS_BRAN TRUS_BHMK TRUS_TEST
17export TRUS_REFE TRUS_CONF TRUS_TARF TRUS_KEYA TRUS_KEYD
18export TRUS_MAIL
19
20export TRUS_NGCM=${TRUS_WORK}/${TRUS_BRAN}/NEMOGCM
21
22
23## Source (super)computer configuration
24##---------------------------------------------------
25. ${TRUS_DIRE}/config/${TRUS_HPCC}.cfg
26export TRUS_ENVI
27export TRUS_CDOD
28export TRUS_JSUB TRUS_JSTA TRUS_JKIL TRUS_JPME TRUS_JTIM TRUS_JVME TRUS_JINF
29export TRUS_CMPF TRUS_CDOR TRUS_MPIR TRUS_CDFR
30export TRUS_NPRO TRUS_TOUT
31
Note: See TracBrowser for help on using the repository browser.