Skip to content
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

Salinity and enthalpy for new congelation growth. #481

Open
dabail10 opened this issue Dec 18, 2023 · 6 comments · Fixed by #494
Open

Salinity and enthalpy for new congelation growth. #481

dabail10 opened this issue Dec 18, 2023 · 6 comments · Fixed by #494
Assignees

Comments

@dabail10
Copy link
Contributor

dabail10 commented Dec 18, 2023

This code was noted to be an issue by Mathieu Plante (ECCC). This likely overestimates the salt content and enthalpy (set to the same values as sea water) for the new congelation growth (dhi). This results in too much heat being extracted from the ocean mixed layer and hence more frazil production.

qbotm = icepack_enthalpy_mush(Tbot, sss)
qbotp = -Lfresh * rhoi * (c1 - phi_i_mushy)
qbot0 = qbotm - qbotp
dhi = ebot_gro / qbotp ! dhi > 0
hqtot = dzi(nilyr)*zqin(nilyr) + dhi*qbotm
hstot = dzi(nilyr)*zSin(nilyr) + dhi*sss
emlt_ocn = emlt_ocn - qbot0 * dhi

@phil-blain
Copy link
Member

/cc @mathieuslplante

@dabail10
Copy link
Contributor Author

dabail10 commented Jan 16, 2025

I am re-opening as we did not change the default value of phi_i_mushy here. I feel this goes with the new one-step formulation. Thoughts? Here are some diagnostics from two CESM runs. I would suggest this change is within variability.

https://webext.cgd.ucar.edu/BLT1850/b.e30_beta04.BLT1850.ne30_t232_wgx3.121congel/ice/html/ice/Hemis_seaice_visual_compare_obs_lens.html

@mathieuslplante

@eclare108213
Copy link
Contributor

What phi_i_mushy parameter values were you testing in those plots?

@dabail10
Copy link
Contributor Author

Right. The default value is 0.85 (experiment 121) and the suggested value is 0.45 (121congel).

@mathieuslplante
Copy link

mathieuslplante commented Jan 17, 2025

Hi David,

Yes, I believe this is a good idea.

I am actually very surprised at the results: I was expecting a larger response, and a significant decrease in ice volume. In particular, if changing from the 2-step to the 1-step lead to a large volume increase, I am puzzled that decreasing the phi_i_mushy by half does not bring the results closer to the standard scheme.

Is it possible to 1. add results from a simulation with the 2-step scheme, and 2. see the contribution terms for the ice growth (congelation and frazil)?

@dabail10
Copy link
Contributor Author

I will work on that. I have to run a new simulation with the two-step scheme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants