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

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

check exit code from NEMO (do not copy anything if it failed on exit code other than 0/123456/999) + rename run.stat/tracer.stat/ocean.output to *_old in the current validation dir (ticket #2239)

File size: 935 bytes
Line 
1# Computer dependant variable needed to run sette
2#
3# Compiler among those in NEMOGCM/ARCH
4COMPILER=XC40_METO_perso
5#
6# BATCH command
7BATCH_CMD=qsub
8#
9#- FORCING files storing
10FORCING_DIR=/projects/jomp/pmathiot/SETTE_FORCING/v4.0
11#
12#- INPUT files storing
13INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00
14#
15#- VALIDATION files storing
16NEMO_VALIDATION_DIR=/projects/jomp/pmathiot/NEMO/NEMO_dev/NEMO/trunk/sette_ticket2239/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)
20NEMO_VALIDATION_REF=/projects/jomp/pmathiot/NEMO/NEMO_dev/NEMO/trunk/sette_ticket2239/NEMO_VALIDATION
21NEMO_REV_REF=10691
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
25SVN_CMD=svn
26#
27#- only for IBM
28#TMPDIR=${CONFIG_DIR}/${NEW_CONF}/EXP00
29#
30#- key_nosignedzero
31ADD_NOSIGNEDZERO="yes"
Note: See TracBrowser for help on using the repository browser.