Skip to content

Releases: ACCESS-Community-Hub/ACCESS-MOPPeR

Version 1.1.1

31 Oct 01:02
e29581d
Compare
Choose a tag to compare

Adding missing tstep_delta.yaml file in mopdata

Version 1.1.0

17 Oct 21:51
d961b1b
Compare
Choose a tag to compare

Main changes:

  • improved data range and files handling including tests
  • added new AM3 version (still in development mode)
  • added calculation for geopotential height from height above sea level
  • added documentation for calculations to docs
  • reviewed current mapping so pressure levels variables are defined in a consistent way
  • improved handling of axes using mopper.db to store expected cmor axes
  • mopdb varlist, template and intake don't need anymore the argument 'match'. The tool will try to work out patterns on its own.

Version 1.0.0

23 Aug 03:29
7251239
Compare
Choose a tag to compare

Main changes for this version (1.0.0)
improved code and robustness of mopdb (mapping) with introduction classes to represent files and variables
improved tests and github actions for CI
update_db.py script improved
added "intake" sub-command to mopdb to create intake catalogues of raw output
template subcommand also create varlist
intake subcommand also create varlist and mappings
intake and template command can be started from output path and/or varlist/mapping files (mappings only for intake)

Version 0.6.0

22 May 06:07
c91203f
Compare
Choose a tag to compare

A lot of improvements, in particular:

  • new structure for the package main code is in src/mopper and src/mopdb
  • data is now part of the package src/data: this includes the database, a unified version of the cmor tables (CMIP6 + customs) and some yaml files which are passing dictionaries to the code
  • database is also available as sqlite dump which helps noticing the differences with previous versions. When updating the tables now all records in provided files are updated, this helps keeping the db table in db in sync with the cmor tables and mappings files
  • mappings/ contains the mappings used to generate the current official database
  • mopdb matching functions have been improved, code now is more readable and produces a better output which requires less updates from the user
  • documentation is improved, and is reflecting the changes to the code and usage
  • new calculations, mappings and variables have been added, in particular for aerosol, land, ocean and sea ice realms

Added badges and doi

11 Dec 02:09
Compare
Choose a tag to compare

Added badges and doi and minor updates to conda meta

0.5.0

01 Dec 04:45
Compare
Choose a tag to compare

First release