Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ subroutine update_icecover()
ice_area_fraction(n) = 1.0_fp
else
ice_thickness(n) = 0.0_fp
snow_thickness(n) = 0.0_fp
ice_area_fraction(n) = 0.0_fp
ice_temperature(n) = celsius_to_kelvin(0.0_fp)
end if
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ subroutine heatun(n, time_in_hours, nominal_solar_radiation)
surface_temperature = kelvin_to_celsius(ice_temperature(n))
else
! no ice and no snow, but ice_modelling switched on
albedo = 0.06_fp ! Albedo is set to the albedo of water, in the same way as its initialization in m_heatfluxes.f90
surface_temperature = water_temperature_in_cell
end if
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@
</testCase>

<testCase name="e02_f020_c035_salinity_freezing_3d" ref="dflowfm_default">
<path version="2025-08-21T11:30:00.000000">e02_dflowfm/f020_heat_flux/c035_salinity_freezing_3d</path>
<path version="2025-12-12T14:35:26.545000">e02_dflowfm/f020_heat_flux/c035_salinity_freezing_3d</path>
<maxRunTime>60.0000000</maxRunTime>
<checks>
<file name="output/winter97_saltwater_his.nc" type="netCDF">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2231,7 +2231,7 @@
</checks>
</testCase>
<testCase name="e02_f006_c176_freezing_with_background_salinity" ref="dflowfm_default">
<path version="2025-12-08T14:08:55.403000">e02_dflowfm/f006_external_forcing/c176_freezing_with_background_salinity</path>
<path version="2025-12-12T14:34:22.514000">e02_dflowfm/f006_external_forcing/c176_freezing_with_background_salinity</path>
<maxRunTime>3600.0</maxRunTime>
<checks>
<file name="output/winter97_saltwater-2_map.nc" type="netcdf">
Expand Down Expand Up @@ -4762,7 +4762,7 @@
</checks>
</testCase>
<testCase name="e02_f020_c034_salinity_freezing" ref="dflowfm_default">
<path version="2025-08-27T12:00:00">e02_dflowfm/f020_heat_flux/c034_salinity_freezing</path>
<path version="2025-12-12T14:33:06.073000">e02_dflowfm/f020_heat_flux/c034_salinity_freezing</path>
<maxRunTime>60.0000000</maxRunTime>
<checks>
<file name="output/winter97_saltwater_his.nc" type="netCDF">
Expand Down