-
Notifications
You must be signed in to change notification settings - Fork 3
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
Run GLM and remove heat budget bias for the lake #4
Comments
Ok, running with preliminary values and non-time-varying Kd just to get a handle on the optimization. Default parameters have RMSE ~1.7 degC. We'll see where it goes from here. |
Not a bad starting point (1.7°) You are using all of the temp data? Including all of the new data Gretchen dug up? Assuming it is a lot more than we had for validation in NECSC. |
It is a lot, lot, lot more than we had before.
…On Wed, Apr 5, 2017 at 10:31 AM, Jordan S Read ***@***.***> wrote:
Not a bad starting point (1.7°)
You are using all of the temp data? Including all of the new data Gretchen
dug up? Assuming it is a lot more than we had for validation in NECSC.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASiU6sH9zWmizW2yE5nm26Co8pbyjSTsks5rs7PpgaJpZM4Mojyk>
.
--
Gretchen Hansen
https://gretchenhansen.squarespace.com
|
what is kw_factor? what is counts? |
0 is good for convergence. Anything not zero is usually bad. 0 tends to mean it found a local minimum, which is all we can guarantee with the method I'm using. kw_factor was a Kd multiplier i had in there. I was using for other lakes. Tweaks our estimate of light attenuation. Something near 1 is fine, means it made a small adjustment to Kd. In this case, we know it went somewhere weird because it was saying Kd is ~10x smaller than the value I supplied, which we know isn't true. |
what value are you giving it? |
Kd of 0.5, which is probably high, but not high enough to believe a kd_factor (multiplier) of 0.09 as the first run gave me. I'll work on getting the variable Kd run going and see how that optimization turns out. |
It would be nice to see errors over time, too., under the constant kd scenario. |
No description provided.
The text was updated successfully, but these errors were encountered: