Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes to docstrings
  • Loading branch information
jshipton committed Dec 21, 2025
commit d3fb5d367649ec0a988766e09dae4167e6d12379
2 changes: 1 addition & 1 deletion gusto/core/io.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def setup_dump(self, state_fields, t, pick_up=False):
Sets up a series of things used for outputting.

This prepares the model for outputting. First it checks for the
existence the specified outputting directory, so prevent it being
existence of the specified output directory to prevent it being
overwritten unintentionally. It then sets up the output files and the
checkpointing file.

Expand Down
1 change: 0 additions & 1 deletion gusto/timestepping/timestepper.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ def __init__(self, equation, io):
Args:
equation (:class:`PrognosticEquation`): the prognostic equation.
io (:class:`IO`): the model's object for controlling input/output.
init_io (:bool): whether or not to set up the IO
"""

self.equation = equation
Expand Down