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

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

changes to avoid messup the validation directory revision number in case revision of the src is changed between the start and the end of the sette job + change order of the config in param to start the slowest config first

File size: 1.4 KB
Line 
1# Computer dependant variable needed to run sette
2#
3# Compiler among those in NEMOGCM/ARCH
4COMPILER=XC40_METO_perso
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# IF SETTE_* variable mentioned below are exported from your initialisation, nothing to do
12# otherwise, please update the default iniitialisation or overwrite it
13#
14# BATCH command
15# command to submit a job
16BATCH_CMD=${SETTE_BATCH_CMD:-llsubmit}
17# command to check job status
18BATCH_STAT=${SETTE_BATCH_STAT:-llq}
19# generic sette job name
20BATCH_NAME=${SETTE_BATCH_NAME:-sette}
21# List of test configurations
22TEST_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"}
23#
24#- FORCING files storing
25FORCING_DIR=${SETTE_FORCING_DIR:-$WORKDIR/FORCING}
26#
27# CMD for svn (some people use git svn)
28# used in sette_rpt and in all_function to display revision and build correct repository name
29SVN_CMD=${SETTE_SVN_CMD:-svn}
30#
31#- only for IBM
32#TMPDIR=${CONFIG_DIR}/${NEW_CONF}/EXP00
33#
34#- key_nosignedzero
35ADD_NOSIGNEDZERO=${SETTE_ADD_NOSIGNEDZERO:-"yes"}
36#
37#- INPUT files storing
38INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00
39#
40#- VALIDATION files storing
41NEMO_VALIDATION_DIR=${WORKDIR:-$MAIN_DIR}/NEMO_VALIDATION
42#
Note: See TracBrowser for help on using the repository browser.