Skip to content

Commit d7a1a0b

Browse files
committed
Revert h2a extensions to h2i for RXCROP tests to PASS
1 parent e0e509d commit d7a1a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ctsm/crop_calendars/generate_gdds_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ def import_and_process_1yr(
566566
log(logger, " Importing accumulated GDDs...")
567567
clm_gdd_var = "GDDACCUM"
568568
my_vars = [clm_gdd_var, "GDDHARV"]
569-
patterns = [f"*h2a.{this_year-1}-01*.nc", f"*h2a.{this_year-1}-01*.nc.base"]
569+
patterns = [f"*h2i.{this_year-1}-01*.nc", f"*h2i.{this_year-1}-01*.nc.base"]
570570
for pat in patterns:
571571
pattern = os.path.join(indir, pat)
572572
h2_files = glob.glob(pattern)

0 commit comments

Comments
 (0)