Recent Releases of qgs

qgs - qgs version 1.0.0 release

Version 1.0.0 including the symbolic equations system.

Changelog

  • Symbolic equations output system
  • Dimensionally robust Parameter class operations
  • Parameter's array object

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by jodemaey 9 months ago

qgs - qgs version 0.2.8 release

Release for the publication on PyPI.

Changelog

  • New vorticity diagnostics (see PR https://github.com/Climdyn/qgs/pull/19)
  • Solved bugs in diagnotics
  • Release to PyPI !

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by jodemaey over 2 years ago

qgs - qgs version 0.2.7 release

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: https://github.com/Climdyn/qgs/commit/f96303cc6bd36560bc089eab6c023b1918a36a45
  • The correction of 2 bugs with the symbolic model version of the land-atmosphere coupled model: https://github.com/Climdyn/qgs/commit/e9391826dd48d7a0a28251ff3227e254a451db1d
  • A bugfix for an issue with the symbolic inner products when changing the aspect ratio of the model domain: https://github.com/Climdyn/qgs/issues/17
  • A new vertical wind velocity diagnostic in the middle of the atmosphere
  • Some corrections in the documentation

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by jodemaey almost 3 years ago

qgs - qgs version 0.2.6 release

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 https://github.com/Climdyn/qgs/issues/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...)

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by jodemaey about 3 years ago

qgs - qgs version 0.2.5 release

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.

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by jodemaey about 4 years ago

qgs - qgs version 0.2.4 release

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.

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by jodemaey over 4 years ago

qgs - qgs version 0.2.3 release

Reorganization of the core of the code into a single qgs to enhance readability and searching. Solve the issue https://github.com/Climdyn/qgs/issues/7 . Related to the discussion on the JOSS review: https://github.com/openjournals/joss-reviews/issues/2597#issuecomment-741610669

Thanks to @sadielbartholomew for the suggestion.

Changelog

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

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by jodemaey over 4 years ago

qgs - qgs version 0.2.2 release

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

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by jodemaey almost 5 years ago

qgs - qgs version 0.2.1 release

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

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by jodemaey about 5 years ago

qgs - qgs version 0.2.0 release

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.

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by jodemaey over 5 years ago

qgs - version 0.1.0 release

qgs initial release

Scientific Software - Peer-reviewed - Jupyter Notebook
Published by jodemaey almost 6 years ago