# Computer/user dependant variable needed to run sette # # Compiler among those in NEMOGCM/ARCH COMPILER=X64_ADA # # REFERENCE run.stat tracer.stat you want to compare with # (if no change to the default, no check on result change will be done) NEMO_VALIDATION_REF=/path/to/reference/sette/results NEMO_REV_REF=0000 # # ------------------------------------------------------------------------------------------ # IMPORTANT: # variables (BATCH_CMD, BATCH_STAT, BATCH_NAME, FORCING_DIR, SVN_CMD, ADD_NOSIGNEDZERO) # can be exported from your shell startup files. # If it is the case, nothing to do # otherwise, you need to update the default initialisation # # ADVISE: setup the default value in your startup file if it doesn't fit your need. # # BATCH command # command to submit a job BATCH_CMD=${SETTE_BATCH_CMD:-llsubmit} # command to check job status BATCH_STAT=${SETTE_BATCH_STAT:-llq} # generic sette job name (as it appears with $BATCH_STAT command) BATCH_NAME=${SETTE_BATCH_NAME:-sette} # # # FILES STORING # forcing files storing FORCING_DIR=${SETTE_FORCING_DIR:-$WORKDIR/FORCING} # validation files storing NEMO_VALIDATION_DIR=${WORKDIR:-$MAIN_DIR}/NEMO_VALIDATION # input files storing (namelist, iodef ...) (DO NOT CHANGE) INPUT_DIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 # # # MISCELENIOUS # command for svn (some people use git svn) # used in sette_rpt and in all_function to display revision and build correct repository name SVN_CMD=${SETTE_SVN_CMD:-svn} # add key key_nosignedzero at the compilation step ADD_NOSIGNEDZERO=${SETTE_ADD_NOSIGNEDZERO:-"yes"} #- only for IBM #TMPDIR=${CONFIG_DIR}/${NEW_CONF}/EXP00 # # # LIST OF CONFIGURATIONS # to be updated if you added an new configuration in sette_test-cases.sh or sette_reference-configuration.sh 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"}