-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heat flux diagnostics incomplete / incorrect #139
Comments
re. point 1, if we correct |
I'm not sure if I agree with doing it this way. The name of the diagnostic shouldn't be changed in the code just because a bug was found. I think we should calculate |
Hi All, |
For those interested in further details, I wrote notes in 2015 on the topic of heat budget diagnostics as part of a collaboration using ESM2M, which has many of the same elements as ACCESS (yet it uses SIS rather than CICE). I just uploaded these notes to the Github repo at https://github.com/mom-ocean/mom-ocean.github.io/blob/master/assets/pdfs/ESM2M_heat_budget.pdf I believe the issue with the non-closure in ACCESS relates to the ice model and its melt. As ESM2M uses the GFDL ice model SIS, the details for ESM2M might be distinct. Even so, the notes offer some insight for those interested in understanding how processes contribute to the heat budget of a grid cell. |
Regarding point 3 above, as Andy suggested elsewhere, it might be a bit much saving frazil_3d for ACCESS-OM2-01, so perhaps it would be worth making another new 2d diagnostic, which is the vertical sum of frazil_3d, so that we can still separate out the components of the total surface heat flux. (Note that the current frazil_2d that we are saving is only the surface layer of frazil_3d.) |
Will the diagnostic heat budget close with frazil_3d, or depth summed frazil_2d? |
Steve, for an interior grid cell, you need frazil_3d to close the heat budget. However, for ACCESS-OM2-01, we are not saving all of the heat budget terms, so could only hope to close the vertically integrated heat budget, for which the depth summed frazil_3d would be sufficient. |
Yes, I see your point. It would be useful to run one year with all the right terms at each grid cell are fine, to confirm that all is OK... |
Just to add a comment here... the issue with a previously non-closure of the heat budget in ACCESS-OM was related with an inconsistency in the rho_cp parameter between the ocean and sea-ice components (fixed in auscom_ice.f90, July 2017). I can certify that the heat budget is closed in recent ACCESS-OM2 1-degree simulations. |
linking a related issue: #142 |
I've added the vertically-integrated frazil_3d diagnostic here |
|
I've added an issue and PR on the MOM5 code repository that addresses this issue. Basically I have corrected the |
Many thanks @rmholmes - I've merged your PR, so is this issue ok to close now? |
Yes I think so. Just for future reference if people are looking at this issue again. The total heat flux into the ocean from surface forcing and ice-ocean exchanges is:
where,
Note the calving terms and liceht are currently zero in ACCESS-OM. |
Thanks @rmholmes for making this note. Just checking with you that frazil_3d_int_z is a depth integrated. Can we use frazil_2d in place of frail_3d_int_z as others fluxes are just 2D. |
despite the name, |
This distinguishes it from |
Thanks @aekiss and @russfiedler that's reason I am just wondering that we need to include depth integrated flux or just flux at surface due to frazil to calculate total flux into the ocean. |
Frazil can form at deeper depths than just the surface, so we need |
This issue has been mentioned on ACCESS Hive Community Forum. There might be relevant details there: https://forum.access-hive.org.au/t/non-closure-of-heat-budget-in-access-cm2-esmf-cmip-output/244/10 |
This issue has been mentioned on ACCESS Hive Community Forum. There might be relevant details there: https://forum.access-hive.org.au/t/net-surface-heat-and-freshwater-flux-variables/993/6 |
@adele157's slack post:
Hi, coming back to the
net_sfc_heating
diagnostic problem for ACCESS that Ruth brought up earlier and that we mentioned briefly this morning. In summary of what I understand: To accurately calculate the net surface heating, you need(these terms plus
frazil_3d
balancestemp_tendency
).For MOM/SIS, the diagnostic
but for ACCESS, there is an additional term associated with the mass flux of sea ice melt/formation (
mh_flux
) that is included insfc_hflux_coupler
, but not included innet_sfc_heating
.So I recommend that we make the following changes:
net_sfc_heating
diagnostic for ACCESS, so that it includes the melt terms (I think we need to addwfimelt
andwfiform
to the precip/evap terms as a special case for ACCESS).mh_flux
, so that it is possible to output all of the separate heat flux terms (The surface heat budget then can be separated into (swflx + lw_heat + fprec_melt_heat + sens_heat + evap_heat + mh_flux + sfc_hflux_pme + sfc_hflux_from_runoff + frazil_3d
)frazil_2d
withfrazil_3d
, and also outputmh_flux
.The text was updated successfully, but these errors were encountered: