Skip to content

Commit

Permalink
Update regrid_and_vert_interp_tem.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-richling committed Feb 8, 2025
1 parent e78de8b commit 0a89cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/regridding/regrid_and_vert_interp_tem.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def regrid_and_vert_interp_tem(adf):

print("mhist_loc",mhist_loc)
#Generate CAM climatology (climo) file list:
mhist_fils = [sorted(mhist_loc.glob(f"{case_name}.cam.h4.*.nc"))][-1]
mhist_fils = sorted(mhist_loc.glob(f"{case_name}.cam.h4.*.nc"))
print("mhist_fils",mhist_fils)

if len(mhist_fils) > 1:
Expand Down

0 comments on commit 0a89cea

Please sign in to comment.