Skip to content

Commit

Permalink
Update simpleNbox-runtime.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bpbond committed Dec 20, 2024
1 parent a824780 commit 64af5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simpleNbox-runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ int SimpleNbox::calcderivs(double t, const double c[], double dcdt[]) const {
pf_refreeze_tp =
pf_refreeze_tp + fluxpool(biome_pf_refreeze_tp, U_PGC_YR);
pf_refreeze_soil =
pf_refreeze_tp + fluxpool(biome_pf_refreeze_soil, U_PGC_YR);
pf_refreeze_soil + fluxpool(biome_pf_refreeze_soil, U_PGC_YR);
}
}

Expand Down

0 comments on commit 64af5df

Please sign in to comment.