Re: about the FTP site

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Thu, 23 Mar 2006 07:45:49 -0700 (MST)

> I connected the ftp site that given by Adam. But it was failed.
> I was wondering if i can get the data (SOI_Darwin.nc) used in
> the script "spec_4.ncl"£¿I want to check my result given by
> "spec_4.ncl" with my ownd data .

A *current* version of that file is at:

[1] http://www.cgd.ucar.edu/cas/catalog/

[2] Click "Climate Indices"

[3] Click "Southern Oscillation Index"

[4] go to bottom: CLick "netCDF format"

The SOI.nc has data thru February 2006.
The last 10 months have _FillValue [missing values].

To read

       f = addfile ("SOI.nc","r")

       time = f->time
       tLast = ind(time.eq.200602)
       soi = f->SOI_DARWIN(0:tLast)

       printVarSummary(soi)

good luck

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Mar 23 2006 - 07:45:49 MST

This archive was generated by hypermail 2.2.0 : Wed Mar 29 2006 - 11:52:49 MST