Skip to content

Commit

Permalink
fixup thin film thickness
Browse files Browse the repository at this point in the history
  • Loading branch information
cbegeman committed Nov 29, 2023
1 parent 4063b55 commit e46fc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compass/ocean/tests/drying_slope/initial_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run(self):

# Fetch config options
section = config['vertical_grid']
thin_film_thickness = section.getfloat('thin_film_thickness') + 1.0e-9
thin_film_thickness = section.getfloat('thin_film_thickness')
vert_levels = section.getint('vert_levels')

section = config['drying_slope']
Expand Down

0 comments on commit e46fc72

Please sign in to comment.