Skip to content

Releases: payu-org/payu

1.1.5

27 Aug 04:53
78f67ff
Compare
Choose a tag to compare

What's Changed

  • Get module executables from path loaded by environment modules by @jo-basevi in #439
  • Allow generic tracers with cesm_cmeps driver by @dougiesquire in #433
  • Save experiment outputs + counters as environment variables by @jo-basevi in #445
  • Remove unnecessary UM config files by @blimlim in #455
  • Replace UM um_env.py configuration file with yaml file by @blimlim in #459
  • User-scripts error-handling, commands and tests by @jo-basevi in #452
  • Add environment variables and shell checks for postscripts by @blimlim in #467
  • Adding date based pruning for ESM by @blimlim in #465
  • CI coveralls parallel fix by @jo-basevi in #468
  • CesmCmeps: check work_restart_path exists before trying to archive it by @dougiesquire in #473
  • Replace deprecated distutils dependency by @jo-basevi in #477
  • Update check for load user modulefiles to allow exact match by @jo-basevi in #482
  • Add warnings for signing runlog commits by @jo-basevi in #488
  • Inconsistency between yaml libs bugfix by @jo-basevi in #480
  • Enable seperate ice_history.nml & cice_in.nml settings by @anton-seaice in #483
  • Replace CICE start date calculations by @blimlim in #484
  • Manifest logic refactor and reproduce bugfix by @jo-basevi in #475
  • Add cmd-line flag to disable metadata + UUID generation and commits by @jo-basevi in #447
  • Change error type and message for UM um_env.py by @jo-basevi in #493

New Contributors

Full Changelog: 1.1.3...1.1.5

Updates to Packaging Logic, Documentation and Bug Fixes

12 Apr 02:38
91f2831
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.1.3

Experiment IDs and Branching

08 Jan 00:09
ca0c825
Compare
Choose a tag to compare

Notable changes

This release adds support for Experiment UUIDs and marks a major change in the way payu names the work and archive laboratory directories to support Experiment IDs and git branching. The naming scheme incorporates a portion of the experiment ID and the git branch name which prevents namespace clashes, and allows experiments with the same name to co-exist. More importantly it means git branches can be utilised seamlessly as independent experiments.

As a result the minor version has been incremented: the changes are backward compatible, but from now on by default new experiments will use the new naming scheme.

What's Changed

  • Adding experiment uuid, metadata and branch support by @jo-basevi in #384

Full Changelog: 1.0.30...1.1

CABLE Model Driver and Bug Fixes

07 Jan 23:55
c3f57c2
Compare
Choose a tag to compare

Notable changes:

  • Date based restart pruning and syncing
  • CABLE model driver
  • A number of additions and fixes for CESM and MOM6 model drivers

Note this is the last version before major changes to laboratory naming and experiment UUIDs

What's Changed

New Contributors

Full Changelog: 1.0.29...1.0.30

1.0.27

08 Jun 00:07
d41b016
Compare
Choose a tag to compare

This release includes experimental support for ACCESS-OM3 via a new cesm_cmeps driver. New versions of Payu are now published to the accessnri conda channel, rather than the coecms channel.