Skip to content

Commit

Permalink
Update create_climo_files.py
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-richling authored Feb 18, 2025
1 parent a915be1 commit a4f2e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/averaging/create_climo_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def create_climo_files(adf, clobber=False, search=None):

#Check if climo directory exists, and if not, then create it:
if not output_location.is_dir():
print(f"\t {output_location} not found, making new directory")
print(f"\t INFO: {output_location} not found, making new directory")
output_location.mkdir(parents=True)

# If we need to allow custom search, could put it into adf.data
Expand Down

0 comments on commit a4f2e48

Please sign in to comment.