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

Framework for LSM #1389

Merged
merged 18 commits into from
Feb 1, 2024
Merged

Framework for LSM #1389

merged 18 commits into from
Feb 1, 2024

Conversation

AMLattanzi
Copy link
Collaborator

This creates the framework for utilizing a land surface model. The approach parallels what was done for moisture. Namely, an abstraction layer with runtime selectable LSM models.

The MM5 model was simplified down to theta diffusion (with constant coefficients and homogeneous Dirichlet bottom temperature). This model was used in conjuction with met_em initialization that provides land masks and SST. The MM5 updates theta where landmask is true and the flux it uses at the boundary comes from MOST. Here is the result after 100 steps (top is domain and bottom is LSM):
LSM_Output_100

The associated land mask and sst is:
image (6)

This seems to restart with native chk files.

@AMLattanzi AMLattanzi marked this pull request as ready for review January 19, 2024 23:41
@asalmgren asalmgren merged commit fbe71ac into erf-model:development Feb 1, 2024
11 checks passed
@AMLattanzi AMLattanzi deleted the LSM branch July 10, 2024 16:09
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 this pull request may close these issues.

2 participants