#!/bin/ksh

# This script runs the perl script that transfers IASI files
# from the DDS. The intention is for this script to be run
# daily around noon or so. When it runs, it will transfer all
# all of current day's IASI granules that are available.
#
# The main processing script will grab the remaining granules.

perl /data/smcd/nprovs/scripts/data_input/ftp_iasi.perl 0


# end of file
