Releases: ACCESS-Community-Hub/ACCESS-MOPPeR
Releases · ACCESS-Community-Hub/ACCESS-MOPPeR
Version 1.1.1
Version 1.1.0
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
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
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
Added badges and doi and minor updates to conda meta