Skip to content

Commit

Permalink
fix monthly time bound
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzhuzhang committed Apr 10, 2024
1 parent b89c449 commit c3515cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zppy/templates/readTS.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def globalAnnual(self, var):
units = v.units

# Annual average
cdutil.setTimeBoundsMonthly(v)
v = cdutil.YEAR(v)

return v, units

0 comments on commit c3515cd

Please sign in to comment.