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

Phase wise operation integration with d-flow fm #63

Merged

Conversation

erwin-mulder
Copy link
Collaborator

@erwin-mulder erwin-mulder commented Jan 31, 2025

What was done:

  • Fixed default settings for density current factors, for when they are not set in the csv.
  • Changed the way correction calculations are done so they no longer can cause discharge reversals. This will be documented in UNST-8586.

@erwin-mulder erwin-mulder requested a review from vrielin January 31, 2025 13:50
@erwin-mulder erwin-mulder self-assigned this Jan 31, 2025
@erwin-mulder erwin-mulder marked this pull request as draft January 31, 2025 13:50
Copy link
Collaborator

@vrielin vrielin left a comment

Choose a reason for hiding this comment

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

For a factor, a value of 1.0 sounds indeed better than 0.

@erwin-mulder erwin-mulder marked this pull request as ready for review February 6, 2025 09:22
@@ -166,10 +166,16 @@ static int sealock_phase_results_to_results(sealock_state_t *lock) {
/* Set a correction for the current phase results for possibly skipping a bit of the start. */
static int sealock_apply_phase_wise_result_correction(sealock_state_t *lock, time_t time,
time_t duration, zsf_results_t *previous) {
// Note: We assume the timestepping from DIMR will be constant and non-zero.
Copy link
Collaborator

Choose a reason for hiding this comment

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

And that's reasonable at this moment, time can only be specified as [tstart, tstep, tstop] ,
https://content.oss.deltares.nl/schemas/dimr-1.3.xsd

@erwin-mulder erwin-mulder merged commit c37c8db into development Feb 11, 2025
@erwin-mulder erwin-mulder deleted the 62-phase-wise-operation-integration-with-d-flow-fm branch February 11, 2025 12:35
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.

2 participants