# Copy to ./user.cfg, fill in according to your installation # User configuration # Global Directories: DIR_WORK='' # Directory for compilation DIR_SCRA='' # " " " " computation to increase perfs on some super-computers # (will copy into it all requested forcing input & ".*(cfg|opa|ref|xml)" files) DIR_STOR='' # " " for comparison (ASCII output & restart files of reference config) # NEMO overall configuration: [ -z "${NEMO_BRAN}" ] && NEMO_BRAN='' # trunk, dev_v3_4_STABLE_2012, ... [ -z "${CONF_REFE}" ] && CONF_REFE='' # ORCA2_LIM_PISCES, GYRE, ... [ -z "${CONF_TEST}" ] && CONF_TEST='' # ${CONF_REFE}_trust, ... NEMO_HOME='' # NEMOGCM equivalent root directory to find ./ARCH,./CONFIG, ... # (${DIR_WORK}/NEMO/${NEMO_BRAN}/NEMOGCM, ...) # Comparatives directories localization: DIR_REFE='' # ${DIR_STOR}/${CONF_REFE}/${NEMO_BRAN} DIR_TEST='' # ${DIR_SCRA}/${CONF_REFE}/${NEMO_BRAN}/trusting_${DATE_STR} # External softs directories: DIR_XIOS='' # ${DIR_WORK}/XIOS/xios-1.0 DIR_OASI='' # ${DIR_WORK}/OASIS # NEMO inputs (fill in if necessary) NEMO_FORC='' # Directory synchronized with DODS server # (${DIR_WORK}/NEMO/FORC, ...) FORC_TARF='' # Archive name (ORCA2_LIM_nemo_v3.6.tar, ...) # Mailing list to inform of a failure, -p|--publish option required [ -z "$MAIL"] && MAIL=''