Changeset 10819 for NEMO/branches/2019/fix_sette_ticket2239/param.cfg
- Timestamp:
- 2019-04-01T15:10:17+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2019/fix_sette_ticket2239/param.cfg
r10769 r10819 1 # Computer dependant variable needed to run sette1 # Computer/user dependant variable needed to run sette 2 2 # 3 3 # Compiler among those in NEMOGCM/ARCH … … 9 9 NEMO_REV_REF=0000 10 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 11 # ------------------------------------------------------------------------------------------ 12 # IMPORTANT: 13 # variables (BATCH_CMD, BATCH_STAT, BATCH_NAME, FORCING_DIR, SVN_CMD, ADD_NOSIGNEDZERO) 14 # can be exported from your shell startup files. 15 # If it is the case, nothing to do 16 # otherwise, you need to update the default initialisation 17 # 18 # ADVISE: setup the default value in your startup file if it doesn't fit your need. 13 19 # 14 20 # BATCH command … … 17 23 # command to check job status 18 24 BATCH_STAT=${SETTE_BATCH_STAT:-llq} 19 # generic sette job name 25 # generic sette job name (as it appears with $BATCH_STAT command) 20 26 BATCH_NAME=${SETTE_BATCH_NAME:-sette} 21 # List of test configurations22 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 27 # 24 #- FORCING files storing 28 # 29 # FILES STORING 30 # forcing files storing 25 31 FORCING_DIR=${SETTE_FORCING_DIR:-$WORKDIR/FORCING} 32 # validation files storing 33 NEMO_VALIDATION_DIR=${WORKDIR:-$MAIN_DIR}/NEMO_VALIDATION 34 # input files storing (namelist, iodef ...) (DO NOT CHANGE) 35 INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 26 36 # 27 # CMD for svn (some people use git svn) 37 # 38 # MISCELENIOUS 39 # command for svn (some people use git svn) 28 40 # used in sette_rpt and in all_function to display revision and build correct repository name 29 41 SVN_CMD=${SETTE_SVN_CMD:-svn} 30 # 42 # add key key_nosignedzero at the compilation step 43 ADD_NOSIGNEDZERO=${SETTE_ADD_NOSIGNEDZERO:-"yes"} 31 44 #- only for IBM 32 45 #TMPDIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 33 46 # 34 #- key_nosignedzero35 ADD_NOSIGNEDZERO=${SETTE_ADD_NOSIGNEDZERO:-"yes"}36 47 # 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 # 48 # LIST OF CONFIGURATIONS 49 # to be updated if you added an new configuration in sette_test-cases.sh or sette_reference-configuration.sh 50 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"}
Note: See TracChangeset
for help on using the changeset viewer.