Skip to content

Commit

Permalink
Resolve pynorms errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Jun 20, 2024
1 parent e833c2a commit df0c933
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions scripts/exglobal_stage_ic.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ def main():
# Stage ICs
stage.execute_stage(stage_dict)


if __name__ == '__main__':
main()
1 change: 0 additions & 1 deletion workflow/rocoto/gfs_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,6 @@ def _fcst_cycled(self):
dependencies.append(rocoto.add_dependency(dep_dict))
dependencies = rocoto.create_dependency(dep_condition='or', dep=dependencies)


if self.app_config.do_wave and self.cdump in self.app_config.wave_cdumps:
dep_dict = {'type': 'task', 'name': f'{self.cdump}waveprep'}
dependencies.append(rocoto.add_dependency(dep_dict))
Expand Down

0 comments on commit df0c933

Please sign in to comment.