processNA.sh

InfoInfo
Search:    

# Shell Script: processNA.sh
# Created by Erik Johnson July 2007
# Last Modified 9/4/07 by Erik Johnson
# This script can be used to process a raw Nain data file.
# The default day is the current UTC day.

YEAR=`date -u +%Y`
YY=`date -u +%y`
DAY=`date -u +%j`

# If the day you want to process is not the current day, remove the comments from this section and change YEAR and DAY to the day you want to process.
# YEAR=2007
# DAY=230

NAdir='/Volumes/physics_data/Ftp/MACCS_DATA/Raw/NA/Iridium/'${YEAR}'ir/'
NAAdir='/Volumes/physics_data/Ftp/MACCS_DATA/AugASCII/NA/'${YEAR}'ir/'

cd $NAdir
if [ -f "NA${YY}${DAY}.dat" ]; then

END_SCRIPT

END_SCRIPT
fi

This is a Wiki Spot wiki. Wiki Spot is a non-profit organization that helps communities collaborate via wikis.