
# This script is the main script for processing MIRS Operational data.
# The first part of the script kicks off two Perl scripts, one for NOAA
# data and one for Metop data. These scripts copy the operational EDRs
# and then run a program that combines the EDRs into a single day MDDF.
#
# The second part of the script captures the data from the MDDF and creates
# EDGEIS files.

perl /data/data065/nprovs/scripts/data_input/transfer_mirs_test_noaa.perl

perl /data/data065/nprovs/scripts/data_input/transfer_mirs_test_metopa.perl

perl /data/data065/nprovs/scripts/data_input/transfer_mirs_test_metopb.perl

#perl /data/data065/nprovs/scripts/data_input/transfer_mirs_test_ssmis_f16.perl

perl /data/data065/nprovs/scripts/data_input/transfer_mirs_test_ssmis_f18.perl

perl /data/data065/nprovs/scripts/data_input/transfer_mirs_test_npp.perl




# Capture data from the MIRS daily data files (MDDFs) and write
# the data to ODS files.

/data/data065/nprovs/scripts/graphics/run_mirs_test_ods_capture


# end of file
