Skip to content

Commit

Permalink
Add documentation for last_50y in cdataset (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
senesis committed Oct 1, 2021
1 parent c75877f commit ea8e619
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion climaf/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,10 @@ def __init__(self, **kwargs):
Some attributes have a special format or processing :
- period : see :py:func:`~climaf.period.init_period`
- period : see :py:func:`~climaf.period.init_period`. See also
function :py:func:`climaf.classes.ds` for added
flexibility in defining periods as last of first set of years
among available data
- domain : allowed values are either 'global' or a list for
latlon corners ordered as in : [ latmin, latmax, lonmin,
Expand Down

0 comments on commit ea8e619

Please sign in to comment.