Skip to content

Commit 91edfd2

Browse files
author
Akshay Sridhar
committed
Fix cache args
modified: src/prognostic_equations/forcing/external_forcing.jl
1 parent 4a4486b commit 91edfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prognostic_equations/forcing/external_forcing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ function external_forcing_cache(
378378
end
379379

380380
# ISDAC external forcing (i.e. nudging)
381-
external_forcing_cache(Y, external_forcing::ISDACForcing, params) = (;) # Don't need to cache anything
381+
external_forcing_cache(Y, external_forcing::ISDACForcing, params, _) = (;) # Don't need to cache anything
382382
function external_forcing_tendency!(Yₜ, Y, p, t, ::ISDACForcing)
383383
FT = Spaces.undertype(axes(Y.c))
384384
(; params) = p

0 commit comments

Comments
 (0)