-
Notifications
You must be signed in to change notification settings - Fork 382
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
Fix for bad leaf C:N ratios during transient land simulations #6370
Conversation
|
Is this non-BFB just for 20TR cases? |
!if (tot_leaf == 0._r8 .or. ignore_current_state) then | ||
if (veg_vp%evergreen(pft_type) == 1._r8) then | ||
pleaf = 1._r8 | ||
else | ||
pstorage = 1._r8 | ||
end if | ||
else | ||
pleaf = leaf /tot_leaf | ||
pstorage = leaf_storage/tot_leaf | ||
pxfer = leaf_xfer /tot_leaf | ||
end if | ||
!else | ||
! pleaf = leaf /tot_leaf | ||
! pstorage = leaf_storage/tot_leaf | ||
! pxfer = leaf_xfer /tot_leaf | ||
!end if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's delete these commented-out lines and reindent the remaining lines.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dmricciuto please see above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dmricciuto lease take care of above comment.
Discussion: might be needed for transient runs. should be BFB for 1850 spinup. Transient runs have started so have gotten lucky so far. |
Would definitely change answers for already started v3 20TR runs so probably can't be in v3.0 code. |
@bishtgautam this is the oldest 3.1beta PR. Would it be the first land one to go in? |
@rljacob, The order in which this non-BFB is merged into the master does not matter. |
go ahead and start merging this |
df11bbe
to
442e068
Compare
@dmricciuto so this wasn't ready? |
Fix for seed initialization that caused C:N an C:P ratios to diverge for some grid cells in transient simulations. Fixes #6368 [non-BFB]
Fix for seed initialization that caused C:N an C:P ratios to diverge for some grid cells in transient simulations. Fixes #6368 [non-BFB]
Fix for seed initialization that caused C:N an C:P ratios to diverge for some grid cells in transient simulations.
Fixes #6368
[non-BFB]