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

Variable microbial stoichiometry #41

Open
wwieder opened this issue Nov 19, 2020 · 10 comments
Open

Variable microbial stoichiometry #41

wwieder opened this issue Nov 19, 2020 · 10 comments

Comments

@wwieder
Copy link
Owner

wwieder commented Nov 19, 2020

The first implementation of MIMICS-cn uses fixed stoichoimetry for MICr and MICK (6 & 10, respectively), resulting in a weak / absent latitudinal gradient that is inconsistent with observations from Xu et al. 2013.

Alternative strategies would be to have microbial C:N be a function of litter quality (see Liu et al. 2019, inorganic N availability (as in C:N pools w/in DAYCENT), or others?

@wwieder
Copy link
Owner Author

wwieder commented Nov 19, 2020

@melanniehartman I tried adding this feature with these code modifications.
the model seems to be running, do you mind taking a look at the code differences here?
e4ea7f3

@melanniehartman
Copy link
Collaborator

melanniehartman commented Nov 19, 2020 via email

@wwieder
Copy link
Owner Author

wwieder commented Nov 19, 2020

oh, you're @melanniehartman right I did this the wrong way, leading to increases in micCN with higher quality letter, which was not intended. See fig on the left (with variable micCN, vs. the baseline case)
image

@melanniehartman
Copy link
Collaborator

melanniehartman commented Nov 19, 2020 via email

@wwieder
Copy link
Owner Author

wwieder commented Nov 19, 2020

Yep, I just flipped the function result on the left are with the modified C:N, the default is on right.
image

@wwieder
Copy link
Owner Author

wwieder commented Nov 23, 2020

target microbial C:N switches too quickly, causing crazy behavior. @melanniehartman what would cause fMET to change so much at a single time? These results are from a single grid cell exhibiting this behavior of the 20th century.

image

@wwieder
Copy link
Owner Author

wwieder commented Nov 23, 2020

I think this has something to do with increases slight changes in inorganic N that increase wood decay, resulting in big shifts fMET, which feedback to further increase N mineralization rates. I've tried turning off N limitation of wood decay in casa_inout for MIMICS to test this. then we can discuss...

Here's a figure of global stocks during spinup shoting the accumulation of CWD (as well as wiggles in stocks)
image

@wwieder
Copy link
Owner Author

wwieder commented Nov 23, 2020

This whole section of code could be removed if we want wood decay to be unaffected by N availability:
https://github.com/wwieder/biogeochem_testbed_1.1/blob/2352ec4e6307a4d518d834ce5890727bf192cd91/SOURCE_CODE/casa_inout.f90#L1624
@melanniehartman I wonder if the call to casa_nuptake below this line is now incorrect, as we're not applying N limitation to cwd decomposition

@wwieder
Copy link
Owner Author

wwieder commented Nov 24, 2020

Also needed to but min value on Lignin:N ratios to keep fmet from being too low (or negative) in forests with higher CWDc flux. Currently capped at 40 and ~0.25, respectively.
https://github.com/wwieder/biogeochem_testbed_1.1/blob/2352ec4e6307a4d518d834ce5890727bf192cd91/SOURCE_CODE/mimics_cycle_CN.f90#L652
Updated in mimics_delplant above for consistency too, but needs to be done in mimics_cycle.f90 too...

@wwieder
Copy link
Owner Author

wwieder commented Nov 30, 2020

Wood dynamics look better with revisions mentioned above and a smoother accumulation of steadystate C pools (here for the last 10k years of a 20k spinup.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants