Skip to content

Commit f7f0e9f

Browse files
authored
Update run_tower.py to do's
1 parent 82aeb6a commit f7f0e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ctsm/site_and_regional/run_tower.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,14 +181,14 @@ def check_plumber_data(valid_plumber_sites):
181181

182182
for site_name in valid_plumber_sites:
183183

184-
# TODO: check that start_year and end_year are set in shell commands so these should get overwritten
184+
# start_year and end_year are set in shell commands, so these get overwritten
185185
start_year = 2018
186186
end_year = 2022
187187
start_month = 1
188188
end_month = 12
189189

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

193193
plumber_site = Plumber2Site(
194194
site_name, start_year, end_year, start_month, end_month, finidat

0 commit comments

Comments
 (0)