Skip to content

Commit 29c70ca

Browse files
Rename fill_up_net_fluxes! to fill_net_fluxes!
1 parent d45906b commit 29c70ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/ClimaOceanPythonCallExt/veros_state_exchanger.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ end
8282

8383
@inline get_radiative_forcing(ocean::VerosOceanSimulation) = nothing
8484

85-
function fill_up_net_fluxes!(ocean::VerosOceanSimulation, net_ocean_fluxes)
85+
function fill_net_fluxes!(ocean::VerosOceanSimulation, net_ocean_fluxes)
8686
nx = pyconvert(Int, ocean.setup.state.settings.nx) + 4
8787
ny = pyconvert(Int, ocean.setup.state.settings.ny) + 4
8888
t1 = view(parent(net_ocean_fluxes.u), 1:nx, 1:ny, 1)
@@ -111,4 +111,4 @@ function fill_up_net_fluxes!(ocean::VerosOceanSimulation, net_ocean_fluxes)
111111
# veros_set!(ocean, "salt_flux", t2)
112112

113113
return nothing
114-
end
114+
end

0 commit comments

Comments
 (0)