Replies: 2 comments 8 replies
-
These are good questions. It looks like the variable CTSM/src/biogeochem/CNFUNMod.F90 Line 1418 in f47ce5c To circle back to your question about large non-mycorrhizal fluxes, I've seen similar patterns in global-scale runs.
We haven't really worried about the different active N uptake pathways being used in FUN, because it doesn't meaningfully feedback on the soil biogeochemistry. With your changes with MIMICS, however, these feedbacks matter. I'd suggest modifying the FUN costs associated with different uptake pathways so that you generate fluxes that seem more appropriate for the system you're working in (e.g., higher active N uptake costs, or lower ECM N uptake costs, should favor the ECM pathway). Just check that vegetation doesn't die out when you run the model from a cold start with the new parameter values. Hopefully this helps. |
Beta Was this translation helpful? Give feedback.
-
OK, for what it's worth, I'm pasting the FUN2.0 parameters from Brzostek et al. (Table S2) and Fun 3.0 from Allen et al (SI Table 1) below: I'm not sure how this compares the values used for ecto and AM fungi, but the active uptake values seem close to the same with Kc>>Kn in FUN2.0, whereas they are equal in FUN3.0
|
Beta Was this translation helpful? Give feedback.
-
I'm currently looking into variables related to the FUN code, and I'm a bit confused about the terminology between mycorrhizal and nomycorrhizal N uptake, and cost related to it.
In the code, it seems like the nonmycorrhizal pathway counts as "active uptake":
CTSM/src/biogeochem/CNFUNMod.F90
Line 1512 in f47ce5c
CTSM/src/biogeochem/CNFUNMod.F90
Line 1496 in f47ce5c
while in the declarations, and in the history field longnames, these variables are described as mycorrhizal only:
CTSM/src/biogeochem/CNFUNMod.F90
Lines 586 to 587 in f47ce5c
CTSM/src/biogeochem/CNFUNMod.F90
Lines 632 to 633 in f47ce5c
In the documentation the nonmycorrhizal pathway is listed under the header "Cost of Active uptake" (https://escomp.github.io/ctsm-docs/versions/release-clm5.0/html/tech_note/FUN/CLM50_Tech_Note_FUN.html#cost-of-active-uptake), however only the mycorrhizal cost is labeled as "active".
Is the nonmycorrhiza pathway in fact active, and the longnames and descriptions should be updated, or am I missing something?
The background for the issue is that in my single-site simulations of Norwegian forests, I find that the active N uptake is completely dominated by the nonmycorrhizal pathway, as shown in the below figure. Based on Shi et. al 2016, I would expect a dominance of the ECM pathway, and therefore wonder if I am interpreting the variables correctly.
Beta Was this translation helpful? Give feedback.
All reactions