Skip to content

Commit

Permalink
Add option to provide uniform post loss amplification factor
Browse files Browse the repository at this point in the history
  • Loading branch information
hchagani-oasislmf committed Sep 12, 2023
1 parent 4b646ba commit f5e3c7a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions ods_tools/data/analysis_settings_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,16 +416,23 @@
"pla": {
"type": "boolean",
"title": "Apply Post Loss Amplification",
"description": "If true apply post loss amplification to losses",
"description": "If true apply post loss amplification/reduction to losses.",
"default": false
},
"pla_secondary_factor": {
"type": "number",
"title": "Optional secondary factor for Post Loss Amplification",
"description": "Secondary factor to be applied to post loss amplificaion",
"description": "Secondary factor to apply to post loss amplification/reduction factors.",
"default": 1,
"minimum": 0,
"maximum": 1
},
"pla_uniform_factor": {
"type": "number",
"title": "Optional uniform factor for Post Loss Amplification",
"description": "Uniform factor to apply across all losses.",
"default": 0,
"minimum": 0
}
},
"required": [
Expand Down

0 comments on commit f5e3c7a

Please sign in to comment.