You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in ib.temperature (ThermalModel instance) when running model at the first thermal model timestep to recalculate ice block temperatures and refreezing
error is raised from ice block.increment_time()
# Run temperature solver with updated geometryifself.n%self.thermal_freq==0:
self.temperature.calc_temperature(self.crev_locs)
Error in
ib.temperature
(ThermalModel
instance) when running model at the first thermal model timestep to recalculate ice block temperatures and refreezingerror is raised from
ice block.increment_time()
error there is pointing to the line with
self.bluelayer_right
which is updated by.calc_refreezing()
The text was updated successfully, but these errors were encountered: