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

c14 ratio for soil carbon pools

Status
Not open for further replies.
Hi,

I am running CLM5 with c13 and c14 options turned on. I have seen that the soil c14 pool is unnaturally high.

I noticed that c14 ratio is not used in the code ( src/soilbiogeochem/SoilBiogeochemCarbonStateType.F90)

for c13 at line 584
> this%decomp_cpools_vr_col(i,j,k) = c12_soilbiogeochem_carbonstate_inst%decomp_cpools_vr_col(i,j,k) * c3_r2

for c14 at line 632 is the same as above
> this%decomp_cpools_vr_col(i,j,k) = c12_soilbiogeochem_carbonstate_inst%decomp_cpools_vr_col(i,j,k) * c3_r2

is c14 pool supposed to use the factor c3_r2 instead of c14ratio?
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
These lines of code are only executed if the model can't find the isotope variable on a restart file (or initial file). Generally, this could happen if you are starting the model with isotopes enabled but using a restart/initial file that doesn't have isotope data on it. Although I thought the model would abort with an error and tell you that. So I doubt these lines of code would be executed.
 
Status
Not open for further replies.
Top