Skip to content

Commit

Permalink
Update analysis output files
Browse files Browse the repository at this point in the history
    have compass expect seperate files for the dome and rmse convergence.
  • Loading branch information
andrewdnolan authored and trhille committed Nov 8, 2023
1 parent 30cdf71 commit 872a800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compass/landice/tests/mesh_convergence/halfar/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def __init__(self, test_case, resolutions):
"""
super().__init__(test_case=test_case, resolutions=resolutions)
self.resolutions = resolutions
self.add_output_file('convergence.png')
self.add_output_file('convergence_rmse.png')
self.add_output_file('convergence_dome.png')

def run(self):
"""
Expand Down

0 comments on commit 872a800

Please sign in to comment.