jouke.postma created page: known differences between june 2011 version and june 2016 version authored by Postma, Johannes Auke's avatar Postma, Johannes Auke
......@@ -14,6 +14,7 @@ to:
```
4. BarberCushman simulates less P uptake in the new version (in test 3% less). Known changes:
* competition was not done correctly. This does not seem to matter much in the end. Maybe in specific cases it does.
in v1 line 123 of NutrientUptake.cpp reads
```
......@@ -23,6 +24,7 @@ but should read
```
Ci-= ((uptake/volume)/b).value;
```
* Some minor changes with respect to Ja (do not seem to effect results much)
* difference seems mostly be caused to the corrections in the way roothairs are handled.
......
......