Skip to content

Releases: ODINN-SciML/ODINN.jl

v0.2.0

13 Jun 13:02
7a73ea2
Compare
Choose a tag to compare

New release for the submission of the paper to Geoscientific Model Development with Zenodo DOI. This release contains all the work done in the last year, with the correct setup and high-performance of UDEs for the SIA. It also includes a new way to compute climate data, new MB models, a cleaner way to use PyCall and Continuous Integration with tests and CodeCov running on GitHub.

As a v0 release, it still doesn't include a final API. It will be designed this summer, marking the first v1 release of ODINN.jl.

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

31 Mar 22:38
3bf5aba
Compare
Choose a tag to compare

ODINN v0.1.0

First release

Closed issues:

  • Implicit method needed to solve the SIA (#1)
  • Global Parameter setting file (#3)
  • Mass balance needs to be added in small timesteps in forward model (#4)
  • Use Sparse Arrays for glacier matrices (#5)
  • Create fake A(ELA) function (#6)
  • Generate training dataset with fake A function (#7)
  • Train UDE on A for the SIA PDE (#8)
  • A as a function of long-term temperature (#9)
  • LoadError: Mutating arrays is not supported using Zygote (#10)
  • Include different numerical methods in the DE solvers and add them as parameter options. (#11)
  • Initialize UA with stable value (#13)
  • Physical constrains in the NN (#17)
  • Investigate use of batches for UDE training (#18)
  • Optimize code with SparseArrays (#19)
  • Loss function using surface velocities (#20)
  • Parallelize ice flow model (#21)
  • Use initial glacier conditions from OGGM (#25)
  • Formalize Python and OGGM installation and folder structure (#30)
  • UDE not training with OGGM initial state (#31)
  • Train on multiple glaciers (#35)

Merged pull requests: