Skip to content

Commit

Permalink
Merge pull request #384 from trhille/fix_humboldt_mesh_cfg
Browse files Browse the repository at this point in the history
Fix config section name for humboldt_mesh
  • Loading branch information
trhille committed May 4, 2022
2 parents 2726291 + 6ef05cc commit 8f95f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compass/landice/tests/humboldt/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def build_cell_width(self):
# plt.pcolor(distToEdge/1000.0); plt.colorbar(); plt.show()

# Set cell widths based on mesh parameters set in config file
cell_width = set_cell_width(self, section='humboldt', thk=thk,
cell_width = set_cell_width(self, section='humboldt_mesh', thk=thk,
vx=vx, vy=vy, dist_to_edge=distToEdge,
dist_to_grounding_line=None)
# plt.pcolor(cell_width); plt.colorbar(); plt.show()
Expand Down

0 comments on commit 8f95f0d

Please sign in to comment.