Skip to content

Commit 57ee791

Browse files
author
Manuel Aghito
committed
Allowing setting coastline_approximation_precision=0 when using custom landmask
1 parent 21d0173 commit 57ee791

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.0001,
396+
'min': 0.,
397397
'max': 0.005,
398398
'units': 'degrees',
399399
'description': 'The precision of the particle position approximation to the coastline.',

0 commit comments

Comments
 (0)