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
) caught my attention - in particular the line 865.
My question : I was wondering why, during the sum over biomes, the iterative computation of refreezed soil pool (pf_refreeze_soil) relies on the permafrost thaw pool (pf_refreeze_tp) of current biome instead of the refreezed soil pool of previous biome ?
First I thought this was linked to issue #723 but I was not able to reproduce the mentioned error (comparison with 1 biome vs biome split) after reactivating the permafrost refreeze from soil feature, I guess I am doing something wrong.
In the other hand, I was thinking that maybe the refreezed tp is somehow part of the refreezed soil pool? but in this case, why refreezed soil and refreezed tp are added during permafrost derivatives computation a few lines after?
My apologies if this is a trivial one, but I didn't manage to find the answer ! and this seems to have a very small to no impact on the results according to the tests.
Regards
Pierre-Jean
The text was updated successfully, but these errors were encountered:
pjbarjhoux
changed the title
question about permafrost refreeze over biomes
question about permafrost refreeze sum over biomes
Dec 13, 2024
Hi,
First of all, I thank you for sharing your work with the open-source climate modeling community!
I am currently working on implementing (/trying to) the model in Python, and these [lines] in simpleNbox-runtime.cpp (
hector/src/simpleNbox-runtime.cpp
Lines 857 to 866 in a824780
My question : I was wondering why, during the sum over biomes, the iterative computation of refreezed soil pool (pf_refreeze_soil) relies on the permafrost thaw pool (pf_refreeze_tp) of current biome instead of the refreezed soil pool of previous biome ?
First I thought this was linked to issue #723 but I was not able to reproduce the mentioned error (comparison with 1 biome vs biome split) after reactivating the permafrost refreeze from soil feature, I guess I am doing something wrong.
In the other hand, I was thinking that maybe the refreezed tp is somehow part of the refreezed soil pool? but in this case, why refreezed soil and refreezed tp are added during permafrost derivatives computation a few lines after?
My apologies if this is a trivial one, but I didn't manage to find the answer ! and this seems to have a very small to no impact on the results according to the tests.
Regards
Pierre-Jean
The text was updated successfully, but these errors were encountered: