netcdf files/d273000/marine.nc { dimensions: time = UNLIMITED; // (389 currently) lat = 30; lon = 72; nb = 2; variables: double time(time=389); :name = "time"; :long_name = "Time"; :standard_name = "time"; :units = "days since 1946-01-01 00:00:00.0 +0:00"; :calendar = "standard"; :bounds = "time_bounds"; double time_bounds(time=389, nb=2); float lat(lat=30); :name = "lat"; :long_name = "Latitude"; :standard_name = "latitude"; :units = "degree_north"; :bounds = "lat_bounds"; float lat_bounds(lat=30, nb=2); float lon(lon=72); :name = "lon"; :long_name = "Longitude"; :standard_name = "longitude"; :units = "degree_east"; :bounds = "lon_bounds"; float lon_bounds(lon=72, nb=2); float t_air(time=389, lat=30, lon=72); :name = "t_air"; :long_name = "Air temperature"; :standard_name = "air_temperature"; :units = "degree_C"; :_FillValue = -999.9f; // float :cell_methods = "time: mean"; float stddev_t_air(time=389, lat=30, lon=72); :name = "stddev_t_air"; :long_name = "Standard deviation of air temperature"; :units = "degree_C"; :_FillValue = -999.9f; // float :cell_methods = "time: standard_deviation"; float count_t_air(time=389, lat=30, lon=72); :name = "count_t_air"; :long_name = "Number of observations for air temperature"; :_FillValue = -999.9f; // float :cell_methods = "time: sum"; float press(time=389, lat=30, lon=72); :name = "press"; :long_name = "Barometric pressure"; :standard_name = "air_pressure"; :units = "mbar"; :_FillValue = -9999.99f; // float :cell_methods = "time: mean"; float stddev_press(time=389, lat=30, lon=72); :name = "stddev_press"; :long_name = "Standard deviation of barometric pressure"; :units = "mbar"; :_FillValue = -9999.99f; // float :cell_methods = "time: standard_deviation"; float count_press(time=389, lat=30, lon=72); :name = "count_press"; :long_name = "Number of observations for barometric pressure"; :_FillValue = -9999.99f; // float :cell_methods = "time: sum"; // global attributes: :Conventions = "CF-1.7"; }