diff --git a/regional_mom6/regional_mom6.py b/regional_mom6/regional_mom6.py index 713ce824..32110cc4 100644 --- a/regional_mom6/regional_mom6.py +++ b/regional_mom6/regional_mom6.py @@ -1141,7 +1141,7 @@ def setup_initial_condition( model grid, fixes up metadata, and saves back to the input directory. Args: - raw_ic_path (Union[str, Path,list[str]]): Path(s) to raw initial condition file(s) to read in. + raw_ic_path (Union[str, Path, list[str]]): Path(s) to raw initial condition file(s) to read in. varnames (Dict[str, str]): Mapping from MOM6 variable/coordinate names to the names in the input dataset. For example, ``{'xq': 'lonq', 'yh': 'lath', 'salt': 'so', ...}``. arakawa_grid (Optional[str]): Arakawa grid staggering type of the initial condition.