-
Notifications
You must be signed in to change notification settings - Fork 163
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
Changes to Logging and Initialization of the CLM Lake Model #681
Merged
jkbk2004
merged 11 commits into
NOAA-EMC:develop
from
SamuelTrahanNOAA:tanya-fix-20230724
Aug 22, 2023
Merged
Changes to Logging and Initialization of the CLM Lake Model #681
jkbk2004
merged 11 commits into
NOAA-EMC:develop
from
SamuelTrahanNOAA:tanya-fix-20230724
Aug 22, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Use ice thickness hice(i) to find the level in the lake where ice is zero. 2. Do not allow lake temperature to be below freezing point if there is no ice. 3. If there is no snow or ice, do not allow surface lake temperature to be below freezing point. These changes fixed the problem with large errors in the energy budget at the beginning of the cold-start run with lakes. 4. Added flag to turn on debug print statements in the CLM lake model.
tanyasmirnova
approved these changes
Jul 27, 2023
33 tasks
BrianCurtis-NOAA
approved these changes
Aug 21, 2023
jkbk2004
approved these changes
Aug 21, 2023
junwang-noaa
approved these changes
Aug 21, 2023
@SamuelTrahanNOAA ccpp physics PR#92 has been merged. Please update the submodule pointer and gitmodule url for this fv3atm PR. |
Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This is the work of @tanyasmirnova to fix some initialization issues in the CLM Lake Model. Initialization appears to work correctly without fractional ice. There are some lingering issues with fractional ice initialization that we're working on.
Changes:
frac_ice=.false.
in the gfs_physics namelist.lake_q2m
in GFS_diagnostics.F90Issue(s) addressed
Testing
How were these changes tested?
Staged test case on Hera.
What compilers / HPCs was it tested with?
Hera intel & gnu
Are the changes covered by regression tests? (If not, why? Do new tests need to be added?)
Yes, the tests already exist.
Have the ufs-weather-model regression test been run? On what platform?
Yes, but this is not the final version of the code. I'll rerun them again when we're finished.
Will the code updates change regression test baseline? If yes, why? Please show the baseline directory below.
Any tests that use clm lake with lake data will change results due to the changes to clm lake initialization.
Please commit the regression test log files in your ufs-weather-model branch
Will do.
Dependencies
If testing this branch requires non-default branches in other repositories, list them.
Those branches should have matching names (ideally)
Do PRs in upstream repositories need to be merged first?
If so add the "waiting for other repos" label and list the upstream PRs