Skip to content

Commit

Permalink
reformatting spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed Jun 28, 2024
1 parent bebb8ef commit 4646985
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/ctsm/site_and_regional/plumber2_usermods.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def write_usermods(

# create files in each directory
include = os.path.join(site_dir, "include_user_mods")

i_file = open(include, "w") # or 'a' to add text instead of truncate
i_file.write("../defaults")
i_file.close()
Expand All @@ -61,7 +60,6 @@ def write_usermods(
+ ".nc"
)
shell = os.path.join(site_dir, "shell_commands")

s_file = open(shell, "w") # or 'a' to add text instead of truncate
# pylint: disable=line-too-long
s_file.write(
Expand Down Expand Up @@ -130,8 +128,8 @@ def write_usermods(
"fi \n"
"\n"
)

# pylint: enable=line-too-long, anomalous-backslash-in-string

s_file.close()

# add baseflow_scalar = 0 to user_nl_clm for wetland sites
Expand Down

0 comments on commit 4646985

Please sign in to comment.