Skip to content

Commit

Permalink
Correct variable name that came in with the conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Nov 15, 2024
1 parent 5148dbc commit dc295f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ctsm/crop_calendars/generate_gdds_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def import_and_process_1yr(

log(logger, " Importing accumulated GDDs...")
clm_gdd_var = "GDDACCUM"
myVars = [clm_gdd_var, "GDDHARV"]
my_vars = [clm_gdd_var, "GDDHARV"]
patterns = [f"*h2.{this_year-1}-01*.nc", f"*h2.{this_year-1}-01*.nc.base"]
for p in patterns:
pattern = os.path.join(indir, p)
Expand Down

0 comments on commit dc295f7

Please sign in to comment.