netcdf ftpthredds/EASYInit/oraip/sst/sst_EnsSpread.nc { dimensions: lon = 360; lat = 180; time = UNLIMITED; // (204 currently) variables: double lon(lon=360); :units = "degrees_east"; double lat(lat=180); :units = "degrees_north"; int time(time=204); :units = "months since 1993-01-01"; float sst(time=204, lat=180, lon=360); :long_name = "Sea Surface Temperature"; :units = "Celsius"; // global attributes: :contact = "Maria Valdivieso - m.valdiviesodacosta@reading.ac.uk"; }