Skip to content

Commit bdaf320

Browse files
now it should work (#414)
1 parent 71d02b8 commit bdaf320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OceanSeaIceModels/InterfaceComputations/assemble_net_fluxes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function compute_net_sea_ice_fluxes!(coupled_model)
173173

174174
kernel_parameters = interface_kernel_parameters(grid)
175175

176-
sea_ice_surface_temperature = coupled_model.interfaces.atmosphere_ocean_interface.temperature
176+
sea_ice_surface_temperature = coupled_model.interfaces.atmosphere_sea_ice_interface.temperature
177177

178178
launch!(arch, grid, kernel_parameters,
179179
_assemble_net_sea_ice_fluxes!,

0 commit comments

Comments
 (0)