<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 23, 2013, at 1:46 PM, Leopoldo Alvarez wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<div bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Hi Jennifer, <br>
<br>
I am writing again because I have urgent need to solve this
problem. Thanks!.<br>
<div class="moz-forward-container"><font face="Dax"> <br>
My binary data <i>grad.exe</i> file is 210 Kb </font></div></div></div></blockquote>This is not important<br><blockquote type="cite"><div bgcolor="#FFFFFF" text="#000000"><div class="moz-cite-prefix"><div class="moz-forward-container"><font face="Dax">(mm5_to_grads
package) </font></div></div></div></blockquote>I am not familiar with the mm5_to_grads package and how it creates binary output … however …</div><div><br><blockquote type="cite"><div bgcolor="#FFFFFF" text="#000000"><div class="moz-cite-prefix"><div class="moz-forward-container"><font face="Dax">and my data file .dat weighs 32 Gb</font></div></div></div></blockquote>A precise file size is required, down to the last byte. </div><div><br><blockquote type="cite"><div bgcolor="#FFFFFF" text="#000000"><div class="moz-cite-prefix"><div class="moz-forward-container"><font face="Dax"> AND grads file
(GrADS 2.0.2) is 1.5 Mb.<br></font></div></div></div></blockquote>The version number is important, but the size of the executable isn't. </div><div><br><blockquote type="cite"><div bgcolor="#FFFFFF" text="#000000"><div class="moz-cite-prefix"><div class="moz-forward-container"><font face="Dax">
<font color="#006600"><i>xsize*ysize*zsize*tsize*esize*4</i></font>
</font><font face="Dax">, Where I see these parameters? i don´t
know how to fix it!!, I need to recompile ?.<br></font></div></div></div></blockquote>These are the dimensions of your grid, taken from the XDEF, YDEF, ZDEF, TDEF, and EDEF (if it's there) statements in your GrADS descriptor file. The 4 is for the four bytes per floating point number. For each variable, calculate the grid size and add them up to see if the size of your binary file is correct. It is only slightly more difficult if some of your variables are z-varying and others aren't. </div><div><br></div><div><blockquote type="cite"><div bgcolor="#FFFFFF" text="#000000"><div class="moz-cite-prefix"><div class="moz-forward-container"><font face="Dax">The answer and solution I will post it on the list of GrADS
users. Sure!!.<br></font></div></div></div></blockquote>If you need more help, you should include your full GrADS descriptor file. </div><div>--Jennifer</div><div><br><blockquote type="cite"><div bgcolor="#FFFFFF" text="#000000"><div class="moz-cite-prefix"><div class="moz-forward-container"><font face="Dax">
</font><br>
<font face="Dax">best regards, <br>
<br>
Leopoldo ÁLVAREZ<br>
Tenerife - Canary Islands<br>
<br>
<br>
<br>
<br>
On Sep 20, 2013, at 6:13 PM, Leopoldo Alvarez wrote:<br>
<br>
> Hi jennifer, <br>
> <br>
> I am running a script (nuevo.gs) to extract info domain
mm5 model data. I use GrADS 2.0.2 version. I use 'options
big_endian' but my data file weighs 32 GB and<br>
> shows multiple mutiple on screen- -><br>
> <br>
> Low Level I/O Error: Seek error on data file <br>
<br>
<br>
This error generally occurs when your binary data file is too
small. Check your file size -- it should be
xsize*ysize*zsize*tsize*esize*4 (assuming 4 bytes per data
point and you're not writing out sequential data).<br>
--Jennifer<br>
<br>
<br>
</font>
<div class="moz-cite-prefix">El 20/09/13 23:13, Leopoldo Alvarez
escribió:<br>
</div>
<blockquote cite="mid:523CC87B.5000601@gmail.com" type="cite"> <font face="Dax">Hi jennifer, <br>
<br>
I am running a script (nuevo.gs) to extract info domain mm5
model data. </font><font face="Dax"><font face="Dax">I use
</font><font face="Dax"><font face="Dax">GrADS </font></font><font face="Dax"><font face="Dax"> 2.0.2 </font>version.</font>
I use </font><font face="Dax">'options big_endian' but my
data file weighs 32 GB and<br>
shows multiple mutiple on screen- -><br>
<br>
<font color="#006600"><i>Low Level I/O Error: Seek error on
data file </i><i><br>
</i><i> Data file name = test.dat </i><i><br>
</i><i>650 rc=-1 fpos=-172300 pfi->fhdr=0</i></font></font><br>
<br>
I think the problem is when running the mm5_to_grads.csh and
creates the .ctl and .dat and not script. I can see the data
well, until the time of step 1062 (set t 1062, then 'd t' it`s
ok), but when i exceeded from 1062 time of step gives me that
error ... How i can run my script saving this problem???. One
clue <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://gradsusr.org/pipermail/gradsusr/2008-April/006883.html">http://gradsusr.org/pipermail/gradsusr/2008-April/006883.html</a><br>
<br>
<font face="Dax">I'm on a machine that works -> uname -a<br>
<i>Linux login1 2.6.16.53-0.16-ppc64 #1 SMP Tue Oct 2
16:57:49 UTC 2007 ppc64 ppc64 ppc64 GNU/Linux</i></font><br>
<br>
<br>
nuevo.gs script<br>
***************<br>
***************<br>
<font color="#006600">'set lon -110.1829'<br>
'set lat 34.6518'<br>
'set lev 0.99199'<br>
<br>
#8737<br>
timeend = 4198<br>
i = 1<br>
while(i <= timeend)<br>
'set t 'i''<br>
'q time'<br>
timehr = substr(result, 8, 3)<br>
timedy = substr(result, 11, 2)<br>
timemo = substr(result, 13, 3)<br>
timeyr = substr(result, 16, 4)<br>
<br>
#velocidad viento<br>
'tg1=mag(u,v)'<br>
'd tg1'<br>
a.nr1 = subwrd(result,4)<br>
#direccion viento<br>
'd dir'<br>
a.nr11 = subwrd(result,10)<br>
# tv de Jeffrey iowa<br>
'tv=t+t*0.61*q'<br>
'rho=prs/(286.9*tv)'<br>
'd rho'<br>
a.nr = subwrd(result,4)<br>
'd t-273.15'<br>
a.nr2 = subwrd(result,10)<br>
'd rh'<br>
a.nr3 = subwrd(result,10)<br>
'd prs/100'<br>
a.nr4 = subwrd(result,10)<br>
<br>
val = timeyr%"-"%timemo%"-"%timedy"-"%timehr" "%a.nr1"
"%a.nr11" "%a.nr" "%a.nr2" "%a.nr3" "%a.nr4<br>
rec = write('drylake_80v.txt',val, append)<br>
i = i + 1<br>
endwhile</font><br>
*******************<br>
*******************<br>
<br>
best regards, <br>
<br>
Leopoldo ÁLVAREZ<br>
Tenerife - Canary Islands<br>
</blockquote>
<br>
<br>
</div>
<br>
<br>
<br>
<br>
<div class="moz-signature">
<table>
<tbody>
<tr>
<td> <span><logo.png></span></td>
</tr>
</tbody>
</table>
<table cellpadding="0.1" cellspacing="0.1">
<tbody>
<tr>
<td><font size="2">Leopoldo ÁLVAREZ</font></td>
</tr>
<tr>
<td><font size="2">CEO - Managing-Partner</font></td>
</tr>
<tr>
<td><font size="2">Harmattan Solutions SLU</font></td>
</tr>
<tr>
<td><font size="1">Tenerife - Canary Islands</font></td>
</tr>
<tr>
<td><font size="1">Mobile: (+34) 663 380 856</font></td>
</tr>
<tr>
<td><font size="1"><span><skp.png></span>Skype:
leopoldo.alvarez</font></td>
</tr>
</tbody>
</table>
</div>
El 20/09/13 23:15, Leopoldo Alvarez escribió:<br>
</div>
<blockquote cite="mid:523CC90E.1070904@harmattansolutions.com" type="cite">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<div class="moz-cite-prefix"><font face="Dax">I send to </font><a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
from <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:lap.bolsa@gmail.com">lap.bolsa@gmail.com</a>
email.<br>
i don´t know how to fix it.<br>
Leopoldo<br>
<br>
<div class="moz-signature">
<table>
<tbody>
<tr>
<td> <span><Mail Attachment.png></span></td>
</tr>
</tbody>
</table>
<table cellpadding="0.1" cellspacing="0.1">
<tbody>
<tr>
<td><font size="2">Leopoldo ÁLVAREZ</font></td>
</tr>
<tr>
<td><font size="2">CEO - Managing-Partner</font></td>
</tr>
<tr>
<td><font size="2">Harmattan Solutions SLU</font></td>
</tr>
<tr>
<td><font size="1">Tenerife - Canary Islands</font></td>
</tr>
<tr>
<td><font size="1">Mobile: (+34) 663 380 856</font></td>
</tr>
<tr>
<td><font size="1"><span><Mail Attachment.png></span>Skype:
leopoldo.alvarez</font></td>
</tr>
</tbody>
</table>
</div>
<br>
El 20/09/13 22:59, Jennifer Adams escribió:<br>
</div>
<blockquote cite="mid:E7569246-9E30-4C53-A91A-570B0CD36D24@cola.iges.org" type="cite">It will be better for you and me if you would post
your questions to the users forum instead of writing directly to
me. --Jennifer
<div><br>
<div><br>
<div>
<div>On Sep 20, 2013, at 5:12 PM, Leopoldo Alvarez wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<div bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix"><font face="Dax">Hi
jennifer, <br>
<br>
I am running a script (nuevo.gs) to extract info
grads domain mm5 model data. I use </font><font face="Dax">'options big_endian' but my data file
weighs 32 GB and<br>
shows multiple on screen- -><br>
<br>
<font color="#006600"><i>Low Level I/O Error:
Seek error on data file </i><i><br>
</i><i> Data file name = test.dat </i><i><br>
</i><i>650 rc=-1 fpos=-172300 pfi->fhdr=0</i></font></font><br>
<br>
Can i can run my script saving this problem???<br>
<br>
<br>
nuevo.gs script<br>
***************<br>
***************<br>
'set lon -110.1829'<br>
'set lat 34.6518'<br>
'set lev 0.99199'<br>
<br>
#8737<br>
timeend = 4198<br>
i = 1<br>
while(i <= timeend)<br>
'set t 'i''<br>
'q time'<br>
timehr = substr(result, 8, 3)<br>
timedy = substr(result, 11, 2)<br>
timemo = substr(result, 13, 3)<br>
timeyr = substr(result, 16, 4)<br>
<br>
#velocidad viento<br>
'tg1=mag(u,v)'<br>
'd tg1'<br>
a.nr1 = subwrd(result,4)<br>
#direccion viento<br>
'd dir'<br>
a.nr11 = subwrd(result,10)<br>
# tv de Jeffrey iowa<br>
'tv=t+t*0.61*q'<br>
'rho=prs/(286.9*tv)'<br>
'd rho'<br>
a.nr = subwrd(result,4)<br>
'd t-273.15'<br>
a.nr2 = subwrd(result,10)<br>
'd rh'<br>
a.nr3 = subwrd(result,10)<br>
'd prs/100'<br>
a.nr4 = subwrd(result,10)<br>
<br>
val = timeyr%"-"%timemo%"-"%timedy"-"%timehr"
"%a.nr1" "%a.nr11" "%a.nr" "%a.nr2" "%a.nr3" "%a.nr4<br>
rec = write('drylake_80v.txt',val, append)<br>
i = i + 1<br>
endwhile<br>
*******************<br>
*******************<br>
<br>
best regards, <br>
<br>
Leopoldo ÁLVAREZ<br>
<br>
<br>
<div class="moz-signature">
<table>
<tbody>
<tr>
<td> <span><logo.png></span></td>
</tr>
</tbody>
</table>
<table cellpadding="0.1" cellspacing="0.1">
<tbody>
<tr>
<td><font size="2">Leopoldo ÁLVAREZ</font></td>
</tr>
<tr>
<td><font size="2">CEO - Managing-Partner</font></td>
</tr>
<tr>
<td><font size="2">Harmattan Solutions SLU</font></td>
</tr>
<tr>
<td><font size="1">Tenerife - Canary Islands</font></td>
</tr>
<tr>
<td><font size="1">Mobile: (+34) 663 380 856</font></td>
</tr>
<tr>
<td><font size="1"><span><skp.png></span>Skype:
leopoldo.alvarez</font></td>
</tr>
</tbody>
</table>
</div>
El 18/09/13 21:29, Jennifer Adams escribió:<br>
</div>
<blockquote cite="mid:40B86167-A1F5-4C27-B43E-D20C76004F13@cola.iges.org" type="cite">Oh, your descriptor file already had
options little_endian. Change that to 'options
big_endian' and then remove 'options byteswapped'.
<div>--Jennifer</div>
<div><br>
<div>
<div>On Sep 18, 2013, at 3:54 PM, Leopoldo
Alvarez wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
<div bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">I have to
change the header .ctl ?? How?? <br>
<br>
<span><fcbcafhb.png></span><br>
<br>
<br>
<div class="moz-signature">
<table>
<tbody>
<tr>
<td> <span><logo.png></span></td>
</tr>
</tbody>
</table>
<table cellpadding="0.1" cellspacing="0.1">
<tbody>
<tr>
<td><font size="2">Leopoldo
ÁLVAREZ</font></td>
</tr>
<tr>
<td><font size="2">CEO -
Managing-Partner</font></td>
</tr>
<tr>
<td><font size="2">Harmattan
Solutions SLU</font></td>
</tr>
<tr>
<td><font size="1">Tenerife -
Canary Islands</font></td>
</tr>
<tr>
<td><font size="1">Mobile: (+34)
663 380 856</font></td>
</tr>
<tr>
<td><font size="1"><span><skp.png></span>Skype:
leopoldo.alvarez</font></td>
</tr>
</tbody>
</table>
</div>
<br>
<br>
El 18/09/13 20:38, Jennifer Adams
escribió:<br>
</div>
<blockquote cite="mid:3D1FB658-ED03-4C79-A2F4-C703863B0B61@cola.iges.org" type="cite">Looks like a big v. little
endian issue. Try putting 'options
byteswapped' in the descriptor file and
see if that changes anything. --Jennifer
<div><br>
<div><br>
<div>
<div>On Sep 18, 2013, at 3:32 PM,
Leopoldo Alvarez wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<meta http-equiv="content-type" content="text/html;
charset=UTF-8">
<div bgcolor="#FFFFFF" text="#000000"> <font face="Dax">Dear Jennirfer
Adams, <br>
<br>
I am using the GrADS graphics
package for plotting MM5 model
outputs...<br>
<br>
I'm on a machine that works
-> uname -a<br>
<i>Linux login1
2.6.16.53-0.16-ppc64 #1 SMP
Tue Oct 2 16:57:49 UTC 2007
ppc64 ppc64 ppc64 GNU/Linux</i><br>
<br>
I think the problem happens
when I run mm5tograds.csh. The<i>
grads.ese executable </i>compiled
NOT good, I think.<br>
If I paint the terrain domain
or the temperature parameter
or other... decimal values
shows me always ... example
below.<br>
<br>
</font><big><big>These are the
compilation options I use
-></big></big><br>
<font face="Dax"><span><ghccdiaj.png></span><br>
</font><br>
<font face="Dax"><span><cfefadda.png></span><br>
<br>
</font><br>
<font face="Dax"><span><hgjhefia.png></span><br>
<br>
<br>
</font><big><big>and if I use
readv3 to view
MMOUTS_DOMAINx output is OK
-></big></big><br>
<br>
<br>
<font face="Dax"><span><ebjefjie.png></span><br>
<br>
<br>
Best regards, <br>
<br>
Leopoldo ÁLVAREZ<br>
<br>
</font>
<div class="moz-signature">-- <br>
<table>
<tbody>
<tr>
<td> <span><logo.png></span></td>
</tr>
</tbody>
</table>
<table cellpadding="0.1" cellspacing="0.1">
<tbody>
<tr>
<td><font size="2">Leopoldo
ÁLVAREZ</font></td>
</tr>
<tr>
<td><font size="2">CEO -
Managing-Partner</font></td>
</tr>
<tr>
<td><font size="2">Harmattan
Solutions SLU</font></td>
</tr>
<tr>
<td><font size="1">Tenerife
- Canary Islands</font></td>
</tr>
<tr>
<td><font size="1">Mobile:
(+34) 663 380 856</font></td>
</tr>
<tr>
<td><font size="1"><span><skp.png></span>Skype:
leopoldo.alvarez</font></td>
</tr>
</tbody>
</table>
</div>
</div>
</blockquote>
</div>
<br>
<div> <span class="Apple-style-span" style="border-collapse: separate;
font-family: Helvetica;
font-style: normal; font-variant:
normal; font-weight: normal;
letter-spacing: normal;
line-height: normal; orphans: 2;
text-align: -webkit-auto;
text-indent: 0px; text-transform:
none; white-space: normal; widows:
2; word-spacing: 0px;
-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:
0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse:
separate;
-webkit-border-horizontal-spacing:
0px;
-webkit-border-vertical-spacing:
0px; font-family: Helvetica;
font-size: 12px; font-style:
normal; font-variant: normal;
font-weight: normal;
letter-spacing: normal;
line-height: normal;
-webkit-text-decorations-in-effect:
none; text-indent: 0px;
-webkit-text-size-adjust: auto;
text-transform: none; orphans:
2; white-space: normal; widows:
2; word-spacing: 0px; ">
<div style="word-wrap:
break-word; -webkit-nbsp-mode:
space; -webkit-line-break:
after-white-space; "><span class="Apple-style-span" style="border-collapse:
separate;
-webkit-border-horizontal-spacing:
0px;
-webkit-border-vertical-spacing:
0px; font-family: Helvetica;
font-size: 12px; font-style:
normal; font-variant:
normal; font-weight: normal;
letter-spacing: normal;
line-height: normal;
-webkit-text-decorations-in-effect:
none; text-indent: 0px;
-webkit-text-size-adjust:
auto; text-transform: none;
orphans: 2; white-space:
normal; widows: 2;
word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse:
separate;
-webkit-border-horizontal-spacing:
0px;
-webkit-border-vertical-spacing:
0px; font-family:
Helvetica; font-size:
12px; font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: normal;
line-height: normal;
-webkit-text-decorations-in-effect:
none; text-indent: 0px;
-webkit-text-size-adjust:
auto; text-transform:
none; orphans: 2;
white-space: normal;
widows: 2; word-spacing:
0px; ">
<div>--</div>
<div>Jennifer M. Adams<br>
Center for
Ocean-Land-Atmosphere
Studies (COLA)<br>
111 Research Hall, Mail
Stop 2B3<br>
George Mason University<br>
4400 University Drive<br>
Fairfax, VA 22030 <br>
<br>
</div>
<div><br class="khtml-block-placeholder">
</div>
<br class="Apple-interchange-newline">
</span></span></div>
</span></span><br class="Apple-interchange-newline">
</div>
<br>
</div>
</div>
</blockquote>
<br>
</div>
</blockquote>
</div>
<br>
<div> <span class="Apple-style-span" style="border-collapse: separate; font-family:
Helvetica; font-style: normal; font-variant:
normal; font-weight: normal; letter-spacing:
normal; line-height: normal; orphans: 2;
text-align: -webkit-auto; text-indent: 0px;
text-transform: none; white-space: normal;
widows: 2; word-spacing: 0px;
-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: 0px; font-size:
medium; "><span class="Apple-style-span" style="border-collapse: separate;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
font-family: Helvetica; font-size: 12px;
font-style: normal; font-variant: normal;
font-weight: normal; letter-spacing: normal;
line-height: normal;
-webkit-text-decorations-in-effect: none;
text-indent: 0px; -webkit-text-size-adjust:
auto; text-transform: none; orphans: 2;
white-space: normal; widows: 2;
word-spacing: 0px; ">
<div style="word-wrap: break-word;
-webkit-nbsp-mode: space;
-webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate;
-webkit-border-horizontal-spacing: 0px;
-webkit-border-vertical-spacing: 0px;
font-family: Helvetica; font-size: 12px;
font-style: normal; font-variant:
normal; font-weight: normal;
letter-spacing: normal; line-height:
normal;
-webkit-text-decorations-in-effect:
none; text-indent: 0px;
-webkit-text-size-adjust: auto;
text-transform: none; orphans: 2;
white-space: normal; widows: 2;
word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate;
-webkit-border-horizontal-spacing:
0px; -webkit-border-vertical-spacing:
0px; font-family: Helvetica;
font-size: 12px; font-style: normal;
font-variant: normal; font-weight:
normal; letter-spacing: normal;
line-height: normal;
-webkit-text-decorations-in-effect:
none; text-indent: 0px;
-webkit-text-size-adjust: auto;
text-transform: none; orphans: 2;
white-space: normal; widows: 2;
word-spacing: 0px; ">
<div>--</div>
<div>Jennifer M. Adams<br>
Center for Ocean-Land-Atmosphere
Studies (COLA)<br>
111 Research Hall, Mail Stop 2B3<br>
George Mason University<br>
4400 University Drive<br>
Fairfax, VA 22030 <br>
<br>
</div>
<div><br class="khtml-block-placeholder">
</div>
<br class="Apple-interchange-newline">
</span></span></div>
</span></span><br class="Apple-interchange-newline">
</div>
<br>
</div>
</blockquote>
<br>
</div>
</blockquote>
</div>
<br>
<div> <span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -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: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; ">
<div style="word-wrap: break-word; -webkit-nbsp-mode:
space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; ">
<div>--</div>
<div>Jennifer M. Adams<br>
Center for Ocean-Land-Atmosphere Studies
(COLA)<br>
111 Research Hall, Mail Stop 2B3<br>
George Mason University<br>
4400 University Drive<br>
Fairfax, VA 22030 <br>
<br>
</div>
<div><br class="khtml-block-placeholder">
</div>
<br class="Apple-interchange-newline">
</span></span></div>
</span></span><br class="Apple-interchange-newline">
</div>
<br>
</div>
</div>
</blockquote>
<br>
</blockquote>
<br>
</div>
</blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -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: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; -webkit-text-decorations-in-effect: none; text-indent: 0px; -webkit-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div>--</div><div>Jennifer M. Adams<br>Center for Ocean-Land-Atmosphere Studies (COLA)<br>111 Research Hall, Mail Stop 2B3<br>George Mason University<br>4400 University Drive<br>Fairfax, VA 22030 <br><br></div><div><br class="khtml-block-placeholder"></div><br class="Apple-interchange-newline"></span></span></div></span></span><br class="Apple-interchange-newline">
</div>
<br></body></html>