Skip to content
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

provide the light absorption as an output #43

Closed
trotsiuk opened this issue Jan 22, 2021 · 2 comments
Closed

provide the light absorption as an output #43

trotsiuk opened this issue Jan 22, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@trotsiuk
Copy link
Owner

from @DavidForrester

would it be possible to provide the light absorption as an
output? I was looking at the par, I guessed this is photosynthetically
active radiation (as opposed the absorption of par), but if it was it would
be solar radiation / 2, and it would not vary between species. If it is the
absorbed par, it might be better to name it apar, which is often used, and
would distinguish it from par, which is also often used, but for
photosynthetically active radiation.

@trotsiuk trotsiuk added the enhancement New feature or request label Feb 4, 2021
@trotsiuk trotsiuk self-assigned this Feb 4, 2021
@trotsiuk
Copy link
Owner Author

trotsiuk commented Feb 5, 2021

Yes @DavidForrester we can easily add more output variables. Currently we are outputting
par which is calculated from the layer par in case of 3PGmix version. We call it Total solar radiation (PAR) intercepted by canopy (look at library(r3PG); i_output

parl(:) * lambda_h(:) * lambda_v(:)

Please, describe more what shall be adjusted or renamed and I can implement it.

@DavidForrester
Copy link
Collaborator

Great. I see now. I think the "par" could just be renamed to "apar".
Similarly, the apar of the layer "parl" could be called "aparl".

i.e. apar(:) = aparl(:) * lambda_h(:) * lambda_v(:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants