diff --git a/APSIM.POStats.Portal/Pages/Index.cshtml b/APSIM.POStats.Portal/Pages/Index.cshtml index 30b2ab4..2e13d48 100644 --- a/APSIM.POStats.Portal/Pages/Index.cshtml +++ b/APSIM.POStats.Portal/Pages/Index.cshtml @@ -144,7 +144,7 @@ {
| + @Html.Raw(IndexModel.EmitFileName(file)) + | +||||||||||||||||||
| + | @Html.Raw(IndexModel.EmitTableName(@table)) | ++ | n | ++ | RMSE | ++ | NSE | ++ | RSR | +|||||||||
| + | + | @Html.Raw(IndexModel.EmitVariableName(@variable)) | ++ + | @Html.Raw(IndexModel.EmitNumber(@variable.CurrentN, isAccepted: false)) | +@Html.Raw(IndexModel.EmitNumber(@variable.AcceptedN, isAccepted: true)) | +@Html.Raw(IndexModel.EmitTickCross(variable.NStatus)) | ++ + | @Html.Raw(IndexModel.EmitNumber(variable.CurrentRMSE, 0, 6, isAccepted: false)) | +@Html.Raw(IndexModel.EmitNumber(variable.AcceptedRMSE, 0, 6, isAccepted: true)) | +@Html.Raw(IndexModel.EmitTickCross(variable.RMSEStatus)) | ++ + | @Html.Raw(IndexModel.EmitNumber(@variable.CurrentNSE, 3, 0, isAccepted: false)) | +@Html.Raw(IndexModel.EmitNumber(@variable.AcceptedNSE, 3, 0, isAccepted: true)) | +@Html.Raw(IndexModel.EmitTickCross(variable.NSEStatus))@VariableFunctions.NSERating(variable.CurrentNSE) | ++ + | @Html.Raw(IndexModel.EmitNumber(@variable.CurrentRSR, 3, 0, isAccepted: false)) | +@Html.Raw(IndexModel.EmitNumber(@variable.AcceptedRSR, 3, 0, isAccepted: true)) | +@Html.Raw(IndexModel.EmitTickCross(variable.RSRStatus))@VariableFunctions.RSRRating(variable.CurrentRSR) | +