Skip to content

Commit

Permalink
Update run_tower.py to do's
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaganKing committed Aug 16, 2024
1 parent 6f4a3a9 commit bda8f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ctsm/site_and_regional/run_tower.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,14 @@ def check_plumber_data(valid_plumber_sites):

for site_name in valid_plumber_sites:

# TODO: check that start_year and end_year are set in shell commands so these should get overwritten
# start_year and end_year are set in shell commands, so these get overwritten
start_year = 2018
end_year = 2022
start_month = 1
end_month = 12

logger.debug("Valid plumber site %s found!", site_name)
finidat = None # TODO: may need to update?
finidat = None

plumber_site = Plumber2Site(
site_name, start_year, end_year, start_month, end_month, finidat
Expand Down

0 comments on commit bda8f1a

Please sign in to comment.