-
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
Consider timeseries for building the surrogate model #108
Comments
@FariborzDaneshvar-NOAA since you started exploring this item, can you please either link an existing ticket or just use this ticket to document your progress and impediments (like #128) |
With the stacking suggestion in #129 (comment), I was able to execute the One suggestion was using a chunk of time steps. Here I will provide updates on that regard. |
Building surrogate model for the first 100 time steps:
It went through and here are plots:
This results look weird! and to me the KL fit didn't work correctly! One possibility is that the first 100 time steps used here are long before landfall and minimal variation might exist between them. It also reveals the issue in the plotting function I mentioned earlier here #132 Despite these results, I couldn't make percentile and probability plots due to |
I also tried opening |
@FariborzDaneshvar-NOAA about the memory issue, the problem is that in the function you showed me the other day it is calling I'm not sure what is happening in the plots. Are you sure that mapping back to physical space is done correctly? Since we have a time-node dimension where neither times nor nodes are necessarily aligned, so we have to be very careful when reshaping. I'm not sure if the plots we get are actually meaningful! |
@SorooshMani-NOAA thanks for your comment, you brought up a good point about results! I didn't reshape it back to time/node, which might explain these plots, but it's not clear to me at which step it should be reshaped! This new memory issue is different from what I mentioned before (for the |
Currently only max water elevation is used to train the surrogate model. We'd like to consider the whole timeseries to see how it affects the surrogate output.
Tasks:
@saeed-moghimi-noaa
@WPringle
@SorooshMani-NOAA
The text was updated successfully, but these errors were encountered: