Releases: CliMA/ClimaOcean.jl
Releases · CliMA/ClimaOcean.jl
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
OceanSeaIceModelconstructor (#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)
Metadatafor 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
TripolarGridimplementation inOceananigans.jl(from version 0.95.25) instead of using theOrthogonalSphericalShellGrids.jlpackage. Consequently, scripts usingClimaOceanneed to switch fromusing OrthogonalSphericalShellGridstousing Oceananigans.OrthogonalSphericalShellGrids
Merged pull requests:
- Add
download_bathymetry(#391) (@glwagner) - Add
velocity_formulationto the interface properties (#394) (@simone-silvestri) - (0.5.0) remove the
OrthogonalSphericalShellGrids.jlpackage (#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.jlexample (#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.jlby @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, jby @simone-silvestri in #371 - (0.4.4) Update Project.toml by @glwagner in #377
Full Changelog: v0.4.3...v0.4.4
v0.4.3
v0.4.2
What's Changed
- Clean up treatment of floating point precision and use
Oceananigans.defaults.FloatTypeby @glwagner in #346 - Fix literated text in near-global example by @navidcy in #339
- One degree simulation in the examples and correct documentation by @simone-silvestri in #276
- (0.4.2) Remove ActiveCellEnstrophyConserving from OceanSimulations by @glwagner in #357
- Update ETOPO url by @glwagner in #360
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Typo in the README directory for ECCO errors by @taimoorsohail in #343
- Bug fix in PrescribedAtmospheres by @glwagner in #347
- Update to climacommon 2024_10_10 by @glwagner in #349
- Add a test for simulation with prescribed atmospheres by @simone-silvestri in #351
- Generalize flux solver stop criteria to include
FixedIterationsby @glwagner in #350
New Contributors
- @taimoorsohail made their first contribution in #343
Full Changelog: v0.4.0...v0.4.1