From 2770cdd2d9824fd38321bcfdad9ee555e9513389 Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Mon, 8 Apr 2024 11:22:19 -0700 Subject: [PATCH] Bump to 0.0.3 --- Project.toml | 2 +- docs/src/internals.md | 6 ++++-- src/clima_diagnostics.jl | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 2f8bc79..93d8766 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ClimaDiagnostics" uuid = "1ecacbb8-0713-4841-9a07-eb5aa8a2d53f" authors = ["Gabriele Bozzola "] -version = "0.0.2" +version = "0.0.3" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" diff --git a/docs/src/internals.md b/docs/src/internals.md index c5b57e8..d5c9216 100644 --- a/docs/src/internals.md +++ b/docs/src/internals.md @@ -79,6 +79,8 @@ end (Or add this to the `reduction_identities.jl` file.) -### Add discussion on possible alternative designs +## Add discussion on possible alternative designs -AAA +The current design has at least one limitation: + +All the diagnostics have to be initialized at the very beginning. diff --git a/src/clima_diagnostics.jl b/src/clima_diagnostics.jl index d7408b4..ec22f64 100644 --- a/src/clima_diagnostics.jl +++ b/src/clima_diagnostics.jl @@ -1,4 +1,5 @@ import Accessors +import SciMLBase import .Callbacks: Callback, CallbackOrchestrator, DivisorSchedule, EveryDtSchedule