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

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

add script to print available cfgs, update README, add the name of COMPILER used in the report

File size: 1.4 KB
RevLine 
[10687]1# Computer dependant variable needed to run sette
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#
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#
[10687]14# BATCH command
[10713]15# command to submit a job
[10717]16BATCH_CMD=${SETTE_BATCH_CMD:-llsubmit}
[10713]17# command to check job status
[10717]18BATCH_STAT=${SETTE_BATCH_STAT:-llq}
19# generic sette job name
20BATCH_NAME=${SETTE_BATCH_NAME:-sette}
[10747]21# List of test configurations
[10755]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"}
[10687]23#
24#- FORCING files storing
[10717]25FORCING_DIR=${SETTE_FORCING_DIR:-$WORKDIR/FORCING}
[10687]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
[10717]29SVN_CMD=${SETTE_SVN_CMD:-svn}
[10687]30#
[2354]31#- only for IBM
[3294]32#TMPDIR=${CONFIG_DIR}/${NEW_CONF}/EXP00
[10687]33#
34#- key_nosignedzero
[10717]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.