Skip to content

Commit

Permalink
Fixed typo reported by Ryan Zamora.
Browse files Browse the repository at this point in the history
  • Loading branch information
emkemp committed Nov 19, 2021
1 parent 15756c8 commit 6df611e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
# * 14 Oct 2021: Eric Kemp/SSAI, first version.
# * 01 Nov 2021: Eric Kemp/SSAI, addressed pylint format complaints.
# * 15 Nov 2021: K. Arsenault/SAIC, made minor fixes and added config entries.
# * 19 Nov 2021: Eric Kemp/SSAI, fixed typo reported by K. Arsenault.
# * 19 Nov 2021: Eric Kemp/SSAI, fixed typos reported by K. Arsenault and
# R. Zamora.
#
#------------------------------------------------------------------------------
"""
Expand Down Expand Up @@ -124,7 +125,7 @@ def _customize_ldt_config(ldtconfig_lsm_target, lsm_rstdir, currentdate,
rst_monname = currentdate.strftime("%b")

output_fname = f"{nmme_model}/LIS_RST_NOAHMP401_{rst_date}2345.ICS_" + \
f"{prevdate.year:04d}.ens{num_ensmems:d}.nc"
f"{rst_monname}{prevdate.year:04d}.ens{num_ensmems:d}.nc"
lsm_logfile = \
f"{nmme_model}/ldtlog_{_LSM_NAME}_{rst_monname}{prevdate.year:04d}"

Expand Down

0 comments on commit 6df611e

Please sign in to comment.