Open dcdenu4 opened 2 years ago
I wrote the same thing in slack, so I'll copy it here for reference:
Hey everyone, I’ll add this to the issue as well, but here’s what I’m seeing relating to the load_n parameter as it’s traced through the model. I’ll just list out the files that it affects below as a list of pixel-stack raster calculator operations:
load_n[lucode] * cell_area_ha => load_n.tif
load_n.tif * runoff_proxy_index.tif => modified_load_n.tif
modified_load_n.tif * (1 - proportion_subsurface_n[lucode]) => surface_load.tif
surface_load_n.tif * ndr_n.tif => n_surface_export.tif
( ndr_n.tif
is not in any way affected by load_n
)n_surface_export.tif + n_subsurface_export.tif => n_total_export.tif
And since the subsurface calculations derive from modified_load_n.tif, which uses load_n, those are calculated as:
modified_load_n.tif * proportion_subsurface_n[lucode] => subsurface_load_n.tif
subsurface_load_n.tif * sub_ndr_n.tif => n_subsurface_export.tif
In short, I do not see any place in the code where load_n or its derivatives are used in a way that is different from what is defined in the user’s guide.
From the working group in July 2023. Proposal:
Add a column to the biophysical table that lets you flag whether it’s application rate or measured runoff. Would need to update the UG to clarify that’s what we allow.
applied_nutrient * (1 - retention_efficiency)
Google Doc for reference:
Software time estimation based on below items (not including UG needs): 1-3 days
A user brought up a question on the forum about interpreting the
n_load
parameter. A discussion in a private Slack thread took place between @newtpatrol , @adrianvogl , and @schmittrjp. I'll attempt to capture the questions.Action items:
n_load
parameter is used and what's happening on the load-originating pixel