Skip to content

Adding EKI race examples#531

Merged
odunbar merged 43 commits intomainfrom
rg/eki-race-examples
Jan 31, 2026
Merged

Adding EKI race examples#531
odunbar merged 43 commits intomainfrom
rg/eki-race-examples

Conversation

@rgjini
Copy link
Copy Markdown
Collaborator

@rgjini rgjini commented Nov 24, 2025

Purpose

Closes #530
Closes #541

Content

list of proposed tasks

  • Add Lorenz63 example
  • Add Lorenz96 constant forcing example
  • Add Lorenz96 spatially dependent forcing example
  • Add Lorenz96 Spatially dependent forcing example with neural network approximation
  • Saves many precomputed quantities (e.g. the estimated covariances) from initial run for time savings on future runs
  • Saves output results for ingestion by plotting scripts.
  • Plotting scripts have been written to display the distribution of iterations / model runs over the race

Misc

  • Bugfixed the (actually no-longer used here) avg_rmse computation

@rgjini rgjini changed the title Adding empty sciprt for the Lorenz63 example Adding EKI race examples Nov 24, 2025
rgjini and others added 28 commits November 24, 2025 17:16
…blem setup: everything runs correctly so far
…blem setup: everything runs correctly so far
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

⚠️ Contributor License Agreement required

The following contributors must sign the CLA before this PR can be merged:

Please visit https://ecodesign.clima.caltech.edu/cla/ to review and upload the signed CLA.

Once completed, re-run the checks on this PR.

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

⚠️ Contributor License Agreement required

The following contributors must sign the CLA before this PR can be merged:

Please visit https://ecodesign.clima.caltech.edu/cla/ to review and sign the CLA.

How to sign: Authenticate with GitHub then click the "I agree" button.

Once completed, re-run the checks on this PR.

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

⚠️ Contributor License Agreement required

The following contributors must sign the CLA before this PR can be merged:

Please visit https://ecodesign.clima.caltech.edu/cla/ to review and sign the CLA.

How to sign: Authenticate with GitHub then click the "I agree" button.

Once completed, re-run the checks on this PR.

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

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

⚠️ Contributor License Agreement required

The following contributors must sign the CLA before this PR can be merged:

Please visit https://ecodesign.clima.caltech.edu/cla/ to review and sign the CLA.

How to sign: Authenticate with GitHub then click the "I agree" button.

Once completed, re-run the checks on this PR.

Copy link
Copy Markdown
Member

@odunbar odunbar left a comment

Choose a reason for hiding this comment

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

LGTM!

I was able to run several experiments, and the following are plots from a couple of the runs

l63 - one experiment
ImageImage

l96 - vec - multiple experiments
ImageImage

@odunbar odunbar merged commit aed11ee into main Jan 31, 2026
12 checks passed
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.

avg_rmse, is not computing the average RMSE Implement EKI race examples

2 participants