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

Try optimizing for OHC #33

Merged
merged 5 commits into from
Jul 3, 2024
Merged

Try optimizing for OHC #33

merged 5 commits into from
Jul 3, 2024

Conversation

ptrscll
Copy link
Collaborator

@ptrscll ptrscll commented Jun 25, 2024

I implemented new functions and scripts to enable optimization for ocean heat content (in addition to temperature and CO2). By optimizing for all three variables using the NMSE with uncertainty metric and the Matilda paper's bounds for ocean heat diffusivity, I was able to get much better results for ocean heat content at the cost of slightly worse CO2 accuracy.

Something worth noting about the current NMSE with uncertainty metric is that I realized the bounds for OHC are +/- 1 standard deviation, while the bounds for temperature are a 95% confidence interval. I considered using a 95% confidence interval for OHC as well, but I was concerned that using such a large confidence interval for OHC would lead to it basically being ignored while optimizing. When I implement mean variance-standardized squared error, I plan to account for this discrepancy.

Graphs of these results are shown below:
alpha_comparison_plots
ohc_plot

@ptrscll ptrscll mentioned this pull request Jun 25, 2024
@ptrscll ptrscll merged commit 39e2bc5 into main Jul 3, 2024
1 check passed
@ptrscll ptrscll deleted the fix_ohc branch July 11, 2024 20:24
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.

1 participant