Skip to content

Commit

Permalink
add TODO for MPMD or parallelize with mpi4py in atmens_analysis.py (N…
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Apr 20, 2023
1 parent 8056bf9 commit 812cb46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ush/python/pygfs/task/atmens_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,8 @@ 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.
# See https://github.com/NOAA-EMC/global-workflow/pull/1373#discussion_r1173060656
cmd = Executable(incpy)
cmd.add_default_arg(atmges_fv3)
cmd.add_default_arg(atminc_jedi)
Expand Down

0 comments on commit 812cb46

Please sign in to comment.