added detailed output for KPI C1 effective organic matter supply
This commit is contained in:
@@ -19,10 +19,13 @@ namespace FarmmapsKPI.Models
|
||||
|
||||
public List<string> B1elements;
|
||||
public List<string> B2elements;
|
||||
public List<string> C1elements; //TtD
|
||||
public KPIOutput()
|
||||
{
|
||||
this.B1elements = new List<string>() { "disposal", "nFixationNKgHa", "nDepositionNKgHa","nFertilizerNKgHa","sowPlantingNKgHa" }; //TODO Tamara: rename disposal to nHarvestedNKgHa
|
||||
this.B2elements = new List<string>() { "disposal", "pFertillizerNKgHa", "sowPlantingNKgHa" }; //TODO Tamara: rename from pFertilizerNKgHa to pFertilizerPKgHa; rename disposal to pHarvestedPKgHa
|
||||
this.C1elements = new List<string>() { "fertilizerEom", "greenManureEom", "cropLeftoversEom" }; //TtD
|
||||
|
||||
}
|
||||
}
|
||||
public class KPIOutputData
|
||||
@@ -47,7 +50,7 @@ namespace FarmmapsKPI.Models
|
||||
}
|
||||
public class KPIelementsOfBalance
|
||||
{
|
||||
public string disposal { get; set; }
|
||||
public string disposal { get; set; } //TODO Tamara: rename this one
|
||||
public string nFixationNKgHa { get; set; }
|
||||
public string nDepositionNKgHa { get; set; }
|
||||
public string nFertilizerNKgHa { get; set; }
|
||||
@@ -55,5 +58,10 @@ namespace FarmmapsKPI.Models
|
||||
public string pFertillizerNKgHa { get; set; } //TODO Tamara: delete this one after renaming
|
||||
public string pFertilizerPKgHa { get; set; }
|
||||
public string sowPlantingPKgHa { get; set; }
|
||||
public string fertilizerEom { get; set; } //TtD
|
||||
public string greenManureEom { get; set; } //TtD
|
||||
public string cropLeftoversEom { get; set; } //TtD
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user