Skip to content

Commit

Permalink
Added description of netcdf_version parameter in icclim function
Browse files Browse the repository at this point in the history
  • Loading branch information
pagecp authored Aug 31, 2017
1 parent fb5e0cc commit 6079c8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion icclim/icclim.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,12 @@ def indice(in_files,
:param user_indice: A dictionary with parameters for user defined index
:type user_indice: dict
:param netcdf_version: NetCDF version to create (default: "NETCDF3_CLASSIC").
:type netcdf_version: str
:rtype: path to NetCDF file
.. warning:: If ``out_file`` already exists, Icclim will overwrite it!
.. warning:: If ``out_file`` already exists, icclim will overwrite it!
'''

Expand Down

0 comments on commit 6079c8c

Please sign in to comment.