File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 29
29
- " julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.add(Pkg.PackageSpec(;name=\" Thermodynamics\" , rev=\" main\" ))'"
30
30
- " julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.add(Pkg.PackageSpec(;name=\" SurfaceFluxes\" , rev=\" main\" ))'"
31
31
- " julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.add(Pkg.PackageSpec(;name=\" RRTMGP\" , rev=\" main\" ))'"
32
- - " julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.add(Pkg.PackageSpec(;name=\" Oceananigans\" , rev=\" main\" ))'"
32
+ # UNCOMMENT when ClimaOcean is updated to use the latest Oceananigans
33
+ # - "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.add(Pkg.PackageSpec(;name=\"Oceananigans\", rev=\"main\"))'"
34
+ # As of 17-Jul-25, ClimaOceans is not yet compatible with the latest Oceananigans
33
35
- " julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.add(Pkg.PackageSpec(;name=\" ClimaOcean\" , rev=\" main\" ))'"
34
36
- " julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.resolve()'"
35
37
You can’t perform that action at this time.
0 commit comments