-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Biogenics] Adding parametrized Soil Moisture and Nitrogen Processes to Canopy-App #76
Comments
@quaz115 Great talking to you yesterday, and this is awesome if you can take the lead here! A few comments/suggestions:
|
@quaz115 @MaggieMarvin Also here, we would want to take the opportunity to add in a Soil moisture emission activity factor |
@quaz115 For the Soil NO in canopy-app, I think we can also add a robust CRF (canopy reduction factor) based on canopy-app: For Canopy Reduction Factor (CRF) based on MEGAN in canopy-app we may need some extra variables such as: CFRAC --> helps get biofit for light partitioning Or, all together using a different approach I find that globally the CRF is very important, and leads to 50-60% reductions in soil NOx by canopy processes, A CRF for NOx refers to the percentage decrease in nitrogen oxides (NOx) concentration observed within a forest canopy compared to the concentration above it, essentially meaning that the canopy acts as a sink, absorbing some of the NOx present in the air as it passes through the leaves and branches, thus reducing its overall concentration. Here are some more good ideas for implementing a robust CRF in canopy-app for your upcoming help with soil NOx emissions: https://www.cmascenter.org/conference//2016/slides/arndt_implementation_canopy_2016.pdf https://www.sciencedirect.com/science/article/abs/pii/S1352231018304886 https://acp.copernicus.org/preprints/13/12437/2013/acpd-13-12437-2013.pdf https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2001JD001289 |
Thanks @drnimbusrain i am familiar with some of these, will read more (would be looking at some CO2 canopy literature as well, as more work possibly has been done on that side). Lets deliberate a bit more and finalize on a framework for enhanced CRF (as sensitivity to current simple CRF) CFRAC (gets biofit for light partitioning) refers to partitioning of shortwave (SW) radiation between its direct and diffuse components? or is it something different? |
@quaz115 Yes, thats right the CFRAC is for partitioning of SW, but canopy-app does have a simple CLU method to calculate the attenuation of direct SW. We also are going to include a more explicit partitioning of SW radiation soon, so we can likely just use what we already have in canopy-app. |
Start with Parametrized BDSNP soil NO scheme as in HEMCO (https://github.com/geoschem/HEMCO/blob/main/src/Extensions/hcox_soilnox_mod.F90) or MEGAN v3.2
ENOx = f( T, biome, WFPS, Fert) x Pulse(dryspell) x canopy uptake
Can utilize MEGAN v3.2 soil NO input data for this
Note: Soil NH3 volatilization schemes would need soil NH4+ (example: [DNDC model] https://www.sciencedirect.com/science/article/pii/S0048969718353038)), eventually would need a mechanistic option that distinguishes the total soil Nitrogen in to organic and inorganic pools (NH4 and NO3)
The text was updated successfully, but these errors were encountered: