We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc79dc0 commit adb8393Copy full SHA for adb8393
ext/ClimaOceanPythonCallExt/veros_state_exchanger.jl
@@ -83,8 +83,8 @@ end
83
@inline get_radiative_forcing(ocean::VerosOceanSimulation) = nothing
84
85
function fill_up_net_fluxes!(ocean::VerosOceanSimulation, net_ocean_fluxes)
86
- nx = pyconvert(Int, ocean.state.settings.nx)
87
- ny = pyconvert(Int, ocean.state.settings.ny)
+ nx = pyconvert(Int, ocean.setup.state.settings.nx)
+ ny = pyconvert(Int, ocean.setup.state.settings.ny)
88
t1 = parent(net_ocean_fluxes.u)[:, 1:44, 1]
89
t2 = parent(net_ocean_fluxes.v)[:, 1:44, 1]
90
0 commit comments