Skip to content

Commit

Permalink
Merge pull request #1224 from knutfrode/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
knutfrode authored Feb 8, 2024
2 parents 7aae898 + b289b27 commit 954dc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendrift/readers/basereader/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'(northwards if projection is lonlat/Mercator)'},
'land_binary_mask': {'valid_min': 0, 'valid_max': 1,
'long_name': '1 is land, 0 is sea'},
'sea_floor_depth_below_sea_level': {'valid_min': 0, 'valid_max': 12000,
'sea_floor_depth_below_sea_level': {'valid_min': -10, 'valid_max': 12000,
'long_name': 'Depth of seafloor'},
'ocean_vertical_diffusivity': {'valid_min': 0, 'valid_max': 1}}

Expand Down

0 comments on commit 954dc14

Please sign in to comment.