## Filename: gbo_mcmac_rmd_mirror.config ## ## This is the config file for environment variables associated with ## scripts and activities that process the MCMAC GBO GMAG RMD files. ## This configuration file is copied from gbo_uc_rmd_mirror.config # if [[ -z $THEMISDATA ]] then THEMISDATA=/disks/themisdata ; export THEMISDATA fi MCMAC_MIRROR_HOME=${THEMISDATA}/thg/mirrors/mag/mcmac_rmd ; export MCMAC_MIRROR_HOME # wget settings (changed from rsync to wget Oct 2011) Hourly files from each GBO will be kept under and ## subdirectory tree designated by yyyy/mm/dd WEBSITE_NAME="http://spc.igpp.ucla.edu/mcmac/rmd_files" ; export WEBSITE_NAME ## Logging # LOGDIR=${THEMISDATA}/process_logs/gbo ; export LOGDIR LOGFILE=${LOGDIR}/GBO_MCMAC_RMD_MIRROR_Log$(date '+%y%m%d') ; export LOGFILE WLOGFILE=${LOGDIR}/WGET_GBO_MCMAC_RMD_MIRROR_Log$(date '+%y%m%d') ; export WLOGFILE