Icebergs #19
Replies: 7 comments 20 replies
-
HeatLatent heatLatent heat: I suggest deal with it at runtime. A data set could include the latent heat necessary to melt that volume of freshwater, but calculating that is trivial, and I think the ocean model will need to do the heavy lifting to properly incorporate that value. Sensible heatThere are two components to this. Warming ice to the phase transition temperature (PTT), and then warming the freshwater from the PTT (may be up to -2) to the ambient ocean temperature. This may be up to 15 % of the heat budget so I think they should be handled. Ice warming needs to be assumed and parameterized by an ocean model. Warming the meltwater to ambient may be explicit or implicit in how the freshwater forcing is handled depending on the model?
Order of magnitude, from pint import UnitRegistry
u = UnitRegistry()
c_i = 2093 * (u.J / (u.kg * u.K)) # specific heat capacity of ice
L = 334E3 * (u.J / u.kg) # latent heat of fusion for water
k = 4180 * (u.J / (u.kg * u.K)) # specific heat capacity of water
m = 1 * u.kg # sample mass
T_0 = (273.15 - 2) * u.K # phase transition temperature
T_i = (273.15 - 20) * u.K # ice temperature @tyler_2013
T_w = T_0 + (4 * u.K) # ocean temperature @webber_2017
Q_warm_ice = (m * c_i * (T_0 - T_i))
Q_melt_ice = (m * L)
Q_warm_water = (m * k * (T_w - T_0))
Q_tot = Q_warm_ice + Q_warm_water + Q_melt_ice
print(f"Warm ice from {T_i.to(u.degC)} to {T_0.to(u.degC)}: {Q_warm_ice} ({(Q_warm_ice/Q_tot).to('%').round(1)})")
print(f"Melt ice: {Q_melt_ice} ({(Q_melt_ice/Q_tot).to('%').round(1)})")
print(f"Warm water from {T_0.to(u.degC)} to {T_w.to(u.degC)}: {Q_warm_water} ({(Q_warm_water/Q_tot).to('%').round(1)})") : Warm ice from -20.0 degree_Celsius to -2.0 degree_Celsius: 37674.0 joule (9.7 percent)
: Melt ice: 334000.0 joule (86.0 percent)
: Warm water from -2.0 degree_Celsius to 2.0 degree_Celsius: 16720.0 joule (4.3 percent) File formatThe modelers should drive the final format and details (CSV, NetCDF (grid or vector), approximate resolution if gridded, map projection, etc.), assuming there is even consensus between models. Subglacial discharge (surface and subglacial melt) and sub-shelf dischargeFor liquid discharge (sub-shelf melt and surface runoff) I think both Frank and Gavin are suggesting vector format, not gridded. I agree. See comments below on binning by sector/region. IcebergsI think solid discharge should be provide as point-source (per glacier, or perhaps per region) because some model oceans may want to route and melt their own icebergs. We can also provide a spatial map of where icebergs are expected to melt, but I'd like input from others on how to produce this map. Maps of iceberg locations exist (see https://www.scp.byu.edu/data/iceberg/A68tracking.html ) but this is a form of survivorship bias. They melt elsewhere. Elsewhere is not as simple as "icebergs flow north", so icebergs in a given sector may be sourced from other longitudes. I'm not sure what to do about this, and suggest a separate topic to discuss freshwater from icebergs (sources, end-points, melt rate, melt depth). Icebergs (like melting shelf ice, see above) should probably be at -10 or -20 C, unless Peninsula glaciers have warmer temperature profiles. Spatial resolution (of vector data)I suggest the data providers should generate the highest fidelity product they can (assuming higher temporal and spatial resolution does not impose undue effort burden on the work). The benefit of producing the data with higher fidelity is more people will use it outside of this project/community. I have a lot of observationalists and process study people using products that provide glacier- or fjord- scale spatial resolution, but it cost me no effort relative to e.g. 'Zwally sector' which might be all that a GCM wants or needs. The method to bridge between high-fidelity data and model input is a) choosing the right format b) extensive use of METADATA, and c) example code (or 'downstream products'). As one example, my 'Greenland freshwater discharge' product (http://doi.org/10.5194/essd-12-2811-2020) provides daily temporal resolution and stream-scale vector (not gridded) spatial resolution. There are 29430 'stations' (stream outlets). I assume this is worthless as model input. However, for every station I provide the following metadata:
These 29430 stations at daily resolution can then be collapsed to annual runoff per Zwally basin (as exampled by Frank) with just a few lines of code. Data producers can do that as part of this effort, or not, if final use cases are TBD. When someone asked me how make a downstream product, in addition to doing it for them, I document it in the README or on the GitHub discussion page for that product (See README at https://github.com/GEUS-Glaciology-and-Climate/freshwater/ and reduce-by-ROI example at GEUS-Glaciology-and-Climate/freshwater#34) |
Beta Was this translation helpful? Give feedback.
-
Yes. This is what I thought we’d agreed to do. However, I’m a little confused as to the number of IMBIE basins we are planning for. There are 17 on the IMBIE webpage, but maybe 10 is better – presumably this just amalgamates some of the smaller ones. We will need to smooth these fields a little for implementation within coarser resolution OGCMs but I don’t think that is problematic. Happy to work with whatever we have available.
Gavin
…--
Gavin A. Schmidt
Director, NASA Goddard Institute for Space Studies
2880 Broadway, New York NY 10025
Cell: 212 749 0006
Email: ***@***.******@***.***>
URL: https://www.giss.nasa.gov/staff/gschmidt
From: Nicolas C. Jourdain ***@***.***>
Date: Tuesday, April 30, 2024 at 10:21 AM
To: NASA-GISS/freshwater-forcing-workshop ***@***.***>
Cc: Schmidt, Gavin A. (GISS-6110) ***@***.***>, Mention ***@***.***>
Subject: [EXTERNAL] [BULK] Re: [NASA-GISS/freshwater-forcing-workshop] File formats (Discussion #19)
CAUTION: This email originated from outside of NASA. Please take care when clicking links or opening attachments. Use the "Report Message" button to report suspicious messages to the NASA SOC.
Hi Thomas,
I agree this is the right approach. Nacho Merino actually coded that in NEMO during his PhD (for 10 sectors as well but not defined based on IMBIE basins), and I used it in my 2019 update of his dataset. Here is the kind of melt pattern that we have (the rectangle shows the origin of icebergs):
Here for the mean melt rate of icebergs from the Eastern Amundsen Sea :
Screenshot.2024-04-30.at.16.07.23.png (view on web)<https://github.com/NASA-GISS/freshwater-forcing-workshop/assets/25052687/976a536d-3d36-49b0-a77a-274266ac7fb4>
Here for the mean melt rate of icebergs from the Larsen & Filchner Ronne area :
Screenshot.2024-04-30.at.16.10.18.png (view on web)<https://github.com/NASA-GISS/freshwater-forcing-workshop/assets/25052687/190200d8-e6e1-417a-a580-3ec11a16bee9>
I think it would be better to redo this with the actual IMBIE basins and with a more realistic coastline (this one is cut at 77°S), but this one is available now if needed.
—
Reply to this email directly, view it on GitHub<#19 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF2UIXF4GORWHLUYQ6NTIH3Y76SH7AVCNFSM6AAAAABFRWGC66VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TENZWGEZDG>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Should we be using observations (that provide iceberg density and time, but not melt), or model data? Respond in comments or just vote by clicking on 👀 for Obs, or 👍🏿 for Model. |
Beta Was this translation helpful? Give feedback.
-
@nicojourdain The BYU data comes from the US National Ice Center (NIC) which states, So... missing all the small bergs. If we have caling (from velocity and shelf front position) and tracked new icebergs (from the BYU obs), the difference are all the small bergs. These could, perhaps, be presumed to melt at the surface and immediately adjacent to the shelf (i.e., at their source). There is another other observational datasets: https://scar.org/library-data/data/iceberg-database |
Beta Was this translation helpful? Give feedback.
-
Yes – I think we should just use this, but do we need to think about the conversion to total melt so that we can derive a weighting function? I don’t think that we need to worry too much about the small missing flux compared to the total.
Gavin
…--
Gavin A. Schmidt
Director, NASA Goddard Institute for Space Studies
2880 Broadway, New York NY 10025
Cell: 212 749 0006
Email: ***@***.******@***.***>
URL: https://www.giss.nasa.gov/staff/gschmidt
From: Nicolas C. Jourdain ***@***.***>
Date: Tuesday, April 30, 2024 at 12:22 PM
To: NASA-GISS/freshwater-forcing-workshop ***@***.***>
Cc: Schmidt, Gavin A. (GISS-6110) ***@***.***>, Mention ***@***.***>
Subject: [EXTERNAL] [BULK] Re: [NASA-GISS/freshwater-forcing-workshop] Icebergs (Discussion #19)
CAUTION: This email originated from outside of NASA. Please take care when clicking links or opening attachments. Use the "Report Message" button to report suspicious messages to the NASA SOC.
Anna Olivé-Abello, working with Pierre Mathiot and myself at IGE, has actually already estimated the melt patterns from the 18 IMBIE basins. We can probably average over a longer period to have a smoother pattern.
MAP_NEW1v1_BedMachine_meltingbasin_lr.png (view on web)<https://github.com/NASA-GISS/freshwater-forcing-workshop/assets/25052687/810833f0-0a03-4844-8895-d25cd05bffbd>
This is not perfect as this is a circum-Antarctic domain cut at 55°S, so we are missing ~70Gt/yr of melt in the South Atlantic, but this is probably the best we have in our group without having to wait for new simulations (and we can combine previous patterns to fix the South Atlantic leakage if needed).
—
Reply to this email directly, view it on GitHub<#19 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF2UIXFV7ZXYNRVJCYBWYIDY77AKPAVCNFSM6AAAAABFRWGC66VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TENZXGU4TO>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Noting this new publication for group awareness: https://gmd.copernicus.org/articles/17/3279/2024/ |
Beta Was this translation helpful? Give feedback.
-
Thanks to introductions from the SOFIA group I've found @julianamarson, their paper 2024 http://doi.org/10.1029/2023jc020697 and the associated data at https://canwin-datahub.ad.umanitoba.ca/data/dataset/nemo-anha4-seaice-locking-icebergs/resource/8aa9c193-214e-4152-9abe-037010bf1999 This is still a work in progress but I think we now have a Greenland product complementing the graphic from @nicojourdain above. That is, meltwater from icebergs distributed around Greenland and tied back to a source location. Work is ongoing at the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
From Ben Davison:
From @gavinny
From Frank Pattyn:
Beta Was this translation helpful? Give feedback.
All reactions