KPI ammonia emissions is now fully functional (including in the example input file)

This commit is contained in:
2024-08-26 10:35:58 +02:00
parent 67e5cb6bb4
commit fb92fa0d1c
3 changed files with 28 additions and 22 deletions

View File

@@ -94,7 +94,7 @@ namespace FarmmapsKPI
int nrun = 1;
for (int run = 1; run <= nrun; run++) {
for (int i = 0; i < fieldsInputs.Count; i++)
//for (int i = 2; i < 3; i++) // for testing
//for (int i = 3; i < 4; i++) // for testing
{
watch.Restart();
input = fieldsInputs[i];