Skip to content

Commit

Permalink
Remove Filehandler from get_bkg_dict (NOAA-EMC#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Apr 19, 2023
1 parent f902370 commit d587193
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ush/python/pygfs/task/atmens_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,6 @@ def get_bkg_dict(self, task_config: Dict[str, Any]) -> Dict[str, List[str]]:
a dictionary containing the list of model background files to copy for FileHandler
"""
# NOTE for now this is FV3 RESTART files and just assumed to be fh006

bkgdir = [
os.path.join(task_config.DATA, 'bkg'),
]
FileHandler({'mkdir': bkgdir}).sync()

# loop over ensemble members
dirlist = []
bkglist = []
Expand Down

0 comments on commit d587193

Please sign in to comment.