Skip to content

Commit

Permalink
remove trailing whitespace in atmens_analysis.py comment (NOAA-EMC#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Apr 20, 2023
1 parent 812cb46 commit 6962445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python/pygfs/task/atmens_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def jedi2fv3inc(self: Analysis) -> None:
f"{self.task_config.CDUMP}.t{self.runtime_config.cyc:02d}z.atminc.nc")

# Execute incpy to create the UFS model atm increment file
# TODO: use MPMD or parallelize with mpi4py.
# TODO: use MPMD or parallelize with mpi4py
# See https://github.com/NOAA-EMC/global-workflow/pull/1373#discussion_r1173060656
cmd = Executable(incpy)
cmd.add_default_arg(atmges_fv3)
Expand Down

0 comments on commit 6962445

Please sign in to comment.