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.
param.cfg in NEMO/branches/2019/fix_sette_ticket2239 – NEMO

source: NEMO/branches/2019/fix_sette_ticket2239/param.cfg @ 10819

Last change on this file since 10819 was 10819, checked in by mathiot, 5 years ago

update README and add comments in param.cfg (ticket #2239)

File size: 1.9 KB
Line 
1# Computer/user dependant variable needed to run sette
2#
3# Compiler among those in NEMOGCM/ARCH
4COMPILER=X64_ADA
5#
6# REFERENCE run.stat tracer.stat you want to compare with
7# (if no change to the default, no check on result change will be done)
8NEMO_VALIDATION_REF=/path/to/reference/sette/results
9NEMO_REV_REF=0000
10#
11# ------------------------------------------------------------------------------------------
12# IMPORTANT:
13# variables (BATCH_CMD, BATCH_STAT, BATCH_NAME, FORCING_DIR, SVN_CMD, ADD_NOSIGNEDZERO)
14# can be exported from your shell startup files.
15# If it is the case, nothing to do
16# otherwise, you need to update the default initialisation
17#
18# ADVISE: setup the default value in your startup file if it doesn't fit your need.
19#
20# BATCH command
21# command to submit a job
22BATCH_CMD=${SETTE_BATCH_CMD:-llsubmit}
23# command to check job status
24BATCH_STAT=${SETTE_BATCH_STAT:-llq}
25# generic sette job name (as it appears with $BATCH_STAT command)
26BATCH_NAME=${SETTE_BATCH_NAME:-sette}
27#
28#
29# FILES STORING
30# forcing files storing
31FORCING_DIR=${SETTE_FORCING_DIR:-$WORKDIR/FORCING}
32# validation files storing
33NEMO_VALIDATION_DIR=${WORKDIR:-$MAIN_DIR}/NEMO_VALIDATION
34# input files storing (namelist, iodef ...) (DO NOT CHANGE)
35INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00
36#
37#
38# MISCELENIOUS
39# command for svn (some people use git svn)
40# used in sette_rpt and in all_function to display revision and build correct repository name
41SVN_CMD=${SETTE_SVN_CMD:-svn}
42# add key key_nosignedzero at the compilation step
43ADD_NOSIGNEDZERO=${SETTE_ADD_NOSIGNEDZERO:-"yes"}
44#- only for IBM
45#TMPDIR=${CONFIG_DIR}/${NEW_CONF}/EXP00
46#
47#
48# LIST OF CONFIGURATIONS
49# to be updated if you added an new configuration in sette_test-cases.sh or sette_reference-configuration.sh
50TEST_CONFIGS=${SETTE_TEST_CONFIGS:-"ORCA2_ICE_PISCES ORCA2_OFF_PISCES AMM12 AGRIF SPITZ12 GYRE_PISCES SAS ORCA2_ICE_OBS ICE_AGRIF OVERFLOW LOCK_EXCHANGE VORTEX ISOMIP"}
Note: See TracBrowser for help on using the repository browser.