Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix a misspelled `MAPL_LIBRARY_TYPE` in `vertical`

### Added
- Added updated version of `MAPL_GridCompSpecs_ACG_writer.py`

- Added updated version of `MAPL_GridCompSpecs_ACG_writer.py`
- Added 'Gridname' attribute to history output
- Create TilgridIO's outbundle from output grid and deallocate mGriddedIO in History
- Added TileGridIO.F90 to output NC4 History file in tile space. The collection's format should be 'CFIO'
Expand All @@ -28,6 +28,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add gcc15 test
- Update CI to use organization reusable workflows
- Update README_ACG_WRITER.md.
- Update `components.yaml`
- `ESMA_env` v5.16.0
- Update to Baselibs 8.20.0
- GFE v1.20.0
- gFTL v1.16.0
- gFTL-shared v1.11.0
- fArgParse v1.10.0
- pFUnit v4.13.0
- yaFyaml v1.6.0
- pFlogger v1.17.0
- NCO 5.3.5
- This is mainly for ifx 2025.2 support
- Requires CMake 3.24
- `ESMA_cmake` v3.68.0
- Update `ifx` flags to match as close as possible to `ifort` flags
- Update site detection for NAS
- Updates for f2py and flang

### Removed

Expand Down Expand Up @@ -64,7 +81,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `ESMA_cmake` v3.65.0
- Workaround for ifx 2025.2


## [2.61.0] - 2025-09-18

### Changed
Expand Down
4 changes: 2 additions & 2 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ MAPL:
ESMA_env:
local: ./ESMA_env
remote: ../ESMA_env.git
tag: v5.14.0
tag: v5.16.0
develop: main

ESMA_cmake:
local: ./ESMA_cmake
remote: ../ESMA_cmake.git
tag: v3.65.0
tag: v3.68.0
develop: develop

ecbuild:
Expand Down
Loading