diff --git a/changelog/96.docs.md b/changelog/96.docs.md new file mode 100644 index 00000000..a40c5625 --- /dev/null +++ b/changelog/96.docs.md @@ -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. diff --git a/frontend/src/content/glossary.mdx b/frontend/src/content/glossary.mdx index b8327653..6890dfd6 100644 --- a/frontend/src/content/glossary.mdx +++ b/frontend/src/content/glossary.mdx @@ -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)). diff --git a/frontend/src/content/introduction-ref-v1.mdx b/frontend/src/content/introduction-ref-v1.mdx index f6ea4f31..a2f50780 100644 --- a/frontend/src/content/introduction-ref-v1.mdx +++ b/frontend/src/content/introduction-ref-v1.mdx @@ -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. diff --git a/frontend/src/routes/_app/diagnostics.index.tsx b/frontend/src/routes/_app/diagnostics.index.tsx index 515aa783..36e7e0a1 100644 --- a/frontend/src/routes/_app/diagnostics.index.tsx +++ b/frontend/src/routes/_app/diagnostics.index.tsx @@ -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"; @@ -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: ( +
+ A set of standardised diagnostics for evaluating climate model + performance against observations and benchmarks. +
+
+ For the most up to date list and details of CMIP diagnostics please see
+ the{" "}
+