netcdf ftpthredds/EASYInit/DePreSys/sal_anal_199210.nc { dimensions: longitude = 288; n2 = 2; latitude = 144; depth = 20; variables: double longitude(longitude=288); :standard_name = "longitude"; :units = "degrees_east"; :bounds = "bound_longitude"; :axis = "X"; double bound_longitude(longitude=288, n2=2); double latitude(latitude=144); :standard_name = "latitude"; :units = "degrees_north"; :bounds = "bound_latitude"; :axis = "Y"; double bound_latitude(latitude=144, n2=2); float depth(depth=20); :standard_name = "depth"; :units = "m"; :bounds = "bound_depth"; :axis = "Z"; :positive = "down"; float bound_depth(depth=20, n2=2); int model_level_number(depth=20); :standard_name = "model_level_number"; double time; :calendar = "360_day"; :standard_name = "time"; :units = "days since 1992-1-1"; :climatology = "bound_time"; :axis = "T"; double bound_time(n2=2); float sea_water_salinity(depth=20, latitude=144, longitude=288); :coordinates = "time model_level_number"; :_FillValue = -1.0E30f; // float :standard_name = "sea_water_salinity"; :units = "1e3 psu @0.035"; :submodel = 2; // int :stash_code = 102; // int :long_name = "salinity (ocean) (psu-35)/1000"; :cell_methods = "longitude: latitude: mean time: mean within years time: mean over years (interval: 1 h)"; // global attributes: :Conventions = "CF-1.0"; :source = "Data from Met Office Unified Model run AENWG"; }