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_CNRS_SETTE/NEMOGCM/SETTE – NEMO

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/SETTE/trusting.env @ 5283

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

dev_r5092_CNRS_SETTE Updates & nemo.cfg, $ARCH.cfg & template.cfg files for cfg dir

File size: 900 bytes
Line 
1#!/bin/bash
2
3
4# Time-stamp
5date_test=$( date )
6export DATE_STR=$( LC_ALL=C date -d"${date_test}" +%Y%m%dT%H%M )
7
8
9# Sourcing super-computer running configuration
10. cfg/$ARCH.cfg
11
12export COMPILER MPI_NAME
13export JOB_SUBM JOB_LIST JOB_VIEW JOB_DELE
14export DIR_WORK DIR_SCRA DIR_STOR
15export DIR_XIOS DIR_OASI
16
17
18# Sourcing NEMO configuration
19. cfg/nemo.cfg
20
21export NEMO_HOME NEMO_FORC FORC_TARF
22NEMO_ARCH=${NEMO_HOME}/ARCH         ; NEMO_CONF=${NEMO_HOME}/CONFIG         ; NEMO_ENGI=${NEMO_HOME}/NEMO
23NEMO_EFCM=${NEMO_HOME}/EXTERNAL/fcm ; NEMO_IPSL=${NEMO_HOME}/EXTERNAL/IOIPSL; NEMO_SETT=${NEMO_HOME}/SETTE
24NEMO_TCMP=${NEMO_HOME}/TOOLS/COMPILE
25export NEMO_ARCH NEMO_CONF NEMO_EFCM NEMO_ENGI NEMO_IPSL NEMO_SETT NEMO_TCMP
26
27
28# Comparatives directories localization
29DIR_REFE=${DIR_STOR}/${CONF_REFE}/${NEMO_BRAN}
30DIR_TEST=${DIR_SCRA}/${CONF_REFE}/${NEMO_BRAN}/trusting_${DATE_STR}
31export DIR_REFE DIR_TEST
Note: See TracBrowser for help on using the repository browser.