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 5355 for branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/cfg – NEMO

Ignore:
Timestamp:
2015-06-04T20:09:56+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS_SETTE Many improvments

Location:
branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/cfg
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/cfg/X64_CURIE.cfg

    r5292 r5355  
    33# Available softwares: 
    44CDO=cdo  
    5 COMPILER=ifort 
     5COMPILER=intel 
    66MPI=bullxmpi 
    77NETCDF=netcdf 
     
    1313JOB_DELE=ccc_mdel                           
    1414 
    15 # 
    16 [ -z "$NPROC"     ] && NPROC=1 
    17 [ -z "$TIME_LIMI" ] && TIME_LIMI=10800 # 3h 
     15# Compiling & computing settings 
     16[ -z "$NPROC"       ] && NPROC=16 
     17[ -z "${TIME_LIMI}" ] && TIME_LIMI=10800 # 3h 
    1818 
    1919# Architecture environment (be careful with compliance with XIOS) 
    20 ARCH_ENV=${DIR_XIOS}/arch/arch-${ARCH}.env 
     20ARCH_ENV=${DIR_XIOS}/arch/arch-${CFG_ARCH}.env 
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/cfg/arch_template.cfg

    r5293 r5355  
    44 
    55# Available softwares: 
    6 CDO=''                  # CDO (Climate Data Operators)     (to get application version with `$CDO      --version`) 
    7 COMPILER=''             # ifort/gfortran/pgfortran/$FC/... ("" " " compiler      " "    ""  `$COMPILER --version`) 
    8 MPI=''                  # MPI    libraries                 (root directory name in $LOADEDMODULES or $PATH variable) 
    9 NETCDF=''               # NetCDF    " "                    ( ""     " "     ""  ""       ""       ""  " "     ""  ) 
     6CDO=''                    # CDO (Climate Data Operators) (root directory name in $LOADEDMODULES or $PATH) 
     7COMPILER=''               # ifort/gfortran/pgfortran/... ( ""     " "     ""  ""       ""       ""  " " ) 
     8MPI=''                    # MPI    libraries             ( ""     " "     ""  ""       ""       ""  " " ) 
     9NETCDF=''                 # NetCDF    " "                ( ""     " "     ""  ""       ""       ""  " " ) 
    1010 
    1111# Job commands: 
    12 JOB_SUBM=''             # Command to submit a job && get his ID in return 
    13 JOB_LIST=''                #   " "   to list submitted jobs  (to know if the job is in progress with his ID) 
    14 JOB_VIEW=''             #   " "   to get job informations (to increment a log during computing from job ID) 
    15 JOB_DELE=''             #   " "   to stop a job           (not used currently) 
     12JOB_SUBM=''               # Submit a job && get his ID in return 
     13JOB_LIST=''                  # List submitted jobs  (to know if the job is in progress with his ID) 
     14JOB_VIEW=''               # Get job informations (to increment a log during computing from job ID) 
     15JOB_DELE=''               # Stop a job           (not used currently) 
    1616 
    17 #  
    18 [ -z "$NPROC"     ] && NPROC=1          # Number of processing units for compilation 
    19 [ -z "$TIME_LIMI" ] && TIME_LIMI=''     # Timeout in s for computation (pending & running) 
     17# Compiling & computing settings 
     18[ -z "$NPROC"       ] && NPROC=1          # Number of processing units 
     19[ -z "${TIME_LIMI}" ] && TIME_LIMI=''     # Timeout in s (pending & running) 
    2020 
    2121# Architecture environment (be careful with compliance with XIOS) 
    22 ARCH_ENV=''                             # ${DIR_WORK}/XIOS/arch/arch-${ARCH}.env 
     22ARCH_ENV=''                               # ${DIR_WORK}/XIOS/arch/arch-${CFG_ARCH}.env 
  • branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/TRUST/cfg/user_template.cfg

    r5292 r5355  
    1111# NEMO overall configuration: 
    1212[ -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, ... 
     13[ -z "${CONF_REFE}" ] && REFE_CONF=''     # ORCA2_LIM_PISCES, GYRE, ... 
     14[ -z "${CONF_TEST}" ] && TEST_CONF=''     # ${CONF_REFE}_trust, ... 
    1515NEMO_HOME=''                              # NEMOGCM equivalent root directory to find ./ARCH,./CONFIG, ... 
    1616                                          # (${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM, ...) 
    1717 
    1818# Comparatives directories localization: 
    19 DIR_REFE=''                  # ${DIR_STOR}/${CONF_REFE}/${NEMO_BRAN} 
    20 DIR_TEST=''                  # ${DIR_SCRA}/${CONF_REFE}/${NEMO_BRAN}/trusting_${DATE_STR} 
     19REFE_DIR=''                  # ${DIR_STOR}/${CONF_REFE}/${NEMO_BRAN} 
     20TEST_DIR=''                  # ${DIR_SCRA}/${CONF_REFE}/${NEMO_BRAN}/trusting_${DATE_STR} 
    2121 
    2222# External softs directories: 
Note: See TracChangeset for help on using the changeset viewer.