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

Different calculation for latent heat upper limit for ground water #561

Open
ccarouge opened this issue Mar 6, 2025 · 0 comments
Open
Labels
blocked Issue that requires other work to be done first GWH Ground water hydrology integration work

Comments

@ccarouge
Copy link
Member

ccarouge commented Mar 6, 2025

In the latent heat code, we calculate an upper limit using:

fupper_limit(j) = REAL(ssnow_wb(j)-ssnow_wbice(j)/frozen_limit)*frescale(j)

Because the ground water uses a different calculation for wb, we need to introduce a specific case for the gw_model modifying the upper line to:

     fupper_limit(j) = REAL(ssnow_wb(j)-ssnow_wbice(j)*den_rat/frozen_limit)*frescale(j)

Note: the difference in the calculation of wb and wbliq in the ground water is in question, so this issue should be paused while the question is investigated.

@ccarouge ccarouge added blocked Issue that requires other work to be done first GWH Ground water hydrology integration work labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Issue that requires other work to be done first GWH Ground water hydrology integration work
Projects
None yet
Development

No branches or pull requests

1 participant