#!/bin/ksh
################################################################################
####  UNIX Script Documentation Block
#                      .                                             .
# Script name:         exnam_smartinitconus2p5.sh.sms
# Script description: generates 2.5 km NAM DNG output from nests
#
# Author:       Geoff Manikin       Org: NP22         Date: 2011-07-06
#
# Script history log:
# 2011-07-06  Geoff Manikin - Created script
#

set -xa
msg="JOB $job HAS BEGUN"
postmsg "$jlogfile" "$msg"

cd $DATA

  if [ cyc -eq 00 -o cyc -eq 12 ] ; then
	$USHnam/nam_smartinitconusnest2p5_on.sh
  else
	$USHnam/nam_smartinitconusnest2p5_off.sh
  fi

#export err=$?; err_chk

set -x
#####################################################################

echo EXITING $0
exit
#
