Skip to content

Commit

Permalink
Fix missing output for daily stats test
Browse files Browse the repository at this point in the history
The missing output causes validation to fail.
  • Loading branch information
xylar committed May 4, 2022
1 parent e829ea1 commit 1efb76b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ def __init__(self, test_group, mesh, init, time_integrator):

module = self.__module__
step.add_output_file(filename='output.nc')
step.add_output_file(
filename='analysis_members/'
'mpaso.hist.am.timeSeriesStatsDaily.0001-01-01.nc')
step.add_namelist_file(module, 'namelist.forward')
step.add_streams_file(module, 'streams.forward')
self.add_step(step)
Expand Down

0 comments on commit 1efb76b

Please sign in to comment.