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 870c1d4 commit a7fd036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/averaging/create_climo_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def process_variable(adf, ts_files, syr, eyr, output_file):
"adf_climo_yrs": f"{syr}-{eyr}",
"adf_climo_generation_source": "Climo file was generated by xarray 'groupby' and averaged over time dimension",
"climatology_info": "'time' dimension is actually in months (1-12)",
"xarray_time_slice_values": f"Subset includes time values: {actual_time_values[0]} to {actual_time_values[-1]}",
#"xarray_time_slice_values": f"Subset includes time values: {actual_time_values[0]} to {actual_time_values[-1]}",
"time_series_files": ts_files_str,
}

Expand Down Expand Up @@ -321,4 +321,4 @@ def check_averaging_interval(syear_in, eyear_in):
else:
eyr = None
#End if
return syr, eyr
return syr, eyr

0 comments on commit a7fd036

Please sign in to comment.