diff --git a/examples/generate_surface_fluxes.jl b/examples/generate_surface_fluxes.jl index 7cb7c1c6..d58635ec 100644 --- a/examples/generate_surface_fluxes.jl +++ b/examples/generate_surface_fluxes.jl @@ -65,8 +65,8 @@ set!(ocean.model; T=T_metadata, S=S_metadata) coupled_model = OceanSeaIceModel(ocean; atmosphere, radiation=Radiation()) -# # Now that the surface fluxes are computed, we can extract and visualize them. -# # The turbulent fluxes are stored in `coupled_model.interfaces.atmosphere_ocean_interface.fluxes`. +# Now that the surface fluxes are computed, we can extract and visualize them. +# The turbulent fluxes are stored in `coupled_model.interfaces.atmosphere_ocean_interface.fluxes`. fluxes = coupled_model.interfaces.atmosphere_ocean_interface.fluxes λ, φ, z = nodes(fluxes.sensible_heat)