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 cc6ca11 commit 267d985Copy full SHA for 267d985
src/OceanSeaIceModels/InterfaceComputations/assemble_net_fluxes.jl
@@ -60,7 +60,8 @@ function compute_net_ocean_fluxes!(coupled_model)
60
freshwater_flux = atmosphere_fields.Mp.data
61
62
ice_concentration = sea_ice_concentration(sea_ice)
63
- ocean_salinity = get_ocean_state(coupled_model.ocean, coupled_model.interfaces.exchanger).S
+ ocean_state = get_ocean_state(coupled_model.ocean, coupled_model.interfaces.exchanger)
64
+ ocean_salinity = ocean_state.S
65
atmos_ocean_properties = coupled_model.interfaces.atmosphere_ocean_interface.properties
66
ocean_properties = coupled_model.interfaces.ocean_properties
67
kernel_parameters = interface_kernel_parameters(grid)
0 commit comments