netcdf ftpthredds/EASYInit/oraip/sst/sst_ECDA.nc { dimensions: lon = 360; lat = 180; time = UNLIMITED; // (228 currently) variables: double lon(lon=360); :units = "degrees_east"; double lat(lat=180); :units = "degrees_north"; int time(time=228); :units = "months since 1993-01-01"; float sst(time=228, lat=180, lon=360); :long_name = "Sea Surface Temperature"; :units = "Celsius"; }