Possible typo in surface flux documentation? #2909
Labels
closed: wontfix
We won't fix this issue, because it would be too difficult and/or isn't important enough to fix
documentation
additions or edits to user-facing documentation
In equation 5.134 of the CLM 5.0 docs, which gives the updated transpiration flux, defined here, on line 1179 of CLM50_Tech_Note_Fluxes.rst, the last term is the sensible heat conductance for vegetation divided by the sum of the latent heat conductances for air, vegetation and the ground.
The issue is: I was expecting all of the conductances in this term to be for latent heat, such that this term would be a normalised latent heat conductance for vegetation. That is to say, is the
c_{v}^{h}
written in the docs correct, or should it be replaced withc_{v}^{w}
?It may well be correct, modelling plants is not at all my field! I just thought this equation looked odd whilst reading the docs to try to understand this component of the CLM, and reckoned it was worth opening an issue to check whether it's okay.
I had quick look in the code to see if I could find out by just checking what is actually done in the model, but not being at all familiar with the code I didn't find it. I presume it is in CanopyFluxesMod.F90 somewhere.
The text was updated successfully, but these errors were encountered: