Skip to content

Commit e36c207

Browse files
authored
Merge pull request #15 from CNES/modif-tuto-hdf5
Netcdf files format update in tutorials
2 parents 510dac7 + 79530d7 commit e36c207

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

data/MSL.nc

9.11 KB
Binary file not shown.

data/MSL_wo_seasonal_signal.nc

9.59 KB
Binary file not shown.

lenapy/utils/time.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,11 @@ def climato(
136136
If True (default), returns the trend (in day⁻¹).
137137
cycle : bool, optional
138138
If True (default is False), returns the annual and semi-annual cycles.
139-
return_coeffs : bool, optional
140-
If True (default is False), also returns the coefficients of the cycles and the
141-
linear trend.
142-
time_period : slice, optional
139+
Nmin : int, default=0
140+
Minimum number of measure to compute climatology
141+
t_min, t_max : dates, optional
143142
Reference period over which the climatology is computed.
144-
Default is `slice(None, None)` (i.e., the entire time range).
143+
Default is `(None, None)` (i.e., the entire time range).
145144
146145
Returns
147146
-------

0 commit comments

Comments
 (0)