Skip to content

Commit

Permalink
add generate surface fluxes
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Feb 21, 2025
1 parent b5f8d61 commit a568275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/generate_surface_fluxes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a568275

Please # to comment.