<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:メイリオ
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Dear Jim<div><br></div><div>Thank you for your advise.&nbsp;</div><div><br></div><div>When I tried to access your SeaWiFS data I am requested to put the Nama and Passward like</div><div>To view this page, you must log in to area “iprc_only” on apdrc.soest.hawaii.edu:80.</div><div>Do I need to register or is it allowed for certain people?</div><div><br></div><div>Best Regards,</div><div>Takaya Namba</div><div><br></div><div><br><div>&gt; Date: Mon, 20 Jun 2011 09:57:48 -1000<br>&gt; From: jimp@hawaii.edu<br>&gt; To: gradsusr@gradsusr.org<br>&gt; Subject: Re: [gradsusr] xdfopen via opendap (developed from re Re: sdfopen with opendap file)<br>&gt; <br>&gt; Takaya:<br>&gt; <br>&gt; I don't think that the template option works with data via OPeNDAP, only on<br>&gt; local files. The data provider needs to aggregate the data on the server<br>&gt; side<br>&gt; of things. Otherwise, you will have to write your script to loop through<br>&gt; all the<br>&gt; files.<br>&gt; <br>&gt; You are also welcome to get the Pathfinder SST from our site,<br>&gt; http://apdrc.soest.hawaii.edu.<br>&gt; The exact URL is:<br>&gt; <br>&gt; http://apdrc.soest.hawaii.edu:80/dods/public_data/satellite_product/AVHRR/avhrr_mon<br>&gt; <br>&gt; for the monthly values (and these are aggregated).<br>&gt; <br>&gt; Jim<br>&gt; <br>&gt; Namba Takaya wrote:<br>&gt; &gt; Dear Sir<br>&gt; &gt;<br>&gt; &gt; I tried to read the HDF file of pathfinder monthly sst via opendap<br>&gt; &gt;<br>&gt; &gt; Fortunately I could read the sst data by xdfopen and data descriptor<br>&gt; &gt; file(bsst.ctl) as bellow,<br>&gt; &gt; Then I tried to develop using % of DSET in the data descriptor file.<br>&gt; &gt; Then I have a problem explained below and could you tell me how to<br>&gt; &gt; solve the problem?<br>&gt; &gt;<br>&gt; &gt; Best Regards, Takaya Namba<br>&gt; &gt;<br>&gt; &gt; bsst.ctl (data descriptor file)<br>&gt; &gt;<br>&gt; &gt; DSET<br>&gt; &gt; http://data.nodc.noaa.gov/opendap/pathfinder/Version5.0/Monthly/1985/198501.s04m1pfv50-bsst-16b
.hdf<br>&gt; &gt; options yrev<br>&gt; &gt; ***DSET<br>&gt; &gt; http://data.nodc.noaa.gov/opendap/pathfinder/Version5.0/Monthly/%y4/%y4%m2.s04m1pfv50-bsst-16b.hdf<br>&gt; &gt; TITLE This is a sample<br>&gt; &gt; UNDEF 99999.0<br>&gt; &gt; YDEF lat 4096 LINEAR -90 0.043945<br>&gt; &gt; XDEF lon 8192 LINEAR -180 0.043945<br>&gt; &gt; ***TDEF time 1 linear 00:00z1! 5JAN1985 1mo<br>&gt; &gt; VARS 1:<br>&gt; &gt; bsst=&gt;bsst 1 99 surface temperature<br>&gt; &gt; ENDVARS<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; However, I would like to use<br>&gt; &gt; DSET<br>&gt; &gt; http://data.nodc.noaa.gov/opendap/pathfinder/Version5.0/Monthly/%y4/%y4%m2.s04m1pfv50-bsst-16b.hdf<br>&gt; &gt; instead of<br>&gt; &gt; DSET<br>&gt; &gt; http://data.nodc.noaa.gov/opendap/pathfinder/Version5.0/Monthly/1985/198501.s04m1pfv50-bsst-16b.hdf.<br>&gt; &gt; Because I would like to do all the thirty years from jan 1988 to 2009.<br>&gt; &gt;<br>&gt; &gt; I added the line in the bsst.ctl<br>&gt; &gt; TDEF time 1 linear 00:00z15JAN1985 1mo<br>&gt; &gt; and then<br>&gt; &gt; grads -cl batch-opendap.gs.<br>&gt; &gt;<br>&gt; &gt; However, the error comes like below,<br>&gt; &gt;<br>&gt; &gt; Error: nc_open failed to open file<br>&gt; &gt; http://data.nodc.noaa.gov/opendap/pathfinder/Version5.0/Monthly/%y4/%y4%m2.s04m1pfv50-bsst-16b.hdf<br>&gt; &gt; NetCDF: DAP server error<br>&gt; &gt; gadsdf: Couldn't i! ngest SDF metadata.<br>&gt; &gt; SDF Descriptor file bsst.ctl was not suc cessfully opened &amp; parsed.<br>&gt; &gt;<br>&gt; &gt; I understand that I could not replace /%y4/%y4%m2 with /1985/198501 by<br>&gt; &gt; the data descriptor file.<br>&gt; &gt; Could you tell me how can I replace by the proper descriptor file as I<br>&gt; &gt; expected?<br>&gt; &gt;<br>&gt; &gt; (batch-opendap.gs grads script file)<br>&gt; &gt; 'set gxout shaded'<br>&gt; &gt; 'xdfopen bsst.ctl'<br>&gt; &gt; 'q file'<br>&gt; &gt; say result<br>&gt; &gt; 'set lat 10 50'<br>&gt; &gt; 'set lon 120 170'<br>&gt; &gt; 'set T 1'<br>&gt; &gt; 'set Z 1'<br>&gt; &gt; 'd bsst'<br>&gt
; &gt; 'cbar'<br>&gt; &gt; 'quit'<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; dncdump -h<br>&gt; &gt; "http://data.nodc.noaa.gov/opendap/pathfinder/Version5.0/Monthly/1985/198501.s04m1pfv50-bsst-16b.hdf"<br>&gt; &gt;<br>&gt; &gt; is as below,<br>&gt; &gt;<br>&gt; &gt; netcdf 198501.s04m1pfv50-bsst-16b { // format variant: 64bit<br>&gt; &gt; dimensions:<br>&gt; &gt; lat = 4096 ;<br>&gt; &gt; &amp;n! bsp; lon = 8192 ;<br>&gt; &gt; variables:<br>&gt; &gt; short bsst(lat, lon) ;<br>&gt; &gt; bsst:dsp_PixelType = 1b ;<br>&gt; &gt; bsst:dsp_PixelSize = 2b ;<br>&gt; &gt; bsst:dsp_Flag = 0s ;<br>&gt; &gt; bsst:dsp_nBits = 16s ;<br>&gt; &gt; bsst:dsp_LineSize = 0 ;<br>&gt; &gt; bsst:dsp_cal_name = "Temperature" ;<br>&gt; &gt; bsst:units = "Temp" ;<br>&gt; &gt; bsst:dsp_cal_eqnNumber = 2s ;<br>&gt; &gt; bsst:dsp_cal_CoeffsLeng! th = 8s ;<br>&gt; &gt; &amp;n bsp; bsst:dsp_cal_coeffs = 0.075f, -3.f ;<br>&gt; &gt; bsst:scale_factor = 0.075f ;<br>&gt; &gt; bsst:add_off = -3.f ;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; gradsusr mailing list<br>&gt; &gt; gradsusr@gradsusr.org<br>&gt; &gt; http://gradsusr.org/mailman/listinfo/gradsusr<br>&gt; &gt;   <br>&gt; _______________________________________________<br>&gt; gradsusr mailing list<br>&gt; gradsusr@gradsusr.org<br>&gt; http://gradsusr.org/mailman/listinfo/gradsusr<br></div></div>                                               </div></body>
</html>