Skip to content

Commit

Permalink
Add fields for running aalcalcmeanonly ktools component (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
hchagani-oasislmf authored Oct 5, 2023
1 parent 81f1e34 commit 975651f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ods_tools/data/analysis_settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
"description": "If true, output the average annual loss by level for the summary set.",
"default": false
},
"aalcalcmeanonly": {
"type": "boolean",
"title": "AAL Mean Only calculaton flag",
"description": "If true, output the average annual loss by level for the summary set without calculating the standard deviation.",
"default": false
},
"pltcalc": {
"type": "boolean",
"title": "PLT calculation flag",
Expand Down Expand Up @@ -166,6 +172,12 @@
"description": "Period Average Loss Table (ORD Output flag)",
"default": false
},
"alt_meanonly": {
"type": "boolean",
"title": "ALT Mean Only",
"description": "Average Loss Table with no standard deviation calculation (ORD Output flag)",
"default": false
},
"alct_convergence": {
"type": "boolean",
"title": "ALCT",
Expand Down

0 comments on commit 975651f

Please sign in to comment.