Skip to content

Commit

Permalink
last one
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Dec 13, 2024
1 parent ab0ae0e commit f9a3798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function OceanSeaIceSurfaceFluxes(ocean, sea_ice=nothing;
if !isnothing(atmosphere)
# It's the "thermodynamics gravitational acceleration"
# (as opposed to the one used for the free surface)
gravitational_acceleration = ocean.model.buoyancy.model.gravitational_acceleration
gravitational_acceleration = ocean.model.buoyancy.formulation.gravitational_acceleration

if isnothing(similarity_theory)
similarity_theory = SimilarityTheoryTurbulentFluxes(ocean_grid; gravitational_acceleration)
Expand Down

0 comments on commit f9a3798

Please sign in to comment.