Skip to content

Commit

Permalink
Merge pull request #247 from btang1/CSI
Browse files Browse the repository at this point in the history
Add CSI, FAR, Hit Rate evaluation plot to MONET
  • Loading branch information
rschwant authored May 24, 2024
2 parents 06c5ff2 + ce56d37 commit ececa25
Show file tree
Hide file tree
Showing 5 changed files with 499 additions and 107 deletions.
10 changes: 8 additions & 2 deletions docs/appendix/yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ For each plotting group, update the label and include the following information.
Note: the labels need to be unique, but otherwise are not used.

**type:** The plot type. Options are: "timeseries", "taylor", "spatial_bias",
"spatial_overlay", "spatial_bias_exceedance", "boxplot", "multi-boxplot"
"spatial_overlay", "spatial_bias_exceedance", "boxplot", "multi-boxplot","csi"
Note: "spatial_bias_exceedance" plots only work when regulatory = True.

**fig_kwargs:** This is optional to provide a dictionary with figure
Expand Down Expand Up @@ -329,7 +329,13 @@ will be used to plot. if use 'epa+region' then a total of 61 regions can be choo
**region_list:** multi-box plot only. list of regions in the above 'region_name' variable
user want to plot.

**model_name_list:** multi-box plot only. list of observation and model names user choose to set as x-labels
**model_name_list:**
for multi-box plot, list of observation and model names user choose to set as x-labels;
for csi plot, list of model names (only) user choose to set as labels.

**threshold_list:** csi plot only. list of values used as x variables. example: [10,20,30,40,50,60,70,80,90,100]

**score_name:** csi plot only. list of scores user can choose to plot. examples are "Critical Success Index' 'False Alarm Rate' 'Hit Rate'.

**data:** This a list of model / observation pairs to be plotted where the
observation label is first and the model label is second
Expand Down
Loading

0 comments on commit ececa25

Please sign in to comment.