Francisco Salas 0e8be57d43
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good
aw7152: namespace change
2025-12-09 13:41:19 +01:00
2025-12-09 13:41:19 +01:00
2025-12-09 13:41:19 +01:00
2023-06-26 16:48:44 +02:00
2023-10-20 12:00:28 +00:00
2023-10-20 12:00:17 +00:00
2021-06-21 10:25:05 +02:00
2025-12-09 13:41:19 +01:00

CarbonLib

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.

An test console app is included with an example input request. The output in written a a file.

Building a sample

Build the sample using the .NET Core CLI, which is installed with the .NET Core SDK. Then run these commands from the CLI in the directory of the CarbonConsoleApp:

dotnet build
dotnet run

These will install any needed dependencies, build the project, and run the project respectively.

Description
No description provided
Readme 23 MiB
Languages
C# 100%