# ********************************************************
#
# This is the main script for the NUCAPS parallel processing.
# It sets the library path to point to the netCDF and HDF libraries
# and then runs the script that does the actual processing. It also
# runs the script that generates and ODS file.

echo " "
echo "==================================================================="
echo " "
date
echo "NUCAPS File Processing"
echo " "


LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/data/starfs1/libs/netcdf-4.2/lib:/data/starfs1/libs/hdf5-1.8.7/lib

export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}



# =============================================================================
# NPP
# Run the script that copies all of the NUCAPS Parallel granules into a single day file

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

#/data/data065/nprovs/scripts/graphics/run_nucaps_test_npp_ods_capture



# =============================================================================
# NOAA-20
# Run the script that copies all of the NUCAPS Parallel granules into a single day file

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

#/data/data065/nprovs/scripts/graphics/run_nucaps_test_noaa20_ods_capture




# =============================================================================
# Run the script that creates an ODS file from the NUCAPS Parallel OLR data

#/data/data065/nprovs/scripts/graphics/run_nucaps_parallel_olr_ods_capture


# end of file
