Skip to content

Commit 2d19f51

Browse files
author
Manuel Aghito
committed
Revert "Allowing setting coastline_approximation_precision=0 when using custom landmask"
This reverts commit 57ee791.
1 parent a794d4c commit 2d19f51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opendrift/models/basemodel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def __init__(self,
393393
'general:coastline_approximation_precision': {
394394
'type': 'float',
395395
'default': 0.001,
396-
'min': 0.,
396+
'min': 0.0001,
397397
'max': 0.005,
398398
'units': 'degrees',
399399
'description': 'The precision of the particle position approximation to the coastline.',

0 commit comments

Comments
 (0)