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

remove OrdinaryDiffEq, DiffEqBase #526

Merged
merged 2 commits into from
Dec 2, 2023
Merged

remove OrdinaryDiffEq, DiffEqBase #526

merged 2 commits into from
Dec 2, 2023

Conversation

juliasloan25
Copy link
Member

@juliasloan25 juliasloan25 commented Nov 28, 2023

Purpose

Replace ODE and DiffEqBase dependencies with SciMLBase. We expect this to decrease our precompilation time

Note

We have one test for eisenman sea ice that requires us to add SciMLBase and ClimaTimeSteppers to the test/ environment. I would rather remove this test from test/ and just rely on this sea ice stepping being tested in experiments/AMIP. If it isn't currently being tested in our experiments CI, we should add a test case for it.

replaces #430
closes #437

To Do

  • remove ODE.jl
  • remove DiffEqBase.jl
  • add SciMLBase.jl where needed
  • add SciMLBase = "1, 2" compat

  • I have read and checked the items on the review checklist.

@juliasloan25 juliasloan25 force-pushed the js/rm-ode2 branch 2 times, most recently from 4938833 to de69ba5 Compare December 2, 2023 01:26
@juliasloan25 juliasloan25 merged commit 3f027ed into main Dec 2, 2023
7 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.

remove @show in coupling loop
2 participants