Skip to content

Commit

Permalink
tom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ta440 committed Dec 6, 2023
1 parent 2ba9e61 commit dd18af9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions gusto/limiters.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,16 @@ def apply(self, field):


class MixedFSLimiter(object):
"""An object to hold a dictionary that defines limiters for transported prognostic
variables. Different limiters may be applied to different fields and not every transported variable needs a defined limiter.
"""
An object to hold a dictionary that defines limiters for transported prognostic
variables. Different limiters may be applied to different fields and not every
transported variable needs a defined limiter.
"""

def __init__(self, equation, sublimiters):
"""
Args:
equation (:class: 'PrognosticEquationSet'): the prognostic equation(s)
equation (:class: `PrognosticEquationSet`): the prognostic equation(s)
sublimiters (dict): A dictionary holding limiters defined for individual prognostic variables
Raises:
ValueError: If a limiter is defined for a field that is not in the prognostic variable set
Expand Down

0 comments on commit dd18af9

Please sign in to comment.