Skip to content

Commit 441f325

Browse files
authored
Merge pull request #23 from geoschem/feature/improve_speed_by_reducing_error_checks
Improve speed by reducing error checks and safety initializations
2 parents c4e500c + 1ce520b commit 441f325

File tree

4 files changed

+95
-335
lines changed

4 files changed

+95
-335
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
### Added
99
- Added gcc 14 to github action to build Cloud-J on mac
1010

11+
### Changed
12+
- Minimized usage and checks of error codes to speed up the model
13+
1114
### Removed
1215
- Removed gcc 11 from github action to build Cloud-J on mac
16+
- Removed safety initialization of outputs where assigning all values is obvious to improve performance
1317

1418
## [7.7.2] - 2024-07-12
1519
### Added

0 commit comments

Comments
 (0)