netcdf solid_ice_discharge/catchment.nc { dimensions: time = 2979; catchment = 173; variables: double time(time=2979); :_FillValue = NaN; // double :cf_role = "timeseries_id"; :standard_name = "time"; :axis = "T"; :units = "days since 1986-04-15 00:00:00"; :calendar = "proleptic_gregorian"; String catchment(catchment=173); :long_name = "Catchment"; :standard_name = "N/A"; :comment = "Catchments from Mouginot (2019), assigned per pixel"; double discharge(catchment=173, time=2979); :_FillValue = NaN; // double :long_name = "Discharge"; :standard_name = "land_ice_mass_tranport_due_to_calving_and_ice_front_melting"; :units = "Gt yr-1"; :coordinates = "time catchment"; :_ChunkSizes = 173U, 2979U; // uint double err(catchment=173, time=2979); :_FillValue = NaN; // double :long_name = "Error"; :standard_name = "Uncertainty"; :units = "Gt yr-1"; :coordinates = "time catchment"; :_ChunkSizes = 173U, 2979U; // uint double coverage(catchment=173, time=2979); :_FillValue = NaN; // double :long_name = "Coverage"; :standard_name = "Coverage"; :coordinates = "time catchment"; :_ChunkSizes = 173U, 2979U; // uint // global attributes: :featureType = "timeSeries"; :title = "Greenland discharge"; :summary = "Greenland discharge per catchment, pixel-scale assignment"; :keywords = "Greenland; Ice Discharge; Calving; Submarine Melt"; :source = "git commit: 0a37079"; :creator_name = "Ken Mankoff"; :creator_email = "kdm@geus.dk"; :creator_url = "http://kenmankoff.com"; :institution = "GEUS"; :references = "10.22008/promice/ice_discharge"; :product_version = 2.0; // double }