Skip to content

Commit

Permalink
Add default (False) for new debug argument, should fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed Aug 15, 2023
1 parent 2f0d123 commit f646f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/set_FV3nml_sfc_climo_filenames.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from set_namelist import set_namelist


def set_FV3nml_sfc_climo_filenames(debug):
def set_FV3nml_sfc_climo_filenames(debug=False):
"""
This function sets the values of the variables in
the forecast model's namelist file that specify the paths to the surface
Expand Down

0 comments on commit f646f3b

Please sign in to comment.