Skip to content

Releases: Climdyn/qgs

qgs version 0.2.8 release

19 Jun 07:54
33200fa
Compare
Choose a tag to compare

Release for the publication on PyPI.

Changelog

  • New vorticity diagnostics (see PR #19)
  • Solved bugs in diagnotics
  • Release to PyPI !

qgs version 0.2.7 release

16 Mar 13:24
c372ba3
Compare
Choose a tag to compare

Minor release including 3 important bugfixes

Changelog

  • A bugfix to make sure that the two available heat exchange and T° schemes are not used concomitantly: f96303c
  • The correction of 2 bugs with the symbolic model version of the land-atmosphere coupled model: e939182
  • A bugfix for an issue with the symbolic inner products when changing the aspect ratio of the model domain: #17
  • A new vertical wind velocity diagnostic in the middle of the atmosphere
  • Some corrections in the documentation

qgs version 0.2.6 release

06 Dec 11:15
1b8c5ff
Compare
Choose a tag to compare

Release of the new $T^4$ dynamical temperature scheme

Changelog

  1. New profile plot diagnostic to plot meridional or zonal profiles
  2. Implementation of the dynamical reference temperatures (instead of fixed ones)
  3. Implementation of the quartic $T^4$ tendencies
  4. Corrected bug #14 of the diagnostic classes
  5. Added a specific basis for the orography in diagnostics
  6. Addition of a new diagnostic for meridional atmospheric temperature gradient
  7. Added a tangent linear and adjoint model test
  8. Addition of several example notebooks
  9. Minors change (typos, contributors file, etc...)

qgs version 0.2.5 release

14 Oct 14:27
Compare
Choose a tag to compare

Release of the Lyapunov toolbox module:

Changelog

  1. New class to compute the Forward and Backward Lyapunov vectors.
  2. New class to compute Covariant Lyapunov vectors.

qgs version 0.2.4 release

07 Jul 22:11
Compare
Choose a tag to compare

First release for the visualization system of the model, based on Diagnostic classes.
This one implements an important piece that was missing before the v0.3 release can occur (later this year).

Changelog

First implementation of the diagnostic module:

  • Base classes to define diagnostics
  • First batch of diagnostics useful for the model
  • Multiple diagnostics classes to plot them simultaneously
  • Documentation (API + user guide + example)
  • Example notebooks

Other important changes:

  • Numerical quadrature of symbolic inner products (it is now the default
    way to compute them) + timeout in the case of symbolic integration
    before falling back to quadrature

And finally various minor changes and bugfixes.

Forthcoming

More diagnostics for the model will be implemented this year.

qgs version 0.2.3 release

21 Jun 15:55
Compare
Choose a tag to compare

Reorganization of the core of the code into a single qgs to enhance readability and searching.
Solve the issue #7 .
Related to the discussion on the JOSS review: openjournals/joss-reviews#2597 (comment)

Thanks to @sadielbartholomew for the suggestion.

Changelog

  • Mainly moving files to new directories and adapting links and import statements

qgs version 0.2.2 release

07 Mar 11:40
Compare
Choose a tag to compare

Release of the new core to compute the inner products.
Addition of the user guide to the documentation.

Changelog with respect to v0.2.1

  • New classes to compute symbolically the inner products with Sympy.
  • Refactored several classes using abstract base classes.
  • First release of a user guide to help setup and run the models.
  • Various minor changes

qgs version 0.2.1 release

20 Dec 10:46
Compare
Choose a tag to compare

Release related to the pending publication of the JOSS article. Article referees: @eviatarbach and @sadielbartholomew . Editor: @arfon See here for the full review.

Changelog with respect to v0.2.0

  • Added the manuscript text
  • Modification and improvement of the documentation and README
  • Added tests for a higher dimensional (6x6) model version

qgs version 0.2.0 release

13 Jul 13:36
Compare
Choose a tag to compare

Changelog with respect to v0.1.0

  • Switched to Python 3.8 for Mac OS compatibility.
  • qgs now uses the sparse library to represent the sparse tensors of the model.
  • Added support for DifferentialEquations.jl ODE integration package through diffeqpy.
  • Added the heat exchange schemes with the ground detailed in Li et al..
  • Various minor improvements.

version 0.1.0 release

19 Mar 14:24
Compare
Choose a tag to compare

qgs initial release