This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Library with model based on the scientifically acknowledged carbon model RothC.
|
Library with model based on the scientifically acknowledged carbon model RothC.
|
||||||
This code in .NET Core c# is adapted from a a project written in GEMS.
|
The code is written in C# .NET Core and it is adapted from a project written in GAMS.
|
||||||
|
|
||||||
An test console app is included with an example input request. The output in written a a file.
|
Test console app is included with an example input request. The output in written to a file.
|
||||||
|
|
||||||
|
|
||||||
## Building a sample
|
## Building a sample
|
||||||
@@ -18,5 +18,7 @@ dotnet build
|
|||||||
dotnet run
|
dotnet run
|
||||||
```
|
```
|
||||||
|
|
||||||
These will install any needed dependencies, build the project, and run
|
This will install any needed dependencies, build the project, and run
|
||||||
the project respectively.
|
the project respectively.
|
||||||
|
|
||||||
|
For questions regarding the model: chantal.hendriks@wur.nl
|
||||||
Reference in New Issue
Block a user