source:
NEMO/branches/2019/fix_sette_ticket2239/param.cfg
@
10699
Last change on this file since 10699 was 10699, checked in by mathiot, 6 years ago | |
---|---|
File size: 798 bytes |
Line | |
---|---|
1 | # Computer dependant variable needed to run sette |
2 | # |
3 | # Compiler among those in NEMOGCM/ARCH |
4 | COMPILER=X64_ADA |
5 | # |
6 | # BATCH command |
7 | BATCH_CMD=llsubmit |
8 | # |
9 | #- FORCING files storing |
10 | FORCING_DIR=$WORKDIR/FORCING |
11 | # |
12 | #- INPUT files storing |
13 | INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 |
14 | # |
15 | #- VALIDATION files storing |
16 | NEMO_VALIDATION_DIR=$WORKDIR/NEMO_VALIDATION |
17 | # |
18 | # REFERENCE run.stat tracer.stat you want to compare with |
19 | # (if no change to the default, no check on result change will be done) |
20 | NEMO_VALIDATION_REF=/path/to/reference/sette/results |
21 | NEMO_REV_REF=0000 |
22 | # |
23 | # CMD for svn (some people use git svn) |
24 | # used in sette_rpt and in all_function to display revision and build correct repository name |
25 | SVN_CMD=svn |
26 | # |
27 | #- only for IBM |
28 | #TMPDIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 |
29 | # |
30 | #- key_nosignedzero |
31 | ADD_NOSIGNEDZERO="yes" |
Note: See TracBrowser
for help on using the repository browser.