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":
|
npp_Nactive(p) = npp_Nactive_no3(p) + npp_Nactive_nh4(p) + npp_Nnonmyc_no3(p) + npp_Nnonmyc_nh4(p) |
|
Nactive(p) = Nactive_no3(p) + Nactive_nh4(p) + Nnonmyc_no3(p) + Nnonmyc_nh4(p) |
while in the declarations, and in the history field longnames, these variables are described as mycorrhizal only:
|
npp_Nactive => cnveg_carbonflux_inst%npp_Nactive_patch , & ! Output: [real(r8) |
|
! (:) ] Mycorrhizal N uptake used C (gC/m2/s) |
|
Nactive => cnveg_nitrogenflux_inst%Nactive_patch , & ! Output: [real(r8) (:) |
|
! ] Mycorrhizal N uptake (gN/m2/s) |
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 2018, I would expect a dominance of the ECM pathway, and therefore wonder if I am interpreting the variables correctly.

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 2018, I would expect a dominance of the ECM pathway, and therefore wonder if I am interpreting the variables correctly.