-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Qmec: new parameterization #18
Comments
Done in commit 80fd3d8, but it was slightly more complicated than expected: the proposed reparameterization still led to huge correlations between
Note that |
OK, but I feel like The Qmec equation with our notations writes: with You could test the following reparameterization:
⟹ original parameters
The fixed, user-provided typical water level |
After discussion with @JeromeLeCoz and @Felipemendezrios:
Reparameterize as follows:
A0=Be*(y0-be)
and Be disappears from the parameter vector.
with A0 a "representative wetted area". y0 can be computed from the inputs as the mean mean stage, i.e. average(0.5*(h1+h2))
Naming:
Qmec0 should be the original model from Bourgault and Matte (currently: SFDTidal_Qmec_model)
Qmec should be the version we prefer, hopefully this reparameterization
Qmec2 should be Clara's version (currently: SFDTidal_Qmec2_model)
Consider removing "SFDTidal" from the name, or possibly just "Tidal" ->SFD_Qmec?
The text was updated successfully, but these errors were encountered: