From ed0b190e9acc93063519dd9f9acbb11c7e0784a4 Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Fri, 16 Aug 2024 09:20:15 +0200 Subject: [PATCH] corrected comment for layertype --- hydrolib/core/dflowfm/mdu/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydrolib/core/dflowfm/mdu/models.py b/hydrolib/core/dflowfm/mdu/models.py index c0328158c..e0afb2798 100644 --- a/hydrolib/core/dflowfm/mdu/models.py +++ b/hydrolib/core/dflowfm/mdu/models.py @@ -1892,7 +1892,7 @@ class Comments(INIBasedModel.Comments): ) kmx: Optional[str] = Field("Number of vertical layers.", alias="kmx") layertype: Optional[str] = Field( - "Number of vertical layers.", alias="layerType" + "1= sigma-layers, 2 = z-layers, 3 = use VertplizFile.", alias="layerType" ) numtopsig: Optional[str] = Field( "Number of sigma-layers on top of z-layers.", alias="numTopSig"