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 e6e0803 commit 3d0fd9a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions ush/set_fv3nml_ens_stoch_seeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@

def set_fv3nml_ens_stoch_seeds(cdate, expt_config):
"""
Creates new namelist files with unique stochastic "seed" parameters for an ensemble-enabled experiment (i.e., where
``DO_ENSEMBLE: True``), using a base namelist file in ``${EXPTDIR}`` as a template. These new namelist files are stored within each member directory housed within each cycle directory. Files of any two ensemble members differ only in their stochastic "seed"
parameter values. These namelist files are generated when this file is called as part of the ``run_fcst`` task.
Creates new namelist files with unique stochastic "seed" parameters for an ensemble-enabled
experiment (i.e., where ``DO_ENSEMBLE: True``), using a base namelist file in ``${EXPTDIR}``
as a template. These new namelist files are stored within each member directory housed within
each cycle directory. Files of any two ensemble members differ only in their stochastic "seed"
parameter values. These namelist files are generated when this file is called as part of the
``run_fcst`` task.
Args:
cdate (datetime.datetime): The cycle date
expt_config (dict): The in-memory dictionary representing the experiment configuration file
expt_config (dict): The in-memory dictionary representing the experiment
configuration file
Returns:
None
"""
Expand Down
4 changes: 2 additions & 2 deletions ush/set_fv3nml_sfc_climo_filenames.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

def set_fv3nml_sfc_climo_filenames(config, debug=False):
"""
Sets the values of the variables in the forecast model's namelist file that specify the paths to the surface
climatology files on the FV3LAM native grid (which are either pregenerated
Sets the values of the variables in the forecast model's namelist file that specify the paths
to the surface climatology files on the FV3LAM native grid (which are either pregenerated
or created by the ``make_sfc_climo`` task). Note that the workflow
generation scripts create symlinks to these surface climatology files
in the ``FIXlam`` directory, and the values in the namelist file that get
Expand Down

0 comments on commit 3d0fd9a

Please sign in to comment.