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 5286 for branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/SETTE/cfg/user_template.cfg – NEMO

Ignore:
Timestamp:
2015-05-21T20:28:58+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Major update with clear partition of architecture & user configuration

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/SETTE/cfg/user_template.cfg

    r5283 r5286  
    1 # NEMO root directory 
    2 NEMO_HOME=${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM 
     1# Copy to ./user.cfg, fill in according to your installation 
    32 
    4 # NEMO inputs (comment if necessary) 
    5 NEMO_FORC=${DIR_WORK}/NEMO/FORC       # Directory synchronized with 
    6 FORC_TARF=ORCA2_LIM_nemo_v3.6.tar     # Requested archive name  
     3# User configuration 
     4 
     5# Global Directories: 
     6DIR_WORK=''               # Directory for compilation 
     7DIR_SCRA=''                  #    " "    " " computation to increase perfs on some super-computers 
     8                          # (will copy into it all requested forcing input & ".*(cfg|opa|ref|xml)" files) 
     9DIR_STOR=''                  #    " "     for comparison (ASCII output & restart files of reference config) 
     10 
     11# NEMO overall configuration: 
     12[ -z "${NEMO_BRAN}" ] && NEMO_BRAN=''     # trunk, dev_v3_4_STABLE_2012, ... 
     13[ -z "${CONF_REFE}" ] && CONF_REFE=''     # ORCA2_LIM_PISCES, GYRE, ... 
     14[ -z "${CONF_TEST}" ] && CONF_TEST=''     # ${CONF_REFE}_trust, ... 
     15NEMO_HOME=''                              # NEMOGCM equivalent root directory 
     16                                          # (${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM, ...) 
     17 
     18# Comparatives directories localization: 
     19DIR_REFE=''                  # ${DIR_STOR}/${CONF_REFE}/${NEMO_BRAN} 
     20DIR_TEST=''                  # ${DIR_SCRA}/${CONF_REFE}/${NEMO_BRAN}/trusting_${DATE_STR} 
     21 
     22# External softs directories: 
     23DIR_XIOS=''                  # ${DIR_WORK}/XIOS/xios-1.0 
     24DIR_OASI=''                  # ${DIR_WORK}/OASIS         
     25 
     26# NEMO inputs (fill in if necessary) 
     27NEMO_FORC=''                              # Directory synchronized with DODS server of IDRIS 
     28                                          # (${DIR_WORK}/NEMO/FORC, ...) 
     29FORC_TARF=''                              # Archive name (ORCA2_LIM_nemo_v3.6.tar, ...) 
     30 
     31# Mailing list to inform of a failure, -p|--publish option required 
     32[ -z "$MAIL"] && MAIL='' 
Note: See TracChangeset for help on using the changeset viewer.