source:
NEMO/branches/2019/fix_sette_ticket2239/param.cfg
@
10769
Last change on this file since 10769 was 10769, checked in by mathiot, 6 years ago | |
---|---|
File size: 1.4 KB |
Line | |
---|---|
1 | # Computer dependant variable needed to run sette |
2 | # |
3 | # Compiler among those in NEMOGCM/ARCH |
4 | COMPILER=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) |
8 | NEMO_VALIDATION_REF=/path/to/reference/sette/results |
9 | NEMO_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 |
16 | BATCH_CMD=${SETTE_BATCH_CMD:-llsubmit} |
17 | # command to check job status |
18 | BATCH_STAT=${SETTE_BATCH_STAT:-llq} |
19 | # generic sette job name |
20 | BATCH_NAME=${SETTE_BATCH_NAME:-sette} |
21 | # List of test configurations |
22 | TEST_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 |
25 | FORCING_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 |
29 | SVN_CMD=${SETTE_SVN_CMD:-svn} |
30 | # |
31 | #- only for IBM |
32 | #TMPDIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 |
33 | # |
34 | #- key_nosignedzero |
35 | ADD_NOSIGNEDZERO=${SETTE_ADD_NOSIGNEDZERO:-"yes"} |
36 | # |
37 | #- INPUT files storing |
38 | INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 |
39 | # |
40 | #- VALIDATION files storing |
41 | NEMO_VALIDATION_DIR=${WORKDIR:-$MAIN_DIR}/NEMO_VALIDATION |
42 | # |
Note: See TracBrowser
for help on using the repository browser.