Skip to content

Commit

Permalink
Fixed issue with convert_culled_mesh_to_cdf5
Browse files Browse the repository at this point in the history
For hurricane test case
  • Loading branch information
gcapodag committed Nov 8, 2023
1 parent 5235fff commit 2cf4819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions compass/ocean/tests/hurricane/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def configure_hurricane(test_case, mesh):
config = test_case.config

config.add_from_package('compass.mesh', 'mesh.cfg')
config.add_from_package('compass.ocean.tests.hurricane', 'hurricane.cfg')
config.add_from_package(mesh.package, mesh.mesh_config_filename,
exception=True)

Expand Down
2 changes: 2 additions & 0 deletions compass/ocean/tests/hurricane/hurricane.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[spherical_mesh]
convert_culled_mesh_to_cdf5 = False

0 comments on commit 2cf4819

Please sign in to comment.