Skip to content

Commit

Permalink
Add cycled analysis yaml to stage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Jun 14, 2024
1 parent bb94111 commit a675a3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ush/python/pygfs/task/stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ def determine_stage(self, stage_dict: Dict[str, Any]) -> List[str]:

stage_sets = []

if stage_dict.MODE == "cycled" and stage_dict.RUN == "gdas":
stage_sets.append("analysis.yaml.j2")

if stage_dict.EXP_WARM_START:
stage_sets.append("atmosphere_warm.yaml.j2")
else:
Expand Down

0 comments on commit a675a3d

Please sign in to comment.