Skip to content

Commit

Permalink
change toml2
Browse files Browse the repository at this point in the history
  • Loading branch information
谢萧涯 authored and 谢萧涯 committed Aug 9, 2024
1 parent 107b4d8 commit 14faa38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ function gw_average!(wave_forcing)
L1 = Operators.LeftBiasedC2F(; bottom = Operators.SetValue(0.0))
L2 = Operators.LeftBiasedF2C(;)
wave_forcing_m1 = L2.(L1.(wave_forcing))
wave_forcing = 0.5 .* (wave_forcing .+ wave_forcing_m1)
@. wave_forcing = 0.5 * (wave_forcing + wave_forcing_m1)
end


Expand Down

0 comments on commit 14faa38

Please sign in to comment.