-
Notifications
You must be signed in to change notification settings - Fork 321
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
elai and esai for non-SP runs should use frac_sno #1116
Comments
@danicalombardozzi @swensosc would one of you want to confirm @dlawrenncar 's feelings that this is a bug, and that CNVegStructUpdate should use the same formulation as in SatellitePhenologyMod? @danicalombardozzi I'm thinking we could fold this bug fix into #1112 . |
I agree that it should be the weighted average of the snow-covered and
snow-free areas, like in satellite phenology.
…On Thu, Aug 20, 2020 at 11:41 AM Bill Sacks ***@***.***> wrote:
@danicalombardozzi <https://github.com/danicalombardozzi> @swensosc
<https://github.com/swensosc> would one of you want to confirm
@dlawrenncar <https://github.com/dlawrenncar> 's feelings that this is a
bug, and that CNVegStructUpdate should use the same formulation as in
SatellitePhenologyMod?
@danicalombardozzi <https://github.com/danicalombardozzi> I'm thinking we
could fold this bug fix into #1112
<#1112> .
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1116 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGRN57BIV4NQRYOOGUCXO7LSBVN5VANCNFSM4QGNHZZQ>
.
|
Yes, this looks like a bug, and I can fold it into #1112 |
Merged
ekluzek
added a commit
to chrislxj/ctsm
that referenced
this issue
Jan 27, 2021
Grass/crop snow burial fraction fix, and some other fixes (1) Crop/grass snow burial changed based on height and lodging (Danica Lombardozzi) - resolves ESCOMP#516. Updates grass and crop snow burial ('fb' in SatellitePhenologyMod.F90) from being 0.2m to change with PFT height and accounts for 20% lodging (falling over). (2) In BGC code, make elai and esai depend on frac_sno (Danica Lombardozzi, Keith Oleson & Bill Sacks) - resolves ESCOMP#1116 (3) Fix to quadratic solution error bug caused by negative shaded photosynthesis (Danica Lombardozzi & Keith Oleson) - resolves ESCOMP#756 (4) Point to cime branch tag that avoids building CDEPS with LILAC, to avoid dependence on unreleased ESMF code (Bill Sacks) - resolves ESCOMP#1203 (5) Some tweaks to documentation and how the documentation is built (Bill Sacks)
samsrabin
pushed a commit
to samsrabin/CTSM
that referenced
this issue
Sep 17, 2024
V2 Land Use Change
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief summary of bug
I noticed that the formulation for elai and esai includes frac_sno for satellite phenology runs, but not for CN/BGC runs. @dlawrenncar thinks this is a bug, and that CN/BGC should include frac_sno (see #1112 (comment)).
General bug information
CTSM version you are using: Latest master
Does this bug cause significantly incorrect results in the model's science? Yes
Configurations affected: All non-SP cases
Details of bug
For Satellite Phenology, I see:
CTSM/src/biogeochem/SatellitePhenologyMod.F90
Lines 419 to 420 in 32964a8
whereas for BGC, there is no accounting for frac_sno in the similar lines:
CTSM/src/biogeochem/CNVegStructUpdateMod.F90
Lines 295 to 296 in 32964a8
The text was updated successfully, but these errors were encountered: