Skip to content

Commit

Permalink
Decreased config level to BASIC for general:simulation_name, due to w…
Browse files Browse the repository at this point in the history
…rong interpretation in Drifty
  • Loading branch information
knutfrode committed Jun 25, 2024
1 parent 78548f3 commit cfcc163
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 cfcc163

Please sign in to comment.