-
Notifications
You must be signed in to change notification settings - Fork 315
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
QSNOEVAP history output incorrect #624
Comments
@olyson @dlawrenncar should this fix go into release-clm5.0 ASAP then? |
Yes. Bring this to the release code ASAP. We should remove QSNOEVAP from
existing CMIP6 runs.
Dave
…On Tue, Jan 22, 2019 at 3:02 PM Erik Kluzek ***@***.***> wrote:
@olyson <https://github.com/olyson> @dlawrenncar
<https://github.com/dlawrenncar> should this fix go into release-clm5.0
ASAP then?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#624 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AUAcVK7dzwvlBvIC7pRv9MJATTLg8bxSks5vF4p8gaJpZM4aNmEc>
.
|
QSNOEVAP is only requested for daily averages and we haven't asked for that output for CMIP6 runs thus far. |
Gary will delete QSNOEVAP from the published version of CLM_LAND_ONLY_RELEASE. |
I have a branch with the fix for this. I've also done some looking for this same type of problem elsewhere where ptr_patch points to the same array. There are some legit examples of this, where there is an ice mask for it. And there are some where a different name is allowed for the same variable. |
So fixed on release branch will be fixed on master when those changes come in. |
Brief summary of bug
QSNOEVAP history output is incorrect.
General bug information
CTSM version you are using: release-clm5.0.15
Does this bug cause significantly incorrect results in the model's science? Yes, if QSNOEVAP is used for analysis
Configurations affected: All
Details of bug
In WaterfluxType.F90, QSNOEVAP is defined as:
but last line should be:
The text was updated successfully, but these errors were encountered: