Skip to content

Commit

Permalink
remove COMIN, only keep COMOUT
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshichen-noaa committed Aug 28, 2024
1 parent 4b08226 commit 06ed674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ush/python/pygfs/task/upp.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def _call_executable(exec_cmd: Executable) -> None:
@logit(logger)
def finalize(upp_run: Dict, upp_yaml: Dict) -> None:
"""Perform closing actions of the task.
Copy data back from the DATA/ directory to COMIN/ or COMOUT/
Copy data back from the DATA/ directory to COMOUT/
Parameters
----------
Expand All @@ -259,6 +259,6 @@ def finalize(upp_run: Dict, upp_yaml: Dict) -> None:
Fully resolved upp.yaml dictionary
"""

# Copy "upp_run" specific generated data to COMIN/ or COMOUT/ directory
logger.info(f"Copy '{upp_run}' processed data to COMIN/ or COMOUT/ directory")
# Copy "upp_run" specific generated data to COMOUT/ directory
logger.info(f"Copy '{upp_run}' processed data to COMOUT/ directory")
FileHandler(upp_yaml[upp_run].data_out).sync()

0 comments on commit 06ed674

Please sign in to comment.