forked from FarmMaps/FarmMapsApiClient
KPI ammonia emissions is now fully functional (including in the example input file)
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user