Skip to content

Commit

Permalink
fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Sep 11, 2024
1 parent a4b6b4e commit e6e0803
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ush/generate_FV3LAM_wflow.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env python3

"""
User interface to create an experiment directory consistent with the user-defined ``config.yaml`` file.
User interface to create an experiment directory consistent with the user-defined ``config.yaml``
file.
"""

# pylint: disable=invalid-name
Expand Down Expand Up @@ -43,7 +44,8 @@ def generate_FV3LAM_wflow(
logfile: str = "log.generate_FV3LAM_wflow",
debug: bool = False) -> str:
"""
Sets up a forecast experiment and creates a workflow (according to the parameters specified in the configuration file)
Sets up a forecast experiment and creates a workflow (according to the parameters specified
in the configuration file)
Args:
ushdir (str) : The full path of the ``ush/`` directory where this script is located
Expand Down Expand Up @@ -726,7 +728,8 @@ def generate_FV3LAM_wflow(
def setup_logging(logfile: str = "log.generate_FV3LAM_wflow", debug: bool = False) -> None:
"""
Sets up logging, printing high-priority (INFO and higher) messages to screen and printing all
messages with detailed timing and routine info in the specified text file. If ``debug = True``, print all messages to both screen and log file.
messages with detailed timing and routine info in the specified text file. If ``debug = True``,
print all messages to both screen and log file.
Args:
logfile (str) : The name of the file where logging information is written
Expand Down

0 comments on commit e6e0803

Please sign in to comment.