Skip to content

Commit

Permalink
removed "gefs task missing" error message from /work2/noaa/global/ant…
Browse files Browse the repository at this point in the history
…onf/global-workflow/ush/python/pygfs/task
  • Loading branch information
AntonMFernando-NOAA committed Aug 7, 2024
1 parent 37c53ac commit fe3254e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ush/python/pygfs/task/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ def configure(self, arch_dict: Dict[str, Any]) -> (Dict[str, Any], List[Dict[str
if not os.path.isdir(arch_dict.ROTDIR):
raise FileNotFoundError(f"FATAL ERROR: The ROTDIR ({arch_dict.ROTDIR}) does not exist!")

if arch_dict.RUN == "gefs":
raise NotImplementedError("FATAL ERROR: Archiving is not yet set up for GEFS runs")

if arch_dict.RUN in ["gdas", "gfs"]:
if arch_dict.RUN in ["gdas", "gfs", "gefs"]:

# Copy the cyclone track files and rename the experiments
# TODO This really doesn't belong in archiving and should be moved elsewhere
Expand Down

0 comments on commit fe3254e

Please sign in to comment.