Skip to content

1.11.3

Compare
Choose a tag to compare
@awsbuild awsbuild released this 10 Mar 16:25
· 21 commits to master since this release
  • #276 - Summary output parameters contains too many reports

OasisUI Notes

Fix summary defaults - (PR #278)

Updated the default summary outputs to only include

  • full_uncertainty_aep
  • full_uncertainty_oep
  • aalcalc

Example settings file:

{
  "analysis_tag": "1",
  "ui_config_tag": "Summary",
  "gul_threshold": 0,
  "model_name_id": "PiWind",
  "model_supplier_id": "OasisLMF",
  "number_of_samples": 10,
  "prog_id": 1,
  "source_tag": "dev",
  "gul_output": true,
  "gul_summaries": [
    {
      "aalcalc": true,
      "id": 1,
      "oed_fields": [],
      "lec_output": true,
      "leccalc": {
        "return_period_file": true,
        "full_uncertainty_aep": true,
        "full_uncertainty_oep": true
      },
      "ord_output": {}
    }
  ],
  "il_output": false,
  "ri_output": false,
  "model_settings": {
    "event_set": "p",
    "event_occurrence_id": "lt",
    "number_of_samples": 10
  }
}