We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4da69c commit 16ae1ecCopy full SHA for 16ae1ec
regional_mom6/regional_mom6.py
@@ -970,7 +970,7 @@ def _make_vgrid(self, thicknesses=None):
970
971
if len(self.vgrid.zi) > 2 and self.minimum_depth < self.vgrid.zi[2]:
972
print(
973
- f"Warning: Minimum depth of {self.minimum_depth}m is less than the depth of the third interface ({zi[2]}m)!\n"
+ f"Warning: Minimum depth of {self.minimum_depth}m is less than the depth of the third interface ({self.vgrid.zi[2]}m)!\n"
974
+ "This means that some areas may only have one or two layers between the surface and sea floor. \n"
975
+ "For increased stability, consider increasing the minimum depth, or adjusting the vertical coordinate to add more layers near the surface."
976
)
0 commit comments