Can you see anything wrong in the following? All I do is filter down to keep
the DL time manageable vs the fields I use.
#!/bin/csh
cd /tmp
mkdir $$
cd /tmp/$$
echo $$
set HR=$1
source ~gempak/nawips/Gemenviron
set date=`date +%Y%m%d`
wget --http-user=xx --http-passwd=xx -nd -r -A
'*_reg_*850*','*_reg_*500*','*_reg_*SFC_0_ps15km*' -R
'*ABSV*','*WTMP*','*VVEL*','*WRF*','*TCDC*','*SPFH*','*SHTFL*','*WRS*','*LHT
FL*' http://dd.weatheroffice.ec.gc.ca/grib/public/hires/CMC_reg_${HR}/
cat *850* | dcgrib2
/home/gempak/ldm/data/gempak/model/cmc/${date}${HR}_cmcreg.gem
cat *700* | dcgrib2
/home/gempak/ldm/data/gempak/model/cmc/${date}${HR}_cmcreg.gem
cat *500* | dcgrib2
/home/gempak/ldm/data/gempak/model/cmc/${date}${HR}_cmcreg.gem
cat *300* | dcgrib2
/home/gempak/ldm/data/gempak/model/cmc/${date}${HR}_cmcreg.gem
cat *SFC* | dcgrib2
/home/gempak/ldm/data/gempak/model/cmc/${date}${HR}_cmcreg.gem
cd /tmp
rm -rf $$
From: Robert Mullenax [mailto:Robert.Mullenax@xxxxxxxxxxxxx]
Sent: Tuesday, May 01, 2007 12:21 PM
To: Rob Dale; gembud@xxxxxxxxxxxxxxxx
Subject: RE: Dcgrib2 problems w/Canadian GEM
Rob,
We are downloading the HIRES that you have to sign the agreement form to
get, but I am not seeing that. All is fine. (GEMPAK 5.10.2, Solaris 10
x86).
Regards,
Robert Mullenax
CSBF Meteorology