# ********************************************************

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}



# =============================================================================
# Remove all previous NUCAPS EDR files from the raw data directory and
# run the command that transfers the NUCAPS files from the SCDR

cd /data/data065/nprovs/data/matchup/DailyFiles_incoming/raw_data/nucaps


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

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


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

/data/data065/nprovs/scripts/graphics/run_nucaps_ods_capture

# end of file
