Skip to content

Commit

Permalink
Update warning
Browse files Browse the repository at this point in the history
Co-authored-by: barneydobson <[email protected]>
  • Loading branch information
liuly12 and barneydobson authored Apr 10, 2024
1 parent 325ea01 commit e9a3ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsimod/nodes/land.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ def apply_overrides(self, overrides = Dict[str, Any]):

if 'capacity' in overrides.keys():
overrides.pop('capacity')
print('ERROR: specifying capacity is depreciated in overrides for surface, please specify depth and area instead')
print('Warning: specifying capacity is depreciated in overrides for surface, please specify depth and area instead. capacity override value has been ignored')

# overrides data_input_dict
from wsimod.orchestration.model import read_csv
Expand Down

0 comments on commit e9a3ea1

Please sign in to comment.