All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
24 lines
703 B
Markdown
24 lines
703 B
Markdown
# CarbonLib
|
|
|
|
#
|
|
|
|
Library with model based on the scientifically acknowledged carbon model RothC.
|
|
The code is written in C# .NET Core and it is adapted from a project written in GAMS.
|
|
|
|
Test console app is included with an example input request. The output in written to a file.
|
|
|
|
|
|
## Building a sample
|
|
|
|
Build the sample using the .NET Core CLI, which is installed with [the .NET Core SDK](https://www.microsoft.com/net/download). Then run
|
|
these commands from the CLI in the directory of the CarbonConsoleApp:
|
|
|
|
```console
|
|
dotnet build
|
|
dotnet run
|
|
```
|
|
|
|
This will install any needed dependencies, build the project, and run
|
|
the project respectively.
|
|
|
|
For questions regarding the model: chantal.hendriks@wur.nl |