Skip to content

Commit

Permalink
fixed location of plumber data
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed Jul 24, 2024
1 parent fd4daaa commit 70726aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ctsm/site_and_regional/plumber_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def build_base_case(
):
if user_mods_dirs is None:
user_mods_dirs = [
os.path.join(self.cesmroot, "cime_config", "usermods_dirs", "PLUMBER", self.name)
os.path.join(self.cesmroot, "cime_config", "usermods_dirs", "PLUMBER2", self.name)
]
print("in plumbersite adding usermodsdirs")
print("usermodsdirs: {}".format(user_mods_dirs))
Expand Down Expand Up @@ -95,7 +95,7 @@ def run_case(
name of experiment, default False
"""
user_mods_dirs = [
os.path.join(self.cesmroot, "cime_config", "usermods_dirs", "PLUMBER", self.name)
os.path.join(self.cesmroot, "cime_config", "usermods_dirs", "PLUMBER2", self.name)
]
tower_type = "PLUMBER"
super().run_case(
Expand Down

0 comments on commit 70726aa

Please sign in to comment.