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