User Guide
ModelSkill compares model results with observations. The workflow can be split in two phases:
- Matching - making sure that observations and model results are in the same space and time
- Analysis - plots and statistics of the matched data (see the metrics guide for choosing skill metrics)
If the observations and model results are already matched (i.e. are stored in the same data source), the from_matched() function can be used to go directly to the analysis phase. If not, the match() function can be used to match the observations and model results in space and time.