Skip to content

Commit

Permalink
tests should pass
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Dec 12, 2024
1 parent 129e688 commit a98543b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ function compute_atmosphere_ocean_fluxes!(coupled_model)
coupled_model.fluxes.ocean_temperature_units,
surface_atmosphere_state,
radiation_properties,
coupled_model.fluxes.turbulent.water_mole_fraction,
coupled_model.fluxes.turbulent.water_vapor_saturation,
atmosphere.reference_height, # height at which the state is known
atmosphere.boundary_layer_height,
atmosphere.thermodynamics_parameters)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ function OceanSeaIceSurfaceFluxes(ocean, sea_ice=nothing;
end

fluxes_fields = (ocean=ocean_fields, sea_ice=sea_ice_fields)

turbulent_fluxes = TurbulentFluxes(thermodynamics_parameters,
gravitational_acceleration,
coefficients,
Expand Down

0 comments on commit a98543b

Please sign in to comment.