Skip to content

Commit

Permalink
Per #1731, clarify wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed May 7, 2021
1 parent ebf7d8b commit a8d2a99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions met/docs/Users_Guide/grid-diag.rst
Expand Up @@ -91,9 +91,9 @@ _____________________
];
}
The **name** and **level** entries in the **data** dictionary define the data to be processed. The **n_bins** parameter specifies the number of histogram bins for that variable, and the **range** parameter the lower and upper bounds of the histogram. The interval length is the upper and lower difference divided by **n_bins**.
The **name** and **level** entries in the **data** dictionary define the data to be processed. The **n_bins** parameter specifies the number of histogram bins for that variable, and the **range** parameter the lower and upper bounds of the histogram. The interval length is the upper and lower difference divided by **n_bins**. Each bin is inclusive on the left side and exclusive on the right, such as [a,b).

Each bin is inclusive on the left side and exclusive on the right, such as [a,b). Grid-Diag prints a warning message if the actual range of data values falls outside the range defined for that variable in the configuration file. Any data values less than or greater than the configured range are counted in the first or last bin, respectively.
Grid-Diag prints a warning message if the actual range of data values falls outside the range defined for that variable in the configuration file. Any data values less than the configured range are counted in the first bin, while values greater than the configured range are counted in the last bin.

grid_diag output file
~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit a8d2a99

Please sign in to comment.