CliMA / ParameterEstimocean.jl

🎲 Parameter estimation for Oceananigans using EnsembleKalmanProcesses
https://clima.github.io/ParameterEstimoceanDocumentation/dev/
MIT License
21 stars 6 forks source link

Update Oceananigans compat #330

Open glwagner opened 8 months ago

adelinehillier commented 7 months ago

I'm baffled by the compilation errors here.

glwagner commented 7 months ago

Hi @adelinehillier !

I think at least one issue in precompilation is a problem with an Optim extension:

https://github.com/CliMA/ParameterEstimocean.jl/actions/runs/8402936679/job/23012878959?pr=330#step:6:581

But this might not be our main dragon. I think the other problems come from trying to deserialize / load a saved type from a prior version of Oceananigans... which can fail when the properties of the type change :-/