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.
template.cfg in branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/SETTE/cfg – NEMO

source: branches/2015/dev_r5092_CNRS_SETTE/NEMOGCM/SETTE/cfg/template.cfg @ 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: 1.2 KB
Line 
1#
2COMPILER=          # ifort/gfortran/pgfortran/$FC/... (to get compiler version with `$COMPILER --version`)
3MPI_NAME=          # MPI libraries                    (directory name in $LOADEDMODULES or $PATH variable)
4
5# Job commands:
6JOB_SUBM=          # Command to submit a job
7JOB_LIST=          #   " "   to list submitted jobs  (to know if the job still running)
8JOB_VIEW=          #   " "   to get job informations (to increment a log during computing)
9JOB_DELE=          #   " "   to stop a job           (not used currently)
10
11# Directories
12DIR_WORK=          # Directory of testing   configuration for compilation
13DIR_SCRA=          #    " "    ""   " "          " "      " " computation to increase perfs on some super-computers
14                   #            (will copy into it all requested input files forcing & ".*(cfg|opa|ref|xml)" files)
15DIR_STOR=          #    " "    "" reference      " "      (output & restart files to compare)
16
17# External softs directories
18#DIR_XIOS=${DIR_WORK}/XIOS/xios-1.0      # Uncomment if necessary
19#DIR_OASI=${DIR_WORK}/OASIS              # Uncomment if necessary
20# Loading environment architecture (compliance with XIOS)
21#. ${DIR_XIOS}/arch/arch-${ARCH}.env     # Uncomment if necessary
Note: See TracBrowser for help on using the repository browser.