You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All, I just noticed (or possibly re-noticed) that the values we are using for the basal respiration rates are very slightly different between leaves, versus stem and roots.
I would probably plan to use the parameter value in #931 also for the leaf maintenance respiration when using the Ryan 1991 model, but the slight mismatch in values will give non bit-for bit results, so may want to do separately.
The text was updated successfully, but these errors were encountered:
ckoven
changed the title
slight mismatch across tissue types of basal respiration rates from Ryan 1991 mode
slight mismatch across tissue types of basal respiration rates from Ryan 1991 model
Jan 30, 2023
Hi All, I just noticed (or possibly re-noticed) that the values we are using for the basal respiration rates are very slightly different between leaves, versus stem and roots.
For leaves, the value is currently hardcoded here: https://github.com/NGEET/fates/blob/main/biogeophys/FatesPlantRespPhotosynthMod.F90#L530-L531 and the source of that number is described here: https://github.com/NGEET/fates/blob/main/biogeophys/FatesPlantRespPhotosynthMod.F90#L278-L285
For all other tissues, the parameter file value is used, which has a slightly different value (2.52e-6 instead of 2.525e-6) here: https://github.com/NGEET/fates/blob/main/parameter_files/fates_params_default.cdl#L1404
this parameter gets used for each of the tissues in these spots:
https://github.com/NGEET/fates/blob/main/biogeophys/FatesPlantRespPhotosynthMod.F90#L777
https://github.com/NGEET/fates/blob/main/biogeophys/FatesPlantRespPhotosynthMod.F90#L797-L799
https://github.com/NGEET/fates/blob/main/biogeophys/FatesPlantRespPhotosynthMod.F90#L758
I would probably plan to use the parameter value in #931 also for the leaf maintenance respiration when using the Ryan 1991 model, but the slight mismatch in values will give non bit-for bit results, so may want to do separately.
The text was updated successfully, but these errors were encountered: