#!/usr/bin/ksh # # call_wget_maccs_gmag_specificdatesite.ksh - This script sets the arguments # to the script which downloads MACCS gmag data. This script is intended for # manual download of data from a specific site in a specific year (for data that # is missing for some reason). This is based on call_wget_maccs_gmag.ksh (for # general daily automatic download of data) by Tim Quinn. # # Creation Date: # # 25 July 2011 L Philpott # # # ## Set the environment variables # if [[ -z $THMSOC ]] then THMSOC=/disks/socware/thmsoc_dp_current export THMSOC fi . ${THMSOC}/src/config/soc_it_to_me.config # year=2011 site=RBY wget_maccs_gmag.ksh $site $year # ## Clean up # exit 0