Adds functions for models to compute total energy and water volume(mass) per area #1071
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Add helper functions which compute the total water volume and energy per unit area on land.
partially closes Issue #1038
To-do
Content
Creates the
total_energy_per_area!
andtotal_liq_water_vol_per_area!
functions for AbstractModelsCreates the specific method of these for: Richards, EnergyHydrology, Snow, Canopy
Tests these methods for standalone models
Creates a method for LandModels
Tests this method for the snowy land model