diff --git a/opendrift/readers/reader_ROMS_native.py b/opendrift/readers/reader_ROMS_native.py index 7766245fd..0b77cb938 100644 --- a/opendrift/readers/reader_ROMS_native.py +++ b/opendrift/readers/reader_ROMS_native.py @@ -39,9 +39,6 @@ class Reader(BaseReader, StructuredReader): :param name: Name of reader :type name: string, optional - :param proj4: PROJ.4 string describing projection of data. - :type proj4: string, optional - Example: .. code::