<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16643" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY
style="WORD-WRAP: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space"
bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hmm that's interesting, I was not aware that I HAD
to use the ensemble descriptor. </FONT></DIV>
<DIV><FONT face=Arial size=2>This leads me then to a more basic question,
though: </FONT></DIV>
<DIV><FONT face=Arial size=2>g2ctl.pl then would be able to generate the control
file from the original files, right? The orginals are: </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>...</FONT></DIV>
<DIV>-rw-r--r-- 1 ugramann ugramann 64919 Jun 5 03:56
gep20.t00z.pgrb2af240.grib<BR>-rw-r--r-- 1 ugramann ugramann 64866
Jun 5 03:56 gep20.t00z.pgrb2af252.grib<BR>-rw-r--r-- 1 ugramann
ugramann 65039 Jun 5 03:56 gep20.t00z.pgrb2af264.grib<BR>-rw-r--r--
1 ugramann ugramann 65079 Jun 5 03:56
gep20.t00z.pgrb2af276.grib<BR>-rw-r--r-- 1 ugramann ugramann 64692
Jun 5 03:56 gep20.t00z.pgrb2af288.grib<BR>-rw-r--r-- 1 ugramann
ugramann 65104 Jun 5 03:56 gep20.t00z.pgrb2af300.grib<BR>-rw-r--r--
1 ugramann ugramann 64787 Jun 5 03:56
gep20.t00z.pgrb2af312.grib<BR>-rw-r--r-- 1 ugramann ugramann 65517
Jun 5 03:56 gep20.t00z.pgrb2af324.grib<BR>-rw-r--r-- 1 ugramann
ugramann 65090 Jun 5 03:56 gep20.t00z.pgrb2af336.grib<BR>-rw-r--r--
1 ugramann ugramann 65445 Jun 5 03:56
gep20.t00z.pgrb2af348.grib<BR>-rw-r--r-- 1 ugramann ugramann 64933
Jun 5 03:56 gep20.t00z.pgrb2af360.grib<BR>-rw-r--r-- 1 ugramann
ugramann 65708 Jun 5 03:56 gep20.t00z.pgrb2af372.grib<BR>-rw-r--r--
1 ugramann ugramann 65313 Jun 5 03:56
gep20.t00z.pgrb2af384.grib<BR></DIV>
<DIV><FONT face=Arial size=2>but the following line does not find any
files:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>g2ctl.pl -verf gep%e.t00z.pgrb2af%f3.grib > uwe.ctl<BR><FONT face=Arial
size=2>(if I replace the %e template with '20' it finds the files, but not with
'%e2')</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I am still doing something wrong with the ensemble
template??</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks so much and Cheers,</FONT></DIV>
<DIV><FONT face=Arial size=2>Uwe</FONT></DIV>
<DIV><BR><BR></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=jma@COLA.IGES.ORG href="mailto:jma@COLA.IGES.ORG">Jennifer Adams</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=GRADSUSR@LIST.CINECA.IT
href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, June 06, 2008 11:17
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: Gribmap for GrADS 2.0.a2
with template option issue? (grib2 files)</DIV>
<DIV><BR></DIV>
<DIV>Uwe, </DIV>
<DIV>There's no need to have a separate descriptor file for each member --
that's the whole purpose of the E dimension, to aggregate members into a
single data set! An example of a GFS ensemble descriptor file with full EDEF
is here:</DIV>
<DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica" face=Helvetica
size=3> <A
href="http://iges.org/grads/gadoc/gfsens.ctl">http://iges.org/grads/gadoc/gfsens.ctl</A></FONT></DIV></DIV>
<DIV><BR></DIV>
<DIV>Specifically, what your descriptor needs, is this:</DIV>
<DIV>edef 1</DIV>
<DIV>20 33 00z05jun2008 3,20</DIV>
<DIV>endedef</DIV>
<DIV><BR></DIV>
<DIV>The name "20" is a guess from your filename. If you want to template over
E, change DSET to </DIV>
<DIV>
<DIV>dset ^gens_%e_2008060500z_P%f3.grib</DIV>
<DIV><BR></DIV>
<DIV>Then get the ensemble grib codes from the grib2scan output (grep on
"Ens") or from the gribmap -v output (look for "ens=") </DIV>
<DIV><BR></DIV>
<DIV>The EDEF documentation is at <A
href="http://iges.org/grads/gadoc/descriptorfile.html#EDEF">http://iges.org/grads/gadoc/descriptorfile.html#EDEF</A></DIV>
<DIV><BR></DIV>
<DIV>Jennifer</DIV>
<DIV><BR></DIV></DIV><BR>
<DIV>
<DIV>On Jun 6, 2008, at 12:22 PM, Uwe Gramann wrote:</DIV><BR
class=Apple-interchange-newline>
<BLOCKQUOTE type="cite">
<DIV><FONT face=Arial size=2>Hi Jennifer, </FONT></DIV>
<DIV><FONT face=Arial size=2>thanks for looking into this! </FONT></DIV>
<DIV><FONT face=Arial size=2>I have attached the output of the
gribmap/grib2scan and the ctl file (which does not contain a edef
declaration). I am not sure if I need an edef declaration, though,
since I am treating each member as a separate model and create control
files for each independently?</FONT></DIV></BLOCKQUOTE>
<BLOCKQUOTE type="cite">
<DIV> </DIV>
<DIV><FONT face=Arial size=2>In case I will not get anywhere ... is there a
server that has grib1 data of the gfs ensembles still? </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Cheer and thanks again, </FONT></DIV>
<DIV><FONT face=Arial size=2>Uwe</FONT></DIV>
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=jma@COLA.IGES.ORG href="mailto:jma@COLA.IGES.ORG">Jennifer
Adams</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=GRADSUSR@LIST.CINECA.IT
href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, June 05, 2008 12:00
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: Gribmap for GrADS 2.0.a2
with template option issue? (grib2 files)</DIV>
<DIV><BR></DIV><BR>
<DIV>
<DIV>On Jun 4, 2008, at 10:13 PM, Uwe Gramann wrote:</DIV><BR
class=Apple-interchange-newline>
<BLOCKQUOTE type="cite"><SPAN class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0">
<DIV><FONT face=Arial size=2>Hello everybody,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have not much luck trying to open GFS
ensemble grib2 files with the template option. After downloading
all members and trying to apply the time-template option to a member
like:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman"
size=3>g2ctl.pl -verf gens_20_2008060400z_P%f3.grib >
uwe.ctl<BR>gribmap -i uwe.ctl<BR></FONT><BR>gribmap reports no errors,
the control file looks okay, but all variables are undef in Grads
2.0.a2! </FONT></DIV></SPAN></BLOCKQUOTE>What does your descriptor
file look like? I don't think g2ctl handles the ensemble declarations for
EDEF (yet), you may have to add those manually.</DIV>
<DIV>What is the output from gribmap -v ? </DIV>
<DIV>What is the output from grib2scan -v ? </DIV>
<DIV>Jennifer</DIV>
<DIV><BR></DIV>
<DIV><BR>
<BLOCKQUOTE type="cite"><SPAN class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0">
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have no issues opening the individual
files in Grads or combining each forecast-member's files into one large
file and then opening those. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Jennifer just mentioned that a gribmap
time-template bug has been fixed, but I still have one ....</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Does anybody have any ideas ... suggestions
...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Cheers and thanks to all</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Uwe</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial
size=2>---------------------------------------<BR>Uwe
Gramann<BR></FONT><FONT face=Arial size=2>Mountain Weather
Services<BR>P.O.Box 4191, 4262 Railway Ave.<BR>Smithers, BC, V0J
2N0<BR>Cell: +250.877.3785<BR>e-mail:<SPAN
class=Apple-converted-space> </SPAN><A
href="mailto:weather@uniserve.com">weather@uniserve.com</A><BR>web:<SPAN
class=Apple-converted-space> </SPAN><A
href="http://www.mountainweatherservices.com">www.mountainweatherservices.com</A><BR>---------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV><FONT face=Arial
size=2></FONT>
<BLOCKQUOTE dir=ltr
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(0,0,0) 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message -----</DIV>
<DIV
style="FONT: 10pt arial; BACKGROUND-COLOR: rgb(228,228,228); -webkit-background-clip: initial; -webkit-background-origin: initial"><B>From:</B><SPAN
class=Apple-converted-space> </SPAN><A title=jma@COLA.IGES.ORG
href="mailto:jma@COLA.IGES.ORG">Jennifer Adams</A></DIV>
<DIV style="FONT: 10pt arial"><B>To:</B><SPAN
class=Apple-converted-space> </SPAN><A
title=GRADSUSR@LIST.CINECA.IT
href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</A></DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B><SPAN
class=Apple-converted-space> </SPAN>Friday, May 02, 2008 9:40
AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B><SPAN
class=Apple-converted-space> </SPAN>NEW RELEASE of GrADS
2.0.a2</DIV>
<DIV><BR></DIV>Dear All,
<DIV>I have posted a new version of GrADS: 2.0.a2. This version
has several new features and important bug fixes. The GrADS downloads
web page (<A
href="http://iges.org/grads/downloads.html">http://iges.org/grads/downloads.html</A>)
has also been updated with links to the source code and two binary
releases (more binaries to follow as soon as possible). </DIV>
<DIV><BR></DIV>
<DIV> Features:</DIV>
<DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 13px Courier"><FONT
class=Apple-style-span face=Helvetica size=3><SPAN
class=Apple-style-span style="FONT-SIZE: 12px"> * ready
for use with GDS-2.0 to access 5-dimensional data sets via
OPeNDAP</SPAN></FONT></FONT></DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 13px Courier"><FONT
class=Apple-style-span face=Helvetica size=3><SPAN
class=Apple-style-span style="FONT-SIZE: 12px"> * support
for thinned grib2 grids </SPAN></FONT></FONT></DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 13px Courier"><FONT
class=Apple-style-span face=Helvetica size=3><SPAN
class=Apple-style-span style="FONT-SIZE: 12px"> * gribmap
has -0 option for grib2</SPAN></FONT></FONT></DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 13px Courier"><FONT
class=Apple-style-span face=Helvetica size=3><SPAN
class=Apple-style-span style="FONT-SIZE: 12px"> * allows
non-float data types for hdf coordinate
axes </SPAN></FONT></FONT></DIV>
<DIV style="MIN-HEIGHT: 14px; MARGIN: 0px"><FONT
style="FONT: 13px Courier"><FONT class=Apple-style-span face=Helvetica
size=3><SPAN class=Apple-style-span
style="FONT-SIZE: 12px"> </SPAN></FONT></FONT><BR
class=khtml-block-placeholder></DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 13px Courier"><FONT
class=Apple-style-span face=Helvetica size=3><SPAN
class=Apple-style-span style="FONT-SIZE: 12px"> Bug
Fixes:</SPAN></FONT></FONT></DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 13px Courier"><FONT
class=Apple-style-span face=Helvetica size=3><SPAN
class=Apple-style-span style="FONT-SIZE: 12px"> * memory
leak when replacing an existing defined
variable</SPAN></FONT></FONT></DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 13px Courier"><FONT
class=Apple-style-span face=Helvetica size=3><SPAN
class=Apple-style-span style="FONT-SIZE: 12px"> *
multiple fixes for netcdf/hdf handling (templating, zrev, %nodim%, et
al.)</SPAN></FONT></FONT></DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 13px Courier"><FONT
class=Apple-style-span face=Helvetica size=3><SPAN
class=Apple-style-span style="FONT-SIZE: 12px"> * contour
interval and label handling for double
precision numbers</SPAN></FONT></FONT></DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 13px Courier"><FONT
class=Apple-style-span face=Helvetica size=3><SPAN
class=Apple-style-span style="FONT-SIZE: 12px"> * changed
'query dims' output for ensembles</SPAN></FONT></FONT></DIV>
<DIV style="MARGIN: 0px"> * fixed gribmap's handling
of data sets templated over T but not E</DIV>
<DIV style="MIN-HEIGHT: 16px; MARGIN: 0px; FONT: 13px Courier"><FONT
class=Apple-style-span face=Helvetica size=3><SPAN
class=Apple-style-span style="FONT-SIZE: 12px">
* fixed 'set annot' command and other minor
bugs</SPAN></FONT></DIV>
<DIV style="MIN-HEIGHT: 16px; MARGIN: 0px; FONT: 13px Courier"><FONT
class=Apple-style-span face=Helvetica size=3><SPAN
class=Apple-style-span
style="FONT-SIZE: 12px"><BR></SPAN></FONT></DIV>
<DIV style="MIN-HEIGHT: 16px; MARGIN: 0px; FONT: 13px Courier"><FONT
class=Apple-style-span face=Helvetica size=3><SPAN
class=Apple-style-span style="FONT-SIZE: 12px">
<DIV>This release is a companion for GDS 2.0, which can now serve 5-D
data sets. COLA is running a 2nd GDS for testing on port
9191 that is serving everything on the 9090 server plus GFS
ensemble forecasts. Check 'em out at </DIV>
<DIV> <SPAN
class=Apple-converted-space> </SPAN><A
href="http://monsoondata.org:9191/dods/gfsens/">http://monsoondata.org:9191/dods/gfsens/</A> </DIV>
<DIV>A public release of GDS 2.0 is forthcoming -- we are still
testing. If you'd like to help, please try using the 9191
server. </DIV>
<DIV><BR></DIV>
<DIV>
<DIV style="MARGIN: 0px"><FONT style="FONT: 12px Helvetica"
face=Helvetica size=3>Please post comments and questions and bug
reports here (low-tech bug tracking is still in use at COLA). As
always, I must be able to reproduce a problem on my own systems in
order to fix it, so keep that in mind when reporting
bugs. </FONT></DIV>
<DIV style="MARGIN: 0px"><BR></DIV>
<DIV style="MARGIN: 0px">Jennifer</DIV>
<DIV style="MARGIN: 0px"><BR></DIV></DIV>
<DIV></DIV></SPAN></FONT></DIV>
<DIV><SPAN class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto"><SPAN
class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto"><SPAN
class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto">
<DIV>--</DIV>
<DIV>Jennifer M. Adams</DIV>
<DIV>IGES/COLA</DIV>
<DIV>4041 Powder Mill Road, Suite 302</DIV>
<DIV>Calverton, MD 20705</DIV>
<DIV><A href="mailto:jma@cola.iges.org">jma@cola.iges.org</A></DIV>
<DIV><BR class=khtml-block-placeholder></DIV><BR
class=Apple-interchange-newline></SPAN></SPAN></SPAN></DIV><BR></DIV></BLOCKQUOTE></SPAN><BR
class=Apple-interchange-newline></BLOCKQUOTE></DIV><BR>
<DIV><SPAN class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; border-spacing: 0px 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto"><SPAN
class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; border-spacing: 0px 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto"><SPAN
class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; border-spacing: 0px 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto">
<DIV>--</DIV>
<DIV>Jennifer M. Adams</DIV>
<DIV>IGES/COLA</DIV>
<DIV>4041 Powder Mill Road, Suite 302</DIV>
<DIV>Calverton, MD 20705</DIV>
<DIV><A href="mailto:jma@cola.iges.org">jma@cola.iges.org</A></DIV>
<DIV><BR class=khtml-block-placeholder></DIV><BR
class=Apple-interchange-newline></SPAN></SPAN></SPAN></DIV><BR></BLOCKQUOTE><SPAN><gens_20_2008060500z_P000.ctl></SPAN><SPAN><grib2scan.with.gens_20_2008060500z_P012.grib></SPAN><SPAN><gribmap.of.gens_20_2008060500z_P000.ctl></SPAN></BLOCKQUOTE></DIV><BR>
<DIV><SPAN class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; border-spacing: 0px 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto"><SPAN
class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; border-spacing: 0px 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto"><SPAN
class=Apple-style-span
style="WORD-SPACING: 0px; FONT: 12px Helvetica; TEXT-TRANSFORM: none; COLOR: rgb(0,0,0); TEXT-INDENT: 0px; WHITE-SPACE: normal; LETTER-SPACING: normal; BORDER-COLLAPSE: separate; orphans: 2; widows: 2; border-spacing: 0px 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto">
<DIV>--</DIV>
<DIV>Jennifer M. Adams</DIV>
<DIV>IGES/COLA</DIV>
<DIV>4041 Powder Mill Road, Suite 302</DIV>
<DIV>Calverton, MD 20705</DIV>
<DIV><A href="mailto:jma@cola.iges.org">jma@cola.iges.org</A></DIV>
<DIV><BR class=khtml-block-placeholder></DIV><BR
class=Apple-interchange-newline></SPAN></SPAN></SPAN></DIV><BR></BLOCKQUOTE></BODY></HTML>