#!/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.

# MetOp-A
perl /data/data065/nprovs/scripts/data_input/ftp_iasi.perl 0
#perl /data/data065/nprovs/scripts/data_input/ftp_iasi_metopa.perl 0


# MetOp-B
perl /data/data065/nprovs/scripts/data_input/ftp_iasi_metopb.perl 0


# end of file
