Skip to content
Snippets Groups Projects
Commit 66ab0278 authored by simonevitaleit's avatar simonevitaleit
Browse files

Correction of the dictionary name

parent 1c1585b3
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ class Grassland:
else:
self.WaterCapacity = (0.2576 - 0.002 * self.sand + 0.0036 * self.clay + 0.0299 * self.org) * self.inits[
'soil_depth']
self.Wiltingpoint = (0.026 + 0.005 * self.clay + 0.0158 * self.org) * self.inits['root_depth']
self.Wiltingpoint = (0.026 + 0.005 * self.clay + 0.0158 * self.org) * self.inits['soil_depth']
self.WaterSaturation = 100 / 88 * self.WaterCapacity
#initial water content is arbitrarily set to soil water capacity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment