Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelog/96.docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Links the diagnostics catalog description to the Zenodo record, the Rapid Evaluation Framework GMD paper and the discussion board for proposing new diagnostics.
Updates the Hoffman et al. citations from the EGUsphere preprint to the published GMD paper.
6 changes: 3 additions & 3 deletions frontend/src/content/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

* **Diagnostics** – A diagnostic is a comparison of a model variable or some combination of model variables with a reference dataset or an intercomparison across models of a model variable or some combination of model variables.
A diagnostic may also represent an evaluation of a relationship between multiple model variables and/or multiple reference datasets (i.e., Relationship Diagnostics).
A diagnostic consists of one or more model performance metrics ([Hoffman et al. 2025](https://doi.org/10.5194/egusphere-2025-2685)).
A diagnostic consists of one or more model performance metrics ([Hoffman et al., 2026](https://doi.org/10.5194/gmd-19-7415-2026)).
* **Metrics** – A metric is a single statistical evaluation contained within a diagnostic.
A diagnostic may consist of more than one metric.
Examples include bias, root mean squared error (RMSE), spatial or temporal correlations (Taylor 2021).
Not all metrics are useful for all variables or should be used with every observationally constrained dataset.
Each metric may be evaluated to produce a metric scalar ([Hoffman et al. 2025](https://doi.org/10.5194/egusphere-2025-2685)).
Each metric may be evaluated to produce a metric scalar ([Hoffman et al., 2026](https://doi.org/10.5194/gmd-19-7415-2026)).
* **Model Evaluation** - Evaluation is the process of assessing simulations against observations;
the necessity for observations means it can only be done for the historical period,
and only for variables or processes for which observations or reanalysis data are available.
Model evaluation can be done for a single model or in a multi-model context ([Hassler et al. 2025](https://doi.org/10.22541/essoar.174196646.65056548/v1)).
* **Validation** – Validation is the process of determining the degree to which a model accurately represents processes in the real world, particularly for the intended uses of the model.
Validation can include a broad range of aspects from ensuring correct units and the sign of the data produced,
to the interactions between model components or variables and process representations ([Hoffman et al. 2025](https://doi.org/10.5194/egusphere-2025-2685)).
to the interactions between model components or variables and process representations ([Hoffman et al., 2026](https://doi.org/10.5194/gmd-19-7415-2026)).
2 changes: 1 addition & 1 deletion frontend/src/content/introduction-ref-v1.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ This introductory text has been prepared by members of the [CMIP Panel](https://
Hassler, B., Hoffman, F.M., Beadling, R. et al. Systematic Benchmarking of Climate Models: Methodologies, Applications, and New Directions [preprint]. ESS Open Archive. March 14, 2025.
DOI: [https://doi.org/10.22541/essoar.174196646.65056548/v1](https://doi.org/10.22541/essoar.174196646.65056548/v1)

Hoffman, F. M., Hassler, B., Swaminathan, R., Lewis, J., Andela, B., Collier, N., Hegedűs, D., Lee, J., Pascoe, C., Pflüger, M., Stockhause, M., Ullrich, P., Xu, M., Bock, L., Chun, F., Gier, B. K., Kelley, D. I., Lauer, A., Lenhardt, J., Schlund, M., Sreeush, M. G., Weigel, K., Blockley, E., Beadling, R., Beucher, R., Dugassa, D. D., Lembo, V., Lu, J., Brands, S., Tjiputra, J., Malinina, E., Mederios, B., Scoccimarro, E., Walton, J., Kershaw, P., Marquez, A. L., Roberts, M. J., O’Rourke, E., Dingley, E., Turner, B., Hewitt, H., and Dunne, J. P.: Rapid Evaluation Framework for the CMIP7 Assessment Fast Track, EGUsphere [preprint], [https://doi.org/10.5194/egusphere-2025-2685](https://doi.org/10.5194/egusphere-2025-2685), 2025.
Hoffman, F. M., Hassler, B., Swaminathan, R., Lewis, J., Andela, B., Collier, N., Hegedűs, D., Lee, J., Pascoe, C., Pflüger, M., Stockhause, M., Ullrich, P., Xu, M., Bock, L., Chun, F., Gier, B. K., Kelley, D. I., Lauer, A., Lenhardt, J., Schlund, M., Sreeush, M. G., Weigel, K., Blockley, E., Beadling, R., Beucher, R., Dugassa, D. D., Lembo, V., Lu, J., Brands, S., Tjiputra, J., Malinina, E., Medeiros, B., Scoccimarro, E., Walton, J., Kershaw, P., Lanfer Marquez, A., Roberts, M. J., O’Rourke, E., Dingley, B., Turner, B., Hewitt, H., and Dunne, J. P.: Rapid Evaluation Framework for the CMIP7 Assessment Fast Track, Geosci. Model Dev., 19, 7415-7455, [https://doi.org/10.5194/gmd-19-7415-2026](https://doi.org/10.5194/gmd-19-7415-2026), 2026.
29 changes: 27 additions & 2 deletions frontend/src/routes/_app/diagnostics.index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import { DiagnosticsFilter } from "@/components/diagnostics/diagnosticsFilter";
import { ViewToggle } from "@/components/diagnostics/viewToggle";
import { Alert, AlertDescription } from "@/components/ui/alert";
import { Card, CardContent } from "@/components/ui/card";
import { LinkExternal } from "@/components/ui/link";
import { useMipEra } from "@/hooks/useMipEra";
import { mipEraSearchFields } from "@/lib/mipEras";

Expand All @@ -37,8 +38,32 @@ const diagnosticsSearchSchema = z.object({

const CATALOG_HEADER = {
title: "Diagnostics Catalog",
description:
"A set of standardised diagnostics for evaluating climate model performance against observations and benchmarks.",
description: (
<div className="space-y-2">
<p>
A set of standardised diagnostics for evaluating climate model
performance against observations and benchmarks.
</p>
<p>
For the most up to date list and details of CMIP diagnostics please see
the{" "}
<LinkExternal href="https://doi.org/10.5281/zenodo.14284374">
Zenodo record
</LinkExternal>
. For details on CMIP7 AFT diagnostic collection and reference dataset
selection, please see{" "}
<LinkExternal href="https://doi.org/10.5194/gmd-19-7415-2026">
Rapid Evaluation Framework for the CMIP7 Assessment Fast Track
(Hoffman et al., 2026)
</LinkExternal>
. To propose a new diagnostic, visit the{" "}
<LinkExternal href="https://github.com/orgs/Climate-REF/discussions/categories/proposed-diagnostics">
Climate-REF GitHub Discussion board
</LinkExternal>
.
</p>
</div>
),
};

const ErrorComponent = ({ message }: { message: string }) => {
Expand Down
Loading