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

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

dev_r5092_CNRS18_TRUST Several enhancements (global variables rename, notification mail object, add job performances, templates description, script to install new minimal branch to test) to improve accessibility for NEMO users & bugfixes (tar creation, modulefiles)

File size: 775 bytes
Line 
1#!/bin/bash
2
3
4## Patterns (UTC time-stamp & filename)
5##--------------------------------------
6dat=$( date )
7export DATE=$( date -ud "$dat" +"%Y%m%d%Z%H%M" )
8export PATTERNAME=${TRUS_USER}'_'${TRUS_HPCC}
9
10## Source (super)computer configuration
11##---------------------------------------------------
12. ${TRUS_DIR}/config/${TRUS_HPCC}.cfg
13export ARCH_ENV
14export JOB_INFO JOB_KILL JOB_PMEM JOB_STAT JOB_SUBM JOB_TIME JOB_VMEM
15export TRUS_NPRO    TIMEOUT
16export CDOD
17export STR_CDOD STR_LMPI STR_NCDF
18export CMPF
19
20## Source user configuration
21##---------------------------------------------------
22. ${TRUS_DIR}/config/${TRUS_USER}.cfg
23export TRUS_BHMK  TEST_DIR  TRUS_REFE TRUS_TEST
24export TRUS_WKCY DIR_XIOS
25export TRUS_FORC TRUS_TARF
26export KEYS_ADD  KEYS_DEL
27export TRUS_MAIL
Note: See TracBrowser for help on using the repository browser.