<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.19019">
<STYLE></STYLE>
</HEAD>
<BODY 
style="WORD-WRAP: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space" 
bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>I should clarify.&nbsp; These are ocean current 
data retrieved as U &amp; V vector components from the HYCOM oceanographic 
model.&nbsp; &nbsp;I am now getting the data directly from their server and then 
sub setting using the sdfwrite command.&nbsp; The script for the U component is 
below.&nbsp; The longitude parameter in the original data is&nbsp; 0-360 and 
opposed to -180 to 180, so if I 'set lon -121 -116' to extract an area off of 
Southern California, it will not work.&nbsp; Ultimately, what I need is&nbsp;an 
.nc file covering 32N-35N x 116W-121W for both the U and V vector components 
with the longitude in geographic or world format (i.e. -180 to 180).&nbsp; Just 
not sure how to convert from the original format.&nbsp;&nbsp;&nbsp;I can get the 
numbers I need by subtracting 360 from the lon value, but not sure how to do 
this in GrADS.&nbsp; &nbsp;The ncdump output from the file created by the .gs 
script below is attached.&nbsp; Any ideas you can offer are much 
appreciated.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>'reinit'<BR>'sdfopen <A 
href="http://tds.hycom.org/thredds/dodsC/datasets/global/GLBa0.08_rect/data/uvel/rarchv.2012_106_00_3zu.nc'">http://tds.hycom.org/thredds/dodsC/datasets/global/GLBa0.08_rect/data/uvel/rarchv.2012_106_00_3zu.nc'</A><BR>*<BR>*&nbsp; 
Save sub-sectioned NetCDF files<BR>*<BR>* Create Southern California .nc 
file<BR>'q file'<BR>'set gxout shaded'<BR>'set lat 32 35'<BR>'set lon 239 
244'<BR>'set lev 0'<BR>'d u'<BR>'define u = u'<BR>'set sdfwrite 
hycom_u_socal.nc'<BR>'sdfwrite u'<BR>'quit'<BR></FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Thanks.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Mark</FONT></DIV>
<DIV><FONT size=2 face=Arial>&nbsp;</DIV></FONT>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; 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@gradsusr.org 
  href="mailto:gradsusr@gradsusr.org">GrADS Users Forum</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, April 18, 2012 8:20 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [gradsusr] Saving NetCDF lon 
  parameter in geographic</DIV>
  <DIV><BR></DIV>Mark,
  <DIV>If your original data set "wraps" the globe, then it should work 
  fine:&nbsp;</DIV>
  <DIV><BR></DIV>
  <DIV>'sdfopen foo.nc</DIV>
  <DIV>'set lon -180 180'</DIV>
  <DIV>'define var'</DIV>
  <DIV>'sdfwrite var'</DIV>
  <DIV><BR></DIV>
  <DIV>If not, please send the output from ncdump -c on your original file, your 
  script to generate a new netcdf file using sdfwrite, and the output from 
  ncdump -c on your new netcdf file. Your GrADS version would be helpful 
  too.</DIV>
  <DIV><BR></DIV>
  <DIV>--Jennifer</DIV>
  <DIV><BR></DIV>
  <DIV>
  <DIV>
  <DIV>On Apr 13, 2012, at 7:36 PM, Mark Hess wrote:</DIV><BR 
  class=Apple-interchange-newline>
  <BLOCKQUOTE type="cite">
    <DIV>Thanks Chuck - Looks like that validates my suspicion that I cannot 
    change <BR>the lon coordinates from the 0-360 to world coordinates 180 to 
    -180 when <BR>extracting a subset of the original file to a smaller .nc 
    file. &nbsp;I'll <BR>consider different options. &nbsp;Thanks. 
    &nbsp;Mark.<BR><BR><BR>----- Original Message ----- <BR>From: "Charles 
    Seman" &lt;<A 
    href="mailto:charles.seman@noaa.gov">charles.seman@noaa.gov</A>&gt;<BR>To: 
    "GrADS Users Forum" &lt;<A 
    href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</A>&gt;<BR>Sent: 
    Thursday, April 12, 2012 3:44 PM<BR>Subject: Re: [gradsusr] Saving NetCDF 
    lon parameter in geographic<BR><BR><BR>
    <BLOCKQUOTE type="cite">Mark,<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite"><BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">The documentation at<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite"><A 
      href="http://grads.iges.org/grads/gadoc/gradcomdsdfwrite.html">http://grads.iges.org/grads/gadoc/gradcomdsdfwrite.html</A> 
      states:<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">"By default, the output file will have a 
      coordinate variable only for<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">varying dimensions in the defined variable; 
      non-varying dimensions will<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">not appear as a coordinate variable with a size of 
      1. However, as of<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">version 2.0.a5, options have been added to the set 
      sdfwrite command to<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">force the variable in the output file to have at 
      least 4 or all 5<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">dimensions. When either of these options to set 
      sdfwrite are used, the<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">output file will retain information about the 
      values of the dimensions<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">that were fixed when the variable was defined; 
      non-varying dimensions<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">will appear as a coordinate variable of size 1. 
      For example, if your<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">defined variable is 500mb height on14may2002 (a 2D 
      variable that varies<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">only in lon and lat), and you use the -4d option, 
      the output file with<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">show height as a 4D variable with a Z dimension of 
      size 1 called 'lev'<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">with a value "500 mb", and a T dimension of size 1 
      called 'time' with a<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">value of "0 minutes since 2002-05-14 
    00:00".<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite"><BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Seems the key phrase seems to be "the output file 
      will retain<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">information about the values of the dimensions 
      that were fixed when the<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">variable was defined"... I confirmed what I 
      thought this meant on a file<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">which has grid longitudes in the -180 to 180 range 
      and found the<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">following results:<BR></BLOCKQUOTE>
    <BLOCKQUOTE 
      type="cite">--------------------------------------------------------------------<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">...using "native" longitude range:<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; sdfopen 3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Scanning self-describing file: 
      &nbsp;3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">SDF file 3B42.1002.V6.nc is open as file 
    1<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">LON set to 0 360<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">LAT set to -49.875 49.875<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">LEV set to 0 0<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Time values set: 2010:2:14:22 
    2010:2:14:22<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">E set to 1 1<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; q file<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">File 1 : NASA TRMM 3B42 3-Hourly 0.25 degree TRMM 
      and Other Satellites<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Precipitation Product (Version 6)<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">&nbsp;Descriptor: 3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">&nbsp;Binary: 3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">&nbsp;Type = Gridded<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">&nbsp;Xsize = 1440 &nbsp;Ysize = 400 &nbsp;Zsize = 
      1 &nbsp;Tsize = 1 &nbsp;Esize = 1<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">&nbsp;Number of Variables = 2<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">&nbsp;&nbsp;&nbsp;&nbsp;precipitation &nbsp;0 
      &nbsp;t,y,x &nbsp;precipitation<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">&nbsp;&nbsp;&nbsp;&nbsp;relativeerror &nbsp;0 
      &nbsp;t,y,x &nbsp;relativeError<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; set lon -180 180<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">LON set to -180 180<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; set lat -90 90<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">LAT set to -90 90<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; set sdfwrite 
      precipitation.3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">SDFWrite file name = 
      precipitation.3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">SDFWrite will replace an existing 
    file<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; sdfwrite precipitation<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">SDFWRITE error: no defined 
variables<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; define precipitation = 
    precipitation<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Define memory allocation size = 8328992 
    bytes<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; sdfwrite precipitation<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Wrote variable precipitation to 
      precipitation.3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">...<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">cjs: 
      /tmp/data/precip/trmm/3B42.V6/pp/0.25x0.25/av/monthly/update/ 
    --&gt;<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">\ncdump -c 
    precipitation.3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">netcdf precipitation.3B42.1002.V6 {<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">dimensions:<BR></BLOCKQUOTE>
    <BLOCKQUOTE 
      type="cite">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;longitude = 1442 
      ;<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;latitude 
      = 722 ;<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">...<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">longitude = -180.125,...,180.125<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">latitude = -90.125,...,90.125<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">...<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">...so the output file runs from longitude = 
      -180.125 to 180.125 and from<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">latitude = -90.125 to 90.125 (a couple extra 
      points added in each<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">direction, so be careful)<BR></BLOCKQUOTE>
    <BLOCKQUOTE 
      type="cite">--------------------------------------------------------------------<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite"><BR></BLOCKQUOTE>
    <BLOCKQUOTE 
      type="cite">--------------------------------------------------------------------<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">...using a "global" longitude range, using x,y 
      coordinates to define<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">exact boundaries:<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; sdfopen 3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Scanning self-describing file: 
      &nbsp;3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">SDF file 3B42.1002.V6.nc is open as file 
    1<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">LON set to 0 360<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">LAT set to -49.875 49.875<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">LEV set to 0 0<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Time values set: 2010:2:14:22 
    2010:2:14:22<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">E set to 1 1<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">...<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; set y 1 400<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">LAT set to -49.875 49.875<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; set x 721 2160<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">LON set to 0.125 359.875<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; set sdfwrite 
      precipitation.3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">SDFWrite file name = 
      precipitation.3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">SDFWrite will replace an existing 
    file<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; define precipitation = 
    precipitation<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Define memory allocation size = 4608000 
    bytes<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">ga-&gt; sdfwrite precipitation<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Wrote variable precipitation to 
      precipitation.3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">cjs: 
      /tmp/data/precip/trmm/3B42.V6/pp/0.25x0.25/av/monthly/update/ 
    --&gt;<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">\ncdump -c 
    precipitation.3B42.1002.V6.nc<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">netcdf precipitation.3B42.1002.V6 {<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">dimensions:<BR></BLOCKQUOTE>
    <BLOCKQUOTE 
      type="cite">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;longitude = 1440 
      ;<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;latitude 
      = 400 ;<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">longitude = 0.125,...,359.875<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">latitude = -49.875,...,49.875<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">...<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">...so the output file runs from longitude = 
      0.125,...,359.8755 and from<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">latitude = -49.875,...,49.875<BR></BLOCKQUOTE>
    <BLOCKQUOTE 
      type="cite">--------------------------------------------------------------------<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite"><BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Could you try defining the variable to sdfwrite 
      using parameters<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">appropriate to the netCDF file's original 
    grid?<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite"><BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Hope this helps,<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Chuck<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite"><BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">On 04/12/2012 03:57 PM, Mark Hess 
    wrote:<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">I have a NetCDF file which I can ingest and 
        display in GrADS with out a<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">problem. The LON parameter is set to a 0-360 
        grid as opposed to 0-180W &amp;<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">0-180E (or 0 to 180 for east and 0 to -180 for 
        west). If I "set lon 239<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">244" and then display my variable of interest 
        (in this case U), the data<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">display properly showing the data between 
        116W-121W (116W equaling<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">-116=244-360 and 121W equaling -121=360-239). 
        That all is fine until I<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">try to save my geographically subsetted area to 
        a new .nc file using the<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">sdfwrite function. The file saves fine, but it 
        saves the LON information<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">in the 0-360 format instead of the 0 to -180 
        format which I need for<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">another application. Is there a way to either 1) 
        save the new, subsetted<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">.nc file with the lons converting to the in 0 to 
        -180 format as part of<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">the process or 2) convert the lon format within 
        GrADS first and then<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">save the new .nc file with the lon values in the 
        format I want? Can I<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">subtract 360 from my "lon" variable to create a 
        'new' lon variable?<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">Thanks,<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">Mark<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite"><BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite"><BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE 
        type="cite">_______________________________________________<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite">gradsusr mailing list<BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite"><A 
        href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</A><BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">
      <BLOCKQUOTE type="cite"><A 
        href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</A><BR></BLOCKQUOTE></BLOCKQUOTE>
    <BLOCKQUOTE type="cite"><BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">-- <BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite"><BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Please note that <A 
      href="mailto:Charles.Seman@noaa.gov">Charles.Seman@noaa.gov</A> should be 
      considered my NOAA<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">email address, not <A 
      href="mailto:cjs@gfdl.noaa.gov">cjs@gfdl.noaa.gov</A>.<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite"><BR></BLOCKQUOTE>
    <BLOCKQUOTE 
      type="cite">********************************************************************<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Charles Seman 
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A 
      href="mailto:Charles.Seman@noaa.gov">Charles.Seman@noaa.gov</A><BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">U.S. Department of Commerce / NOAA / 
    OAR<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Geophysical Fluid Dynamics Laboratory 
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;voice: (609) 
    452-6547<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">201 Forrestal Road 
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;fax: 
      (609) 987-5063<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">Princeton, NJ &nbsp;08540-6649 
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A 
      href="http://www.gfdl.noaa.gov/~cjs/">http://www.gfdl.noaa.gov/~cjs/</A><BR></BLOCKQUOTE>
    <BLOCKQUOTE 
      type="cite">********************************************************************<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite"><BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">"The contents of this message are mine personally 
      and do not reflect any<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">official or unofficial position of the United 
      States Federal Government,<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">the United States Department of Commerce, or 
      NOAA."<BR></BLOCKQUOTE>
    <BLOCKQUOTE 
    type="cite">_______________________________________________<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite">gradsusr mailing list<BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite"><A 
      href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</A><BR></BLOCKQUOTE>
    <BLOCKQUOTE type="cite"><A 
      href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</A> 
      <BR></BLOCKQUOTE><BR>_______________________________________________<BR>gradsusr 
    mailing list<BR><A 
    href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</A><BR>http://gradsusr.org/mailman/listinfo/gradsusr<BR></DIV></BLOCKQUOTE></DIV><BR>
  <DIV apple-content-edited="true"><SPAN 
  style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-SPACING: 0px 0px; BORDER-COLLAPSE: separate; FONT: 12px Helvetica; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto" 
  class=Apple-style-span><SPAN 
  style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-SPACING: 0px 0px; BORDER-COLLAPSE: separate; FONT: 12px Helvetica; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto" 
  class=Apple-style-span><SPAN 
  style="WIDOWS: 2; TEXT-TRANSFORM: none; TEXT-INDENT: 0px; BORDER-SPACING: 0px 0px; BORDER-COLLAPSE: separate; FONT: 12px Helvetica; WHITE-SPACE: normal; ORPHANS: 2; LETTER-SPACING: normal; COLOR: rgb(0,0,0); WORD-SPACING: 0px; -khtml-text-decorations-in-effect: none; -apple-text-size-adjust: auto" 
  class=Apple-style-span>
  <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>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>gradsusr mailing 
  list<BR>gradsusr@gradsusr.org<BR>http://gradsusr.org/mailman/listinfo/gradsusr<BR></BLOCKQUOTE></BODY></HTML>