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.
Changeset 5799 for branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/trusting.env – NEMO

Ignore:
Timestamp:
2015-10-16T16:38:37+02:00 (9 years ago)
Author:
nicolasmartin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/trusting.env

    r5788 r5799  
    22 
    33 
    4 ## Patterns (UTC time-stamp & filename) 
     4## Patterns (UTC time-stamp & messengers filename) 
    55##-------------------------------------- 
    66dat=$( date ) 
    77export DATE=$( date -ud "$dat" +"%Y%m%d%Z%H%M" ) 
    88export 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 
    922 
    1023## Source (super)computer configuration 
    1124##--------------------------------------------------- 
    12 . ${TRUS_DIR}/config/${TRUS_HPCC}.cfg 
    13 export ARCH_ENV 
    14 export JOB_INFO JOB_KILL JOB_PMEM JOB_STAT JOB_SUBM JOB_TIME JOB_VMEM 
    15 export TRUS_NPRO    TIMEOUT 
    16 export CDOD 
    17 export STR_CDOD STR_LMPI STR_NCDF 
    18 export CMPF 
     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 
    1931 
    20 ## Source user configuration 
    21 ##--------------------------------------------------- 
    22 . ${TRUS_DIR}/config/${TRUS_USER}.cfg 
    23 export TRUS_BHMK  TEST_DIR  TRUS_REFE TRUS_TEST 
    24 export TRUS_WKCY DIR_XIOS 
    25 export TRUS_FORC TRUS_TARF 
    26 export KEYS_ADD  KEYS_DEL 
    27 export TRUS_MAIL 
Note: See TracChangeset for help on using the changeset viewer.