#  Program to prepare new data files
YEAR=2025

#  Extract precip, and min/max temperature from GHCN data
#  for all stations in Colorado, Kansas and Nebraska
../bin/mkghcn $YEAR

#  Get annual precip from GHCN augmented by PRISM
../bin/mkppt2 $YEAR > ppt.new

#  Extract daily precip and min/max temperature
../bin/mkttp2 $YEAR
#
#  Calculate monthly et
../bin/mkmonet $YEAR > monet.new

#  Download reservoir EOM stage from USBR web site
../bin/mkres $YEAR > reservoir.new
