Skip to content

Commit 872a800

Browse files
andrewdnolantrhille
authored andcommitted
Update analysis output files
have compass expect seperate files for the dome and rmse convergence.
1 parent 30cdf71 commit 872a800

File tree

1 file changed

+2
-1
lines changed
  • compass/landice/tests/mesh_convergence/halfar

1 file changed

+2
-1
lines changed

compass/landice/tests/mesh_convergence/halfar/analysis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ def __init__(self, test_case, resolutions):
2626
"""
2727
super().__init__(test_case=test_case, resolutions=resolutions)
2828
self.resolutions = resolutions
29-
self.add_output_file('convergence.png')
29+
self.add_output_file('convergence_rmse.png')
30+
self.add_output_file('convergence_dome.png')
3031

3132
def run(self):
3233
"""

0 commit comments

Comments
 (0)