Skip to content

Commit

Permalink
pynorms
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Nov 6, 2024
1 parent dd6736f commit a6fd65a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ush/python/pygfs/task/marine_bmat.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@ def execute(self) -> None:
# horizontal diffusion
self.jedi_dict['soca_setcorscales'].execute()
self.jedi_dict['soca_parameters_diffusion_hz'].execute()

# vertical diffusion
exec_cmd = Executable("python")
exec_name = os.path.join(self.task_config.DATA, 'calc_scales.x')
exec_cmd.add_default_arg(exec_name)
exec_cmd.add_default_arg('soca_vtscales.yaml')
mdau.run(exec_cmd)
mdau.run(exec_cmd)

self.jedi_dict['soca_parameters_diffusion_vt'].execute()

Expand Down

0 comments on commit a6fd65a

Please sign in to comment.