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 f3defa7 commit b877615
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/averaging/create_climo_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ 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 b877615

Please sign in to comment.