Recent Releases of https://github.com/access-nri/access-mopper

https://github.com/access-nri/access-mopper - Version 1.2.0

Added new calculations, updated mappings, solved bugs. See issues for details

- Python
Published by rbeucher 9 months ago

https://github.com/access-nri/access-mopper - Version 1.1.1

Adding missing tstep_delta.yaml file in mopdata

- Python
Published by rbeucher 9 months ago

https://github.com/access-nri/access-mopper - 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.

- Python
Published by rbeucher 9 months ago

https://github.com/access-nri/access-mopper - 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)

- Python
Published by rbeucher 9 months ago

https://github.com/access-nri/access-mopper - 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

- Python
Published by rbeucher 9 months ago

https://github.com/access-nri/access-mopper - Added badges and doi

Added badges and doi and minor updates to conda meta

- Python
Published by rbeucher 9 months ago

https://github.com/access-nri/access-mopper - 0.5.0

First release

- Python
Published by rbeucher 9 months ago

https://github.com/access-nri/access-mopper - v2.3.0a10

Full Changelog: https://github.com/ACCESS-NRI/ACCESS-MOPPeR/compare/v2.3.0a9...v2.3.0a10

- Python
Published by rbeucher 10 months ago

https://github.com/access-nri/access-mopper - v2.3.0a9

Full Changelog: https://github.com/ACCESS-NRI/ACCESS-MOPPeR/compare/v2.3.0a8...v2.3.0a9

- Python
Published by rbeucher 10 months ago

https://github.com/access-nri/access-mopper - v2.3.0a8

Full Changelog: https://github.com/ACCESS-NRI/ACCESS-MOPPeR/compare/v2.3.0a7...v2.3.0a8

- Python
Published by rbeucher 10 months ago

https://github.com/access-nri/access-mopper - v2.3.0a7

Full Changelog: https://github.com/ACCESS-NRI/ACCESS-MOPPeR/compare/v2.3.0a6...v2.3.0a7

- Python
Published by rbeucher 10 months ago

https://github.com/access-nri/access-mopper - v2.3.0a6

Full Changelog: https://github.com/ACCESS-NRI/ACCESS-MOPPeR/compare/v2.3.0a5...v2.3.0a6

- Python
Published by rbeucher 10 months ago

https://github.com/access-nri/access-mopper - v2.3.0a5

What's Changed

  • Fix package name formatting in CI workflow and update README badges by @rbeucher in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/22
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/24
  • Bump prefix-dev/setup-pixi from 0.8.14 to 0.9.0 by @dependabot[bot] in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/25
  • Add sorttimedimension method and apply it in atmosphere and ocean C… by @rbeucher in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/26

Full Changelog: https://github.com/ACCESS-NRI/ACCESS-MOPPeR/compare/v2.3.0a0...v2.3.0a5

- Python
Published by rbeucher 10 months ago

https://github.com/access-nri/access-mopper - v2.3.0a0

What's Changed

  • Bump prefix-dev/setup-pixi from 0.8.1 to 0.8.14 by @dependabot[bot] in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/19
  • Add comprehensive test suite by @rbeucher in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/21

Full Changelog: https://github.com/ACCESS-NRI/ACCESS-MOPPeR/compare/v2.2.0a0...v2.3.0a0

- Python
Published by rbeucher 10 months ago

https://github.com/access-nri/access-mopper - v2.2.0a0

What's Changed

  • Bump ACCESS-NRI/action-build-and-upload-conda-packages from 2.0.0 to 2.0.1 by @dependabot[bot] in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/8
  • Bump actions/setup-python from 4 to 5 by @dependabot[bot] in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/6
  • Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot[bot] in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/4
  • updateOM3mapping by @rhaegar325 in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/9
  • ocean_supergrid: fix incorrect lons/lats and bounds by @dougiesquire in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/11
  • Add CI running pytest in Github actions by @rbeucher in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/14
  • Rewrite for full removal of CMOR by @rbeucher in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/16
  • More fixes by @rbeucher in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/17
  • Fix bounds attributes by @rbeucher in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/18
  • Batch CMORISer by @rbeucher in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/20

New Contributors

  • @dependabot[bot] made their first contribution in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/8
  • @rhaegar325 made their first contribution in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/9
  • @dougiesquire made their first contribution in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/11
  • @rbeucher made their first contribution in https://github.com/ACCESS-NRI/ACCESS-MOPPeR/pull/14

Full Changelog: https://github.com/ACCESS-NRI/ACCESS-MOPPeR/compare/v2.0.0a12...v2.2.0a0

- Python
Published by rbeucher 10 months ago

https://github.com/access-nri/access-mopper - v2.0.0a12

- Python
Published by rbeucher about 1 year ago

https://github.com/access-nri/access-mopper -

- Python
Published by rbeucher about 1 year ago

https://github.com/access-nri/access-mopper -

- Python
Published by rbeucher about 1 year ago

https://github.com/access-nri/access-mopper -

- Python
Published by rbeucher about 1 year ago

https://github.com/access-nri/access-mopper -

- Python
Published by rbeucher about 1 year ago

https://github.com/access-nri/access-mopper -

- Python
Published by rbeucher about 1 year ago

https://github.com/access-nri/access-mopper -

- Python
Published by rbeucher about 1 year ago

https://github.com/access-nri/access-mopper -

- Python
Published by rbeucher about 1 year ago

https://github.com/access-nri/access-mopper -

- Python
Published by rbeucher about 1 year ago

https://github.com/access-nri/access-mopper -

- Python
Published by rbeucher about 1 year ago

https://github.com/access-nri/access-mopper - v2.0.0-alpha2

- Python
Published by rbeucher about 1 year ago

https://github.com/access-nri/access-mopper - v2.0.0-alpha1

- Python
Published by rbeucher about 1 year ago

https://github.com/access-nri/access-mopper - v2.0.0-alpha.0

Alpha release

- Python
Published by rbeucher about 1 year ago