Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Why the root respiration doesn't include the live coarse respiration in src/biogeochem/CNVegCarbonFluxType.F90

Status
Not open for further replies.

Xueli Huo

Member
Hi,

I am checking the respiration code in src/biogeochem/CNVegCarbonFluxType.F90

For the soil respiration starting at line 4547 in CNVegCarbonFluxType.F90

this%sr_col(c) = &
this%rr_col(c) + &
soilbiogeochem_hr_col(c)
where the root respiration is coded starting at line 4197:

this%rr_patch(p) = &
this%froot_mr_patch(p) + &
this%cpool_froot_gr_patch(p) + &
this%cpool_livecroot_gr_patch(p) + &
this%cpool_deadcroot_gr_patch(p) + &
this%transfer_froot_gr_patch(p) + &
this%transfer_livecroot_gr_patch(p) + &
this%transfer_deadcroot_gr_patch(p) + &
this%cpool_froot_storage_gr_patch(p) + &
this%cpool_livecroot_storage_gr_patch(p) + &
this%cpool_deadcroot_storage_gr_patch(p)

Why the live coarse root respiration livecroot_mr_patch(p) is not included in the calculation of root respiration above? Am I missing something ?
I am using the version with the tag as PPE.n01_ctsm5.1.dev012.

Sincerely,
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
I've asked around a bit and we're not sure why live coarse root respiration is not included.
Would you mind filing an issue on this:


and we'll see if we can tap any knowledge about this from the rest of the community.
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
Closing the loop here, this appears to be a bug, live coarse root respiration should be included. Thanks for finding this. A fix will be included in an upcoming tag.
 
Status
Not open for further replies.
Top