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 267d985 commit 8602684Copy full SHA for 8602684
src/OceanSeaIceModels/InterfaceComputations/assemble_net_fluxes.jl
@@ -85,7 +85,7 @@ function compute_net_ocean_fluxes!(coupled_model)
85
atmos_ocean_properties,
86
ocean_properties)
87
88
- fill_up_net_fluxes!(coupled_model.ocean, net_ocean_fluxes)
+ fill_net_fluxes!(coupled_model.ocean, net_ocean_fluxes)
89
90
return nothing
91
end
0 commit comments