|  | ERDDAP Easier access to scientific data | log in Brought to you by OCEAN:ICE | 
 
| Dataset Title: | OCEAN ICE - Future freshwater fluxes from the Antarctic ice sheet - 27 drainage basins - high emission scenario     | 
| Institution: | ULB (Dataset ID: SSP585_FWF_1990_2300_ZwallyBasins) | 
| Information: | Summary  | License  | Metadata
     | Background  | Files
     | Make a graph | 
Attributes {
  quantile {
    Float32 actual_range 0.05, 0.95;
    String long_name "Quantile";
    String parameter_sdn_uri "SDN:S01::S0112";
    String parameter_sdn_urn "https://vocab.nerc.ac.uk/collection/S01/current/S0112/";
    String standard_name "quantile";
    String units "quantile";
  }
  time2 {
    Float32 actual_range 1990.0, 2300.0;
    String long_name "Time";
    String parameter_sdn_uri "https://vocab.nerc.ac.uk/collection/P01/current/YEARXXXX//";
    String parameter_sdn_urn "SDN:P01::YEARXXXX";
    String standard_name "time";
    String unit_sdn_name "Years";
    String unit_sdn_uri "SDN:P06::UYRS";
    String unit_sdn_urn "https://vocab.nerc.ac.uk/collection/P06/current/UYRS/";
    String units "year";
  }
  basin {
    Int32 actual_range 1, 27;
    String long_name "Basin";
    String standard_name "basin";
    String units "basin";
  }
  Net_Mass_Balance {
    String long_name "Net Mass Balance";
    String parameter_sdn_uri "SDN:P04::G494";
    String parameter_sdn_urn "https://vocab.nerc.ac.uk/collection/P04/current/G494/";
    String standard_name "net_mass_balance";
    String units "Gigatonne year-1";
  }
  Surface_Meltwater_Runoff_Fluxes {
    Float64 colorBarMaximum 1.0;
    Float64 colorBarMinimum 0.0;
    String long_name "Surface Runoff";
    String parameter_sdn_uri "SDN:P07::CFSN0248";
    String parameter_sdn_urn "https://vocab.nerc.ac.uk/collection/P07/current/CFSN0248/";
    String standard_name "surface_runoff_amount";
    String units "Gigatonne year-1";
  }
  Sub_Shelf_Melt_Fluxes {
    String long_name "Sub Shelf Melt";
    String standard_name "sub_shelf_melt";
    String units "Gigatonne year-1";
  }
  Calving_Fluxes {
    String long_name "Calving";
    String standard_name "calving";
    String units "Gigatonne year-1";
  }
  NC_GLOBAL {
    String acknowledgement "Coulon, V., De Rydt, J., Gregov, T., Qin, Q., Pattyn, F. (2024). Future freshwater fluxes from the Antarctic ice sheet [Data set]. Zenodo. https://doi.org/10.5281/zenodo.14162776";
    String cdm_data_type "Grid";
    String Conventions "CF-1.10, COARDS, ACDD-1.3";
    String creator_name "Violaine Coulon";
    String creator_type "person";
    String data_creation "2024-11-14";
    String data_doi "https://doi.org/10.5281/zenodo.14162775";
    String data_format_original "NetCDF";
    String history 
"2025-10-30T05:28:05Z (local files)
2025-10-30T05:28:05Z https://er1.s4oceanice.eu/erddap/griddap/SSP585_FWF_1990_2300_ZwallyBasins.das";
    String infoUrl "https://agupubs.onlinelibrary.wiley.com/doi/epdf/10.1029/2024GL111250";
    String institution "ULB";
    String institution_edmo_code "717";
    String institution_edmo_uri "https://edmo.seadatanet.org/report/2062";
    String institution_ror_code "01r9htc13";
    String institution_ror_uri "https://ror.org/01r9htc13";
    String keywords "balance, basin, calving, Calving_Fluxes, data, EARTH SCIENCE>CLIMATE INDICATORS>CRYOSPHERIC INDICATORS>GLACIAL MEASUREMENTS>GLACIER MASS BALANCE/ICE SHEET MASS BALANCE, local, mass, melt, net, net_mass_balance, quantile, shelf, smb, source, sub, Sub-Shelf_Melt_Fluxes, sub_shelf_melt, Surface_Mass_Balance_Fluxes, time, ulb";
    String keywords_vocabulary "GCMD";
    String license "CC-BY 4.0";
    String license_url "https://creativecommons.org/licenses/by/4.0/";
    String naming_authority "OCEAN ICE";
    String publisher_name "Zenodo";
    String publisher_type "Group";
    String publisher_url "https://zenodo.org/records/14162776";
    String references "https://zenodo.org/records/15031532";
    String source "Kori-ULB ice-sheet model v0.91";
    String sourceUrl "(local files)";
    String standard_name_vocabulary "CF Standard Name Table v70";
    String summary "This dataset contains yearly timeseries of the [5 25 50 75 95] percentiles for the calibrated probabilistic projections of Antarctic net mass balance, surface meltwater runoff, sub-shelf melt, and calving fluxes (in Gt/yr) for 27 drainage basins under high-emission scenarios.";
    String title "OCEAN ICE - Future freshwater fluxes from the Antarctic ice sheet - 27 drainage basins - high emission scenario";
  }
}
 Data Access Protocol (DAP)
    Data Access Protocol (DAP) and its
    projection constraints
 and its
    projection constraints .
.
The URL specifies what you want: the dataset, a description of the graph or the subset of the data, and the file type for the response.
griddap request URLs must be in the form
https://coastwatch.pfeg.noaa.gov/erddap/griddap/datasetID.fileType{?query}
For example,
https://coastwatch.pfeg.noaa.gov/erddap/griddap/jplMURSST41.htmlTable?analysed_sst[(2002-06-01T09:00:00Z)][(-89.99):1000:(89.99)][(-179.99):1000:(180.0)]
Thus, the query is often a data variable name (e.g., analysed_sst),
followed by [(start):stride:(stop)]
(or a shorter variation of that) for each of the variable's dimensions
(for example, [time][latitude][longitude]). 
For details, see the griddap Documentation.