Releases: CliMA/ClimaOcean.jl
Releases · CliMA/ClimaOcean.jl
v0.5.4
v0.5.3
v0.5.2
ClimaOcean v0.5.2
Merged pull requests:
- Try adding a precompile workload (#396) (@glwagner)
- Adding sea ice - atmosphere fluxes (#402) (@simone-silvestri)
- Remove the @info statement for ECCO file paths (#409) (@taimoorsohail)
- Fuse kernels for sea_ice_ocean fluxes computation (#411) (@simone-silvestri)
- Correct a bug in assemble fluxes (#414) (@simone-silvestri)
- Bugfix in forcing barotropic potential (#415) (@simone-silvestri)
- Add default Radiation in OceanSeaIceModel + Update example in README and Docs landing page (#416) (@navidcy)
- Use initialization update state in
OceanSeaIceModel
constructor (#417) (@glwagner) - Make many big objects mutable (#418) (@glwagner)
- Bump to 0.5.2 (#419) (@glwagner)
Closed issues:
v0.5.1
ClimaOcean v0.5.1
Merged pull requests:
- (0.5.1)
Metadata
for JRA55 (#286) (@simone-silvestri) - Remove distributed macros from ClimaOcean (#403) (@simone-silvestri)
- Bugfix: time_step!(model, dt) (#410) (@glwagner)
Closed issues:
v0.5.0
ClimaOcean v0.5.0
Breaking changes
- ClimaOcean switches to using the
TripolarGrid
implementation inOceananigans.jl
(from version 0.95.25) instead of using theOrthogonalSphericalShellGrids.jl
package. Consequently, scripts usingClimaOcean
need to switch fromusing OrthogonalSphericalShellGrids
tousing Oceananigans.OrthogonalSphericalShellGrids
Merged pull requests:
- Add
download_bathymetry
(#391) (@glwagner) - Add
velocity_formulation
to the interface properties (#394) (@simone-silvestri) - (0.5.0) remove the
OrthogonalSphericalShellGrids.jl
package (#395) (@simone-silvestri)
v0.4.7
ClimaOcean v0.4.7
Merged pull requests:
- An arctic simulation to test the coupling between sea ice and ocean (#369) (@simone-silvestri)
- More modifications for
one_degree_simulation.jl
example (#372) (@seamanticscience) - (0.4.7) Update for latest oceananigans (#390) (@glwagner)
v0.4.6
What's Changed
- Moved ECCO downloading to beginning of code in
examples/one_degree_simulation.jl
by @taimoorsohail in #364 - Lay the groundwork for prognostic atmospheres by @glwagner in #355
- Fix bathyemtry example by @simone-silvestri in #382
- (0.4.6) Remove thermodynamics step from ClimaOcean and use new ClimaSeaIce version by @simone-silvestri in #383
Full Changelog: v0.4.5...v0.4.6
v0.4.5
v0.4.4
What's Changed
- Continue sea-ice coupling effort by @simone-silvestri in #365
- Do not restrict bathymetry by @simone-silvestri in #335
- Some bufixes by @simone-silvestri in #375
- Persist FractionalIndices with two separate arrays for
i, j
by @simone-silvestri in #371 - (0.4.4) Update Project.toml by @glwagner in #377
Full Changelog: v0.4.3...v0.4.4