generate_taylor_diagram#
- mhm_tools.post.taylor_diagram.generate_taylor_diagram(ref_input_dir: str, reference_pattern: str, ref_var: str, ref_label: str, mod_input_dirs: List[str], model_patterns: List[str], mod_vars: List[str], mod_labels: List[str], title: str, output_dir: str, output_file: str, normalize: bool = False) None[source]#
Create and save a Taylor diagram comparing multiple models to one reference.
Loads reference/model datasets, computes spatial means over time, aligns NaNs, optionally normalizes by the reference’s standard deviation, and plots/saves a Taylor diagram using easy_mpl.