Open jkshuman opened 5 years ago
This has been taking care of in SFMainMod, but hasn't been implemented in FatesPlantHydraulicsMod. The code is ready to go, but is commented out currently. This was left out of the original #738 as it would be answer changing.
@xuchongang @rgknox I see that crown depth is often set to 0.1m https://github.com/NGEET/fates/blob/3f6749d471e8766a212dd0a2b0c4c95aacd97f65/biogeochem/FatesAllometryMod.F90#L1905-L1925
and then read into Plant Hydraulics. https://github.com/NGEET/fates/blob/3f6749d471e8766a212dd0a2b0c4c95aacd97f65/biogeophys/FatesPlantHydraulicsMod.F90#L439-L441 Is the use of this one value correct? There is another equation in there, but currently commented out. (I am not using hydro at the moment, but wanted to confirm this crown_depth usage.)