Skip to content

Commit

Permalink
Merge pull request #1328 from knutfrode/dev
Browse files Browse the repository at this point in the history
Decreased config level to BASIC for general:simulation_name, due to w…
  • Loading branch information
knutfrode authored Jun 25, 2024
2 parents 78548f3 + cfcc163 commit b1e3672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendrift/models/basemodel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def __init__(self,
self._add_config({
# type, default, min, max, enum, important, value, units, description
'general:simulation_name': {'type': 'str', 'min_length': 0, 'max_length': 64,
'default': '', 'level': CONFIG_LEVEL_ESSENTIAL,
'default': '', 'level': CONFIG_LEVEL_BASIC,
'description': 'Name of simulation'},
'general:coastline_action': {
'type':
Expand Down

0 comments on commit b1e3672

Please sign in to comment.