Skip to content

Commit

Permalink
fixed pynorms
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Jan 21, 2025
1 parent 29e0c78 commit 3303119
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ush/python/pygfs/utils/marine_da_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ def link_executable(task_config: AttrDict, exe_name: str) -> None:

@logit(logger)
def prep_input_nml(task_config: AttrDict,
output_nml: str="mom_input.nml",
simple_geom: bool=False,
mom_input: str="MOM_input") -> None:
output_nml: str = "mom_input.nml",
simple_geom: bool = False,
mom_input: str = "MOM_input") -> None:
"""Prepare the mom_input.nml file
"""
# stage input.nml.j2
Expand Down

0 comments on commit 3303119

Please sign in to comment.