Conversation
Owner
Author
|
@rcnijzink, could you provide the full reference to Campbell and Norman? Could you also add a link to the relevant repo on renkulab.io, where the current state of the branch can be tested? |
Contributor
|
The full reference is: Campbell, G. S. and Norman, J. M.: An introduction to environmental biophysics, 2nd ed., Springer, New York, 316 pp., 1998. The repo on renkulab: with copies here: |
Closed
This file contains hidden or 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
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.
This is a PR in progress to incorporate the feature of enabling dynamic leaf area index for trees and grasses, prepared by @rcnijzink. Initially, it is a copy of #67, but still needs to be tested and documented before merging.
Here is what @rcnijzink wrote in #67:
This branch had my latest edits for the LAI in the VOM (just before EGU 2022). I think it would be best to merge this into a branch on git@github.com:schymans/VOM.git, then you could start from there. I tried below to give an overview on what I did.
This branch includes a first attempt to separate PAR into PAR shade and PAR sunlit, based on the approach in Campbell & Norman. I followed the example on p260 (example 15.2). Specifically:
the above is the same as the calculation on p261 of Campbell & Norman, with scattered PAR as Qsc = 0.5 (Qbt - Qb), with Qbt the top beam radiation and Qb bottom beam radiation.
PARshade = (par_sct + par_shade_avg) * i_alpha_absPARsun = i_alpha_abs * (kappa_t * pardir_h(th_) + PARshade )On p261 of Campbell & Norman, these are the equations for Qsh and Qsl.