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 @ 11053

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

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

File size: 1.9 KB
RevLine 
[10819]1# Computer/user dependant variable needed to run sette
[10687]2#
3# Compiler among those in NEMOGCM/ARCH
[10769]4COMPILER=X64_ADA
[10687]5#
[10717]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)
[10732]8NEMO_VALIDATION_REF=/path/to/reference/sette/results
9NEMO_REV_REF=0000
[10717]10#
[10819]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
[10717]17#
[10819]18# ADVISE: setup the default value in your startup file if it doesn't fit your need.
19#
[10687]20# BATCH command
[10713]21# command to submit a job
[10717]22BATCH_CMD=${SETTE_BATCH_CMD:-llsubmit}
[10713]23# command to check job status
[10717]24BATCH_STAT=${SETTE_BATCH_STAT:-llq}
[10819]25# generic sette job name (as it appears with $BATCH_STAT command)
[10717]26BATCH_NAME=${SETTE_BATCH_NAME:-sette}
[10687]27#
[10819]28#
29# FILES STORING
30# forcing files storing
[10717]31FORCING_DIR=${SETTE_FORCING_DIR:-$WORKDIR/FORCING}
[10819]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
[10687]36#
[10819]37#
38# MISCELENIOUS
39# command for svn (some people use git svn)
[10687]40# used in sette_rpt and in all_function to display revision and build correct repository name
[10717]41SVN_CMD=${SETTE_SVN_CMD:-svn}
[10819]42# add key key_nosignedzero at the compilation step
43ADD_NOSIGNEDZERO=${SETTE_ADD_NOSIGNEDZERO:-"yes"}
[2354]44#- only for IBM
[3294]45#TMPDIR=${CONFIG_DIR}/${NEW_CONF}/EXP00
[10687]46#
[10717]47#
[10819]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.