Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

620: Add support for optional [sedtrails] research section. #651

Merged
merged 9 commits into from
Jul 5, 2024

Conversation

tim-vd-aardweg
Copy link
Contributor

No description provided.

@tim-vd-aardweg tim-vd-aardweg linked an issue Jun 17, 2024 that may be closed by this pull request
hydrolib/core/dflowfm/research/models.py Outdated Show resolved Hide resolved
hydrolib/core/dflowfm/research/models.py Show resolved Hide resolved
Comment on lines +895 to +906
alias="sedtrailsgrid",
)
research_sedtrailsanalysis: Optional[str] = Field(
"Sedtrails analysis. Should be all, transport, flowvelocity or soulsby.",
alias="sedtrailsanalysis",
)
research_sedtrailsinterval: Optional[str] = Field(
"Sedtrails output times (s), interval, starttime, stoptime (s), if starttime, stoptime are left blank, use whole simulation period.",
alias="sedtrailsinterval",
)
research_sedtrailsoutputfile: Optional[str] = Field(
"Sedtrails time-avgd output file.", alias="sedtrailsoutputfile"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Qua capitals, denk ik dat de aliases conform de kernel code zouden moeten zijn:

  • SedtrailsGrid
  • SedtrailsAnalysis
  • SedtrailsInterval
  • SedtrailsOutputFile

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zelfde antwoord als hierboven! :)

Copy link

sonarcloud bot commented Jul 5, 2024

@tim-vd-aardweg tim-vd-aardweg merged commit f22d6bd into main Jul 5, 2024
1 check passed
@tim-vd-aardweg tim-vd-aardweg deleted the feature/620_Add-sedtrails-section branch July 5, 2024 11:30
@veenstrajelmer
Copy link
Collaborator

Tested and works as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reading of [sedtrails] section in .mdu
3 participants