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 ed8e7b4 commit 675c2d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/averaging/create_climo_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ def get_time_slice_by_year(time, startyear, endyear):
##############
#Main function
##############
"""
#adf.set_warning_filter
from adf_diag import set_warning_filter
set_warning_filter(enable=True) # Suppress warnings
"""
def create_climo_files(adf, clobber=False, search=None):
"""
This is an example function showing
Expand Down

0 comments on commit 675c2d8

Please sign in to comment.