Skip to content

Commit

Permalink
improve handling of timesteps for fvcom output
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Sep 23, 2024
1 parent fec8725 commit 8433a24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ecoval/gridded.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ def gridded_matchup(
ds_ff = fvcom_regrid(ff, vv_file, selection)
ds_surface.append(ds_ff)
ds_surface.merge("time")
ds_surface.subset(years=sim_years)
ds_surface.tmean(["year", "month"])
ds_surface.tmean("month")

Expand Down

0 comments on commit 8433a24

Please sign in to comment.