Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
remove commented lines
  • Loading branch information
dngoldberg authored May 23, 2024
1 parent f8d097a commit d4ff400
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fenics_ice/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,6 @@ def init_fields_from_data(self):
self.H_np = self.field_from_data("thick", self.M, min_val=min_thick)

if self.params.melt.use_melt_parameterisation:

#melt_depth_therm_const: float = -999.0
#melt_max_const: float = -999.0

if (self.params.melt.melt_depth_therm_const == -999.0 or \
self.params.melt.melt_max_const == -999.0):
Expand Down

0 comments on commit d4ff400

Please sign in to comment.