From d7d85e428c0b33b6c87e2dabb3a06e14cfe5ed70 Mon Sep 17 00:00:00 2001 From: Matthias Frey Date: Fri, 15 Sep 2023 11:20:43 +0100 Subject: [PATCH] update changelog for version 0.13.1 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7effd51c6..e57dcd129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## EPIC version 0.13.1 +* [Write specific fields only](https://github.com/EPIC-model/epic/pull/520) +* [Remove -fPIC flag](https://github.com/EPIC-model/epic/pull/519) +* [Do halo swap for nparg and nsparg](https://github.com/EPIC-model/epic/pull/523) +* [Fix OpenMP pragmas](https://github.com/EPIC-model/epic/pull/528) +* [Change default value from 1/40 to 1/20](https://github.com/EPIC-model/epic/pull/526) +* [Initialise buoyancy, vorticity and humidity](https://github.com/EPIC-model/epic/pull/534) +* [Buoyancy perturbation mode](https://github.com/EPIC-model/epic/pull/532) +* [Update Python packages](https://github.com/EPIC-model/epic/pull/522) +* [Update Python tools](https://github.com/EPIC-model/epic/pull/529) +* [Increase buffer in parcel communication](https://github.com/EPIC-model/epic/pull/530) +* [Add data coarsening post-processing tool](https://github.com/EPIC-model/epic/pull/521) + ## EPIC version 0.13.0 * [Rename comm to comm_world](https://github.com/EPIC-model/epic/pull/364) * [Extend NetCDF interface to MPI](https://github.com/EPIC-model/epic/pull/363)