From af997110a7e7395ba48878c40b2dd695da19c893 Mon Sep 17 00:00:00 2001 From: Akshay Sridhar Date: Thu, 15 May 2025 15:34:10 -0700 Subject: [PATCH] Fix stale cache args modified: src/prognostic_equations/forcing/external_forcing.jl --- src/prognostic_equations/forcing/external_forcing.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prognostic_equations/forcing/external_forcing.jl b/src/prognostic_equations/forcing/external_forcing.jl index 5ae4ee3f38..34bcdb2d1d 100644 --- a/src/prognostic_equations/forcing/external_forcing.jl +++ b/src/prognostic_equations/forcing/external_forcing.jl @@ -378,7 +378,7 @@ function external_forcing_cache( end # ISDAC external forcing (i.e. nudging) -external_forcing_cache(Y, external_forcing::ISDACForcing, params) = (;) # Don't need to cache anything +external_forcing_cache(Y, external_forcing::ISDACForcing, params, _) = (;) # Don't need to cache anything function external_forcing_tendency!(Yₜ, Y, p, t, ::ISDACForcing) FT = Spaces.undertype(axes(Y.c)) (; params) = p