<!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.6001.18183" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>Think I still 
must be doing something wrong and/or missing a few important concepts.&nbsp; 
Here's what I get:</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" 
size=3></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>ga-&gt; sdfopen 
</FONT><A 
href="mhtml:{AFB7F805-B3C0-4E25-B941-0C69528BC204}mid://00009160/!x-usc:http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc"><FONT 
face="Times New Roman" 
size=3>http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc</FONT></A><BR><FONT 
face="Times New Roman" size=3>Scanning self-describing file:<BR></FONT><A 
href="mhtml:{AFB7F805-B3C0-4E25-B941-0C69528BC204}mid://00009160/!x-usc:http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc"><FONT 
face="Times New Roman" 
size=3>http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc</FONT></A><BR><FONT 
face="Times New Roman" size=3>gaopnc error: nc_open failed to open 
file<BR></FONT><A 
href="mhtml:{AFB7F805-B3C0-4E25-B941-0C69528BC204}mid://00009160/!x-usc:http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc"><FONT 
face="Times New Roman" 
size=3>http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc</FONT></A><BR><FONT 
face="Times New Roman" size=3>read_metadata: gaopnc failed <BR>gadsdf: Couldn't 
ingest SDF metadata.</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" 
size=3></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>Perhaps I need 
to work on creating a .ctl file?&nbsp; Any help with that is 
appreciated.</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" 
size=3></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" 
size=3>Thanks,</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" 
size=3></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" 
size=3>Mark</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" 
size=3></FONT>&nbsp;</DIV>
<DIV><BR></DIV></FONT>
<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=jimp@HAWAII.EDU href="mailto:jimp@HAWAII.EDU">James T. Potemra</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> Tuesday, May 05, 2009 5:29 PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: Using GrADS to retrieve 
  HYCOM data</DIV>
  <DIV><BR></DIV>Hi Mark:<BR><BR>Your variable constraints look more like Matlab 
  syntax to me.&nbsp; If you<BR>simply use sdfopen http://...... .nc 
  (truncate<BR>everythins from the ? to the end) it should work.&nbsp; You'll 
  then have<BR>access to the entire data file and can just<BR>'set x 1500 2300', 
  'set y 1750 2169', and so on, then 'd mld'<BR><BR>Jim<BR><BR>Mark Hess 
  wrote:<BR>&gt; Can anyone tell me what I am doing wrong here?&nbsp; At this 
  point I'm just<BR>&gt; trying to get a file off of the HYCOM server.&nbsp; I 
  used the server<BR>&gt; <A 
  href="http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc.html">http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc.html</A> 
  to<BR>&gt; generate the URL string below, but am obviously missing 
  something<BR>&gt; quite basic (I'm an inexperienced GrADS user and brand new 
  to<BR>&gt; OPeNDAP). Will I need to create a custom .ctl file to access 
  and<BR>&gt; display these data or am I simply using the sdfopen command 
  incorrectly?<BR>&gt;<BR>&gt; I am running GrADS version 2.0.a3.&nbsp; My 
  command and result are below.<BR>&gt;<BR>&gt; ga-&gt; sdfopen<BR>&gt; <A 
  href="http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc?mld[0:1:0][1750:1:2169][1500:1:2300">http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc?mld[0:1:0][1750:1:2169][1500:1:2300</A>]<BR>&gt;<BR>&gt; 
  Scanning self-describing file:<BR>&gt; <A 
  href="http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc?mld[0:1:0][1750:1:2169][1500:1:2300">http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc?mld[0:1:0][1750:1:2169][1500:1:2300</A>]<BR>&gt; 
  gaopnc error: nc_open failed to open file<BR>&gt; <A 
  href="http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc?mld[0:1:0][1750:1:2169][1500:1:2300">http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/2d/rarchv.2009_125_00_2d.nc?mld[0:1:0][1750:1:2169][1500:1:2300</A>]<BR>&gt; 
  read_metadata: gaopnc failed<BR>&gt; gadsdf: Couldn't ingest SDF 
  metadata.<BR>&gt; ga-&gt;<BR>&gt; Mark<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  ----- Original Message -----<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; *From:* Dan 
  Martin &lt;<A 
  href="mailto:Dan_Martin@BUOYWEATHER.COM">mailto:Dan_Martin@BUOYWEATHER.COM</A>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  *To:* <A href="mailto:GRADSUSR@LIST.CINECA.IT">GRADSUSR@LIST.CINECA.IT</A> 
  &lt;<A 
  href="mailto:GRADSUSR@LIST.CINECA.IT">mailto:GRADSUSR@LIST.CINECA.IT</A>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  *Sent:* Thursday, April 30, 2009 7:40 PM<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  *Subject:* Re: Using GrADS to retrieve HYCOM 
  data<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; The full HYCOM data is on a 
  curvilinear grid that I haven't been<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; able 
  to<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; make work in grads. They set up a linear 
  grid for grads users by<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  cutting<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; off pre-gridded section above 48 
  degrees north.<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <A 
  href="http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/">http://hycom.coaps.fsu.edu/opendap/nph-dods/datasets/hycom/global/GLBa0.08_rect/data/</A><BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  The update schedule is a bit irregular and the server is not alway 
  up,<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; but nice data when it is 
  there.<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; If anyone has the curvilinear 
  grid version working in grads, any tips<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; would 
  be nice.<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  Dan<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Mark Hess 
  wrote:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Has anyone out there used GrADS to 
  retrieve and display data<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; from 
  the<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; HYCOM OPeNDAP near real-time data 
  server<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; <A 
  href="http://hycom.coaps.fsu.edu/thredds/dodsC/glb_nrt_analysis.html">http://hycom.coaps.fsu.edu/thredds/dodsC/glb_nrt_analysis.html</A>?<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  &gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; I am hoping to use GrADS to retrieve 
  mixed layer depth data from<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  this<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; server, but not real clear on the 
  http/OPeNDAP string I would use to<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; 
  download the file (whether it be ASCII or binary).&nbsp; If you have 
  done<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; this and could send a sample script 
  or command showing the http<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; line that 
  would be much appreciated.<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  &gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; 
  Thanks,<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
  &gt; Mark<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
&gt;<BR>&gt;</BLOCKQUOTE></BODY></HTML>