Skip to content

Commit

Permalink
feat: Move jadelvappos to physics section. (#672)
Browse files Browse the repository at this point in the history
refs: #648
  • Loading branch information
tim-vd-aardweg authored Jul 5, 2024
1 parent fc4af93 commit 08b8294
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions hydrolib/core/dflowfm/research/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,7 @@ class Comments(Numerics.Comments):
"0=use der. types. , 1 = less, 2 = lesser, 5 = also dealloc der. types.",
alias="noderivedtypes",
)
research_jadelvappos: Optional[str] = Field(
"Only positive forced evaporation fluxes(0: no, 1: yes).",
alias="jadelvappos",
)

research_jarhoxu: Optional[str] = Field(
"Include density gradient in advection term (0: no(strongly advised), 1: yes, 2: Also in barotropic and baroclinic pressure term, 3,4: Also in vertical advection).",
alias="jarhoxu",
Expand Down Expand Up @@ -458,7 +455,6 @@ class Comments(Numerics.Comments):
None, alias="vertadvtypmom3onbnd"
)
research_noderivedtypes: Optional[int] = Field(None, alias="noderivedtypes")
research_jadelvappos: Optional[bool] = Field(None, alias="jadelvappos")
research_jarhoxu: Optional[int] = Field(None, alias="jarhoxu")


Expand Down Expand Up @@ -511,6 +507,10 @@ class Comments(Physics.Comments):
"Linear friction umod, for ifrctyp=4,5,6.",
alias="umodlin",
)
research_jadelvappos: Optional[str] = Field(
"Only positive forced evaporation fluxes(0: no, 1: yes).",
alias="jadelvappos",
)
research_uniffrictcoef1dgrlay: Optional[str] = Field(
"Uniform ground layer friction coefficient for ocean models (m/s) (0: no friction).",
alias="uniffrictcoef1dgrlay",
Expand Down Expand Up @@ -544,6 +544,7 @@ class Comments(Physics.Comments):
None, alias="schmidtnumbertracer"
)
research_umodlin: Optional[float] = Field(None, alias="umodlin")
research_jadelvappos: Optional[bool] = Field(None, alias="jadelvappos")
research_uniffrictcoef1dgrlay: Optional[float] = Field(
None, alias="uniffrictcoef1dgrlay"
)
Expand Down

0 comments on commit 08b8294

Please sign in to comment.