Skip to content

Commit

Permalink
more restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Dec 12, 2024
1 parent 576a92c commit 129e688
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function OceanSeaIceSurfaceFluxes(ocean, sea_ice=nothing;
atmosphere = nothing,
radiation = nothing,
freshwater_density = 1000,
prescribed_fluxes = nothing, # ?? Is this ever used ??
ocean_temperature_units = DegreesCelsius(),
turbulent_fluxes = nothing,
water_vapor_saturation = ClasiusClapyeronSaturation(),
Expand Down Expand Up @@ -149,8 +150,6 @@ function OceanSeaIceSurfaceFluxes(ocean, sea_ice=nothing;
end
end

prescribed_fluxes = nothing

if sea_ice isa SeaIceSimulation
previous_ice_thickness = deepcopy(sea_ice.model.ice_thickness)
previous_ice_concentration = deepcopy(sea_ice.model.ice_concentration)
Expand Down

0 comments on commit 129e688

Please sign in to comment.