Skip to content

Commit

Permalink
modified workflow/applications/gefs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Jul 16, 2024
1 parent 9262051 commit 50fc7d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions workflow/applications/gefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def _get_app_configs(self):
"""
Returns the config_files that are involved in gefs
"""
configs = ['stage_ic', 'fcst', 'atmos_products']
configs = ['stage_ic', 'fcst', 'atmos_products', 'arch']

if self.nens > 0:
configs += ['efcs', 'atmos_ensstat']
Expand Down Expand Up @@ -72,5 +72,6 @@ def get_task_names(self):
if self.do_wave_bnd:
tasks += ['wavepostbndpnt', 'wavepostbndpntbll']
tasks += ['wavepostpnt']

tasks += ['arch']

return {f"{self._base['CDUMP']}": tasks}

0 comments on commit 50fc7d8

Please sign in to comment.