Skip to content

Commit

Permalink
better order
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Nov 2, 2023
1 parent d26af89 commit f0c0cc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hydrolib/core/dflowfm/mdu/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,12 +1020,12 @@ class Comments(INIBasedModel.Comments):
wrihis_wind: Optional[str] = Field(
"Write wind velocities to his file (1: yes, 0: no)'", alias="wrihis_wind"
)
wrihis_rain: Optional[str] = Field(
"Write precipitation to his file (1: yes, 0: no)'", alias="wrihis_rain"
)
wrihis_airdensity: Optional[str] = Field(
"Write air density to his file (1: yes, 0: no)", alias="wrihis_airdensity"
)
wrihis_rain: Optional[str] = Field(
"Write precipitation to his file (1: yes, 0: no)'", alias="wrihis_rain"
)
wrihis_infiltration: Optional[str] = Field(
"Write infiltration to his file (1: yes, 0: no)'",
alias="wrihis_infiltration",
Expand Down Expand Up @@ -1327,8 +1327,8 @@ class Comments(INIBasedModel.Comments):
wrihis_structure_compound: bool = Field(True, alias="wrihis_structure_compound")
wrihis_turbulence: bool = Field(True, alias="wrihis_turbulence")
wrihis_wind: bool = Field(True, alias="wrihis_wind")
wrihis_rain: bool = Field(True, alias="wrihis_rain")
wrihis_airdensity: bool = Field(True, alias="wrihis_airdensity")
wrihis_rain: bool = Field(True, alias="wrihis_rain")
wrihis_infiltration: bool = Field(True, alias="wrihis_infiltration")
wrihis_temperature: bool = Field(True, alias="wrihis_temperature")
wrihis_waves: bool = Field(True, alias="wrihis_waves")
Expand Down

0 comments on commit f0c0cc5

Please sign in to comment.