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

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

Continuation of global refactoring of the tool, in particular a intelligible variables namelist

File size: 1.4 KB
Line 
1#!/bin/bash
2
3
4## Source user & (super)computer configurations
5##---------------------------------------------------
6. ./cfg/${TRUST_MAIN_USER}.cfg
7. ./cfg/${TRUST_MAIN_HPCC}.cfg
8
9## Global environment variables per realm
10##---------------------------------------
11
12## Installation and 1^st^ branch checkout (./install_new_branch.sh)
13export TRUST_DIR_WORK TRUST_DIR_SCRATCH TRUST_DIR_STORE
14export TRUST_SVN_REPO='https://forge.ipsl.jussieu.fr/nemo/svn'
15export TRUST_SVN_BRANCH
16export TRUST_DIR_NEMOGCM=${TRUST_DIR_WORK}/${TRUST_SVN_BRANCH}/NEMOGCM
17
18## Configuration
19export TRUST_CFG_REF TRUST_CFG_NEW TRUST_CFG_KEY_ADD TRUST_CFG_KEY_DEL
20export TRUST_DIR_XIOS TRUST_DIR_FORC TRUST_CFG_FORC
21
22## Compilation & Running
23export TRUST_JOB_ENV
24export TRUST_COMPILE_FORTRAN TRUST_COMPILE_NPROC
25export TRUST_COMPILE_MPI     TRUST_COMPILE_NETCDF
26export TRUST_JOB_SCRIPT TRUST_JOB_SUBMIT
27export TRUST_JOB_STATE  TRUST_JOB_KILL   TRUST_JOB_TIMEOUT
28export TRUST_JOB_INFO   TRUST_JOB_TIME   TRUST_JOB_RAM_P   TRUST_JOB_RAM_V
29export TRUST_CDO
30
31## Trusting test
32export TRUST_TEST_NAME=${TRUST_MAIN_USER}'_'${TRUST_MAIN_HPCC}
33export TRUST_TEST_DATE=$( date -u +"%Y%m%d%Z%H%M" )
34export TRUST_TEST_SUMMARY=trusting_${TRUST_TEST_DATE}_${TRUST_TEST_NAME}.txt
35export TRUST_TEST_BACKUP=trusting_${TRUST_TEST_DATE}_${TRUST_TEST_NAME}.tgz
36export TRUST_TEST_LOG=${TRUST_DIR_STORE}/trusting_${TRUST_TEST_NAME}.txt
37export TRUST_TEST_MAILING
Note: See TracBrowser for help on using the repository browser.