Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add real-scorecard to MONET #227

Merged
merged 18 commits into from
Jun 24, 2024
Merged
21 changes: 16 additions & 5 deletions docs/appendix/yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -323,13 +323,24 @@ data will be used and the domain_name is used only in the plot title. If
domain_type is not equal to all, MELODIES MONET will query all of the data
where domain_type is equal to domain_name.

**region_name:** multi-box plot only. user specified variable from which the region information
will be used to plot. if use 'epa+region' then a total of 61 regions can be choose from.
**region_name:** list of source of regions used in title.
(e.g., ['epa_region'])

**region_list:** multi-box plot only. list of regions in the above 'region_name' variable
user want to plot.
**region_list:** list of regions we will calculate for scorecard.
(e.g., ['R1','R2','R3','R4','R5','R6','R7','R8','R9','R10']

**model_name_list:** multi-box plot only. list of observation and model names user choose to set as x-labels
**urban_rural_name:** list of only one string input, which is variable used to
determine wheter urban or rural site. (e.g., ['msa_name'])

**urban_rural_differentiate_value:** string of value used to determine whether
variable is rural or urban. (e.g., '').

**better_or_worse_method:** string of method used to determine which models
is better compared to observations. (e.g., 'RMSE', 'IOA' ,' NMB', 'NME'). choose
one only for each time scorecard code run.

**model_name_list:** List of model names used for legend labels.
(e.g., ['AirNow','cmaq_expt','rrfs_13km','wrfchem_v4.2'])

**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
Loading