Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Carbon starvation history variables by size x pft are not being updated. #970

Open
JessicaNeedham opened this issue Jan 7, 2023 · 0 comments
Labels
bug - science history output Pertaining to FATES history output variables

Comments

@JessicaNeedham
Copy link
Contributor

Looking at the Git blame, I added FATES_M3_MORTALITY_CANOPY_SZPF and FATES_M3_MORTALITY_USTORY_SZPF along with the damage module but I didn't update them within update_history_dyn.

They are defined here:

integer :: ih_m3_mortality_canopy_si_scpf

and output here:
call this%set_history_var(vname='FATES_M3_MORTALITY_CANOPY_SZPF', &

There is no error but the values will be zero.

FATES_M3_MORTALITY_UNDERSTORY_SCLS is also not updated.
FATES_M3_MORTALITY_CANOPY_SCLS is missing a divide by m2_per_ha :

hio_m3_mortality_canopy_si_scls(io_si,scls) = hio_m3_mortality_canopy_si_scls(io_si,scls) + &

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug - science history output Pertaining to FATES history output variables
Projects
Status: ❕Todo
Development

No branches or pull requests

1 participant