From 3d0fd9ae89cd827e7df0f3a5a1bc183299a6a934 Mon Sep 17 00:00:00 2001 From: gspetro-NOAA Date: Wed, 11 Sep 2024 15:42:32 -0400 Subject: [PATCH] fix line length --- ush/set_fv3nml_ens_stoch_seeds.py | 12 ++++++++---- ush/set_fv3nml_sfc_climo_filenames.py | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/ush/set_fv3nml_ens_stoch_seeds.py b/ush/set_fv3nml_ens_stoch_seeds.py index 73b6db1a7..9160dec0a 100644 --- a/ush/set_fv3nml_ens_stoch_seeds.py +++ b/ush/set_fv3nml_ens_stoch_seeds.py @@ -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 """ diff --git a/ush/set_fv3nml_sfc_climo_filenames.py b/ush/set_fv3nml_sfc_climo_filenames.py index e2487a662..ac812786e 100644 --- a/ush/set_fv3nml_sfc_climo_filenames.py +++ b/ush/set_fv3nml_sfc_climo_filenames.py @@ -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