<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Hey Jennifer,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Thanks. You're right. After downloading the data in netcdf format, the files opened with no problem. What would I use the descriptor file if the nc files open without it? Just curious.</p>
<br>
<p style="margin-top:0;margin-bottom:0">I'll give your suggestions a try. Thanks for the help.<br>
</p>
<div style="color: rgb(0, 0, 0);">
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> gradsusr <gradsusr-bounces@gradsusr.org> on behalf of Jennifer M Adams <jadams21@gmu.edu><br>
<b>Sent:</b> Tuesday, June 26, 2018 3:00 PM<br>
<b>To:</b> GrADS Users Forum<br>
<b>Subject:</b> Re: [gradsusr] ENSO Forecast Plumes Script</font>
<div> </div>
</div>
<meta content="text/html; charset=utf-8">
<div class="" style="word-wrap:break-word; line-break:after-white-space">Hi, James — 
<div class="">The data I use to draw the plumes is freely available from NOAA:</div>
<div class=""><br class="">
</div>
<div class=""><a href="ftp://ftp.cpc.ncep.noaa.gov/wd52dg/data/indices/sstoi.indices" class="OWAAutoLink" id="LPlnk747528" previewremoved="true">ftp://ftp.cpc.ncep.noaa.gov/wd52dg/data/indices/sstoi.indices</a>  (for the obs)</div>
<div class=""><a href="ftp://ftp.cpc.ncep.noaa.gov/NMME/realtime_anom" class="OWAAutoLink" id="LPlnk820062" previewremoved="true">ftp://ftp.cpc.ncep.noaa.gov/NMME/realtime_anom</a> (for the model forecasts)</div>
<div class=""><br class="">
You will need to download the data and create your own descriptor files, but that is a very straightforward task — no special tricks. Recently the format of the model data changed -- now it is NetCDF instead of GRIB — which makes it even easier. Below is the
 bit of script code for writing the ascii data as a binary time series: </div>
<div class=""><br class="">
</div>
<div class=""><font class="" style="font-size:14px" face="Courier">'set gxout fwrite'<br class="">
t=0<br class="">
while (1)<br class="">
  res=read(ascfile)<br class="">
  line1=sublin(res,1)<br class="">
  line2=sublin(res,2)<br class="">
  rc1 = subwrd(line1,1)<br class="">
  if (rc1); break; endif<br class="">
  ck=subwrd(line2,1)<br class="">
  if (ck!='YR')<br class="">
    t=t+1<br class="">
    year=ck<br class="">
    m=subwrd(line2,2)<br class="">
    val=subwrd(line2,10)<br class="">
    'd 'val<br class="">
    if (t=1) <br class="">
      iyear=year<br class="">
      imon=subwrd(mons,m)<br class="">
    endif<br class="">
  endif<br class="">
endwhile<br class="">
'disable fwrite'<br class="">
<br class="">
</font></div>
<div class=""><br class="">
</div>
<div class="">—Jennifer<br class="">
<br class="">
<blockquote type="cite" class="">On Jun 26, 2018, at 10:40 AM, James Spinks <<a href="mailto:jspin881@hotmail.com" class="OWAAutoLink" id="LPlnk40797" previewremoved="true">jspin881@hotmail.com</a>> wrote:<br class="">
<br class="">
Hi all,<br class="">
<br class="">
I was wondering if there was an updated link for the ENSO Forecast Plumes script since the URL <a href="http://monsoondata.org:9090/dods/" class="OWAAutoLink" id="LPlnk374649" previewremoved="true">http://monsoondata.org:9090/dods/</a> has been decommissioned.<br class="">
<br class="">
The script is hosted here http://cola.gmu.edu/enso_forecast_plumes.html and looks to still be running just fine, but the script does not contain an updated link. If there is a replacement link, can some please provide the new link. <br class="">
<br class="">
Thank you,<br class="">
James<br class="">
_______________________________________________<br class="">
gradsusr mailing list<br class="">
gradsusr@gradsusr.org<br class="">
http://secure-web.cisco.com/10cV7uvP1gMb6aGhsXoFmP9FcAbE16taY_R_CEn2DeLZcOVmzB2z8hEltkCJAzIqJc222mfbwJD1BXPCTrrkdCW-92A_3qXj4-zk3pcAGXRXDsfDVGyoNujgAffAPmVw613uXORG6J4-KHEuak38h5fRR3-mpQvMbpqwaSo_paZU-ZzrCz_sA6HXlZ89camd3E1ugdUdARvcxwvWRbX8rH9ZZSlsIGM92_lQYuTp69dFfq4B4T7GhQ2WibEwTgESteR32Zlwkwd9pQsrMU03xMITiJuRmVXIhsvqg3q1eaSud5BN6-nYbJf_z6FattWnWt2f6TGx0vl_nGZBb226xlQb0_sb5y_UnBh_mJFCN-KWM1VE66DaDGW1VIHUe48-EOTQxnnp7IvtlxkSenu6GSQOcOu9k87zqLTajNFICvw6HGFTbrE9OGDNxb-fyIKk2/http%3A%2F%2Fgradsusr.org%2Fmailman%2Flistinfo%2Fgradsusr<br class="">
</blockquote>
<br class="">
<div class="">--<br class="">
Jennifer Miletta Adams<br class="">
Center for Ocean-Land-Atmosphere Studies (COLA)<br class="">
George Mason University<br class="">
<br class="">
<br class="">
</div>
<br class="">
</div>
</div>
</div>
</div>
</body>
</html>