Skip to content

Commit

Permalink
Fix config section name for humboldt_mesh
Browse files Browse the repository at this point in the history
Change config section name from humboldt to humboldt_mesh. This was
causing the mesh_gen test case to fail.
  • Loading branch information
trhille committed May 4, 2022
1 parent 2726291 commit 6ef05cc
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 6ef05cc

Please sign in to comment.