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

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

change related to discussion with Simon (ticket #2239)

File size: 1.2 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=/projects/jomp/pmathiot/NEMO/NEMO_dev/NEMO/trunk/NEMO_VALIDATION
9NEMO_REV_REF=10702
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#
22#- FORCING files storing
23FORCING_DIR=${SETTE_FORCING_DIR:-$WORKDIR/FORCING}
24#
25# CMD for svn (some people use git svn)
26# used in sette_rpt and in all_function to display revision and build correct repository name
27SVN_CMD=${SETTE_SVN_CMD:-svn}
28#
29#- only for IBM
30#TMPDIR=${CONFIG_DIR}/${NEW_CONF}/EXP00
31#
32#- key_nosignedzero
33ADD_NOSIGNEDZERO=${SETTE_ADD_NOSIGNEDZERO:-"yes"}
34#
35#- INPUT files storing
36INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00
37#
38#- VALIDATION files storing
39NEMO_VALIDATION_DIR=${WORKDIR:-$MAIN_DIR}/NEMO_VALIDATION
40#
Note: See TracBrowser for help on using the repository browser.