Published September 25, 2023
| Version v3.2.0
Software
Open
NCAR/micm: v3.2.0
Creators
- 1. National Center for Atmospheric Research (NCAR)
- 2. NCAR
- 3. National Center for Atmospheric Research
- 4. @actions
Description
What's Changed
- Enable openacc by @K20shores in https://github.com/NCAR/micm/pull/91
- creating a separate cuda and openacc target by @K20shores in https://github.com/NCAR/micm/pull/92
- Redefinition issue by @K20shores in https://github.com/NCAR/micm/pull/102
- Vectorizable Sparse Matrix by @mattldawson in https://github.com/NCAR/micm/pull/105
- Remove RosenbrockSolver inheritence from ChapmanODESolver by @mattldawson in https://github.com/NCAR/micm/pull/109
- Add sparse matrix policy to RosenbrockSolver class by @mattldawson in https://github.com/NCAR/micm/pull/111
- Googletest version by @K20shores in https://github.com/NCAR/micm/pull/108
- Linear solver by @mattldawson in https://github.com/NCAR/micm/pull/114
- Add build instructions to the readme by @aharonYK in https://github.com/NCAR/micm/pull/100
- Finish AlphaMinusJacobian function by @mattldawson in https://github.com/NCAR/micm/pull/117
- Merge main flipped by @mattldawson in https://github.com/NCAR/micm/pull/115
- Multiplatform build by @K20shores in https://github.com/NCAR/micm/pull/120
- General Rosenbrock Solver by @mattldawson in https://github.com/NCAR/micm/pull/121
- Map params by @boulderdaze in https://github.com/NCAR/micm/pull/104
- add CudaProcessSet class by @mattldawson in https://github.com/NCAR/micm/pull/124
- Move hard-coded Chapman solver to tests by @mattldawson in https://github.com/NCAR/micm/pull/125
- Update parser by @boulderdaze in https://github.com/NCAR/micm/pull/119
- Merge
Solver
class intoRosenbrockSolver
by @mattldawson in https://github.com/NCAR/micm/pull/132 - CUDA AddForcingTerms function by @qinatan in https://github.com/NCAR/micm/pull/118
- using c++ compiler... by @K20shores in https://github.com/NCAR/micm/pull/133
- ran the formatter by @K20shores in https://github.com/NCAR/micm/pull/134
- Example in README by @mattldawson in https://github.com/NCAR/micm/pull/135
- Address compiler warnings by @mattldawson in https://github.com/NCAR/micm/pull/139
- Add relative tolerance to regression tests by @mattldawson in https://github.com/NCAR/micm/pull/140
- 126 unify error handling by @K20shores in https://github.com/NCAR/micm/pull/137
- State reordering by @mattldawson in https://github.com/NCAR/micm/pull/143
- trying to run formatting automatically by @K20shores in https://github.com/NCAR/micm/pull/146
- Getting started docs by @dwfncar in https://github.com/NCAR/micm/pull/152
- Ternary chemical activation rate constant by @mattldawson in https://github.com/NCAR/micm/pull/155
- Tunneling reaction rate constant by @mattldawson in https://github.com/NCAR/micm/pull/156
- trying to separate parameters by @K20shores in https://github.com/NCAR/micm/pull/151
- Branched NO + RO2 reaction by @mattldawson in https://github.com/NCAR/micm/pull/160
- updating docs to use new stage selector thing by @K20shores in https://github.com/NCAR/micm/pull/159
- trying to create a PR after push to main by @K20shores in https://github.com/NCAR/micm/pull/161
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/162
- Emission, loss rate constants by @mattldawson in https://github.com/NCAR/micm/pull/166
- making it compile for performance repo by @K20shores in https://github.com/NCAR/micm/pull/168
- Surface reaction rate constant by @mattldawson in https://github.com/NCAR/micm/pull/169
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/170
- KPP to MICM by @dwfncar in https://github.com/NCAR/micm/pull/173
- Add LLVM support for JIT compiling by @mattldawson in https://github.com/NCAR/micm/pull/174
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/181
- JITed forcing function by @mattldawson in https://github.com/NCAR/micm/pull/179
- 158 add integration tests for simple chemistry systems by @K20shores in https://github.com/NCAR/micm/pull/180
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/187
- Add jacobian terms cuda by @qinatan in https://github.com/NCAR/micm/pull/188
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/192
- Kpp to micm by @dwfncar in https://github.com/NCAR/micm/pull/191
- Debug main by @qinatan in https://github.com/NCAR/micm/pull/198
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/199
- Parameter fixes by @K20shores in https://github.com/NCAR/micm/pull/197
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/201
- Develop jit jacobian function by @mattldawson in https://github.com/NCAR/micm/pull/202
- Param by @qinatan in https://github.com/NCAR/micm/pull/205
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/210
- Develop 204 jit lu by @mattldawson in https://github.com/NCAR/micm/pull/212
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/213
- Add inline files by @boulderdaze in https://github.com/NCAR/micm/pull/206
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/214
- 208 add jited alphaminusjacobian function by @K20shores in https://github.com/NCAR/micm/pull/215
- put the solver state out of the rosenbrock class to remove need to sp… by @K20shores in https://github.com/NCAR/micm/pull/216
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/220
- Robertson by @K20shores in https://github.com/NCAR/micm/pull/221
- fix solver test by @mattldawson in https://github.com/NCAR/micm/pull/223
- Develop 207 jit linear solve by @mattldawson in https://github.com/NCAR/micm/pull/224
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/225
- fix missing namespace in linear solver test by @mattldawson in https://github.com/NCAR/micm/pull/227
- Oregonator by @K20shores in https://github.com/NCAR/micm/pull/222
- 228 hires by @K20shores in https://github.com/NCAR/micm/pull/229
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/235
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/237
- 230 e5 by @K20shores in https://github.com/NCAR/micm/pull/231
- lowering computed rate constant by @K20shores in https://github.com/NCAR/micm/pull/233
- 236 set up micm documentation builds and gh pages by @K20shores in https://github.com/NCAR/micm/pull/240
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/241
- Develop 193 jit rate constants by @mattldawson in https://github.com/NCAR/micm/pull/247
- Auto-format code changes by @github-actions in https://github.com/NCAR/micm/pull/248
- Add inline keywords by @boulderdaze in https://github.com/NCAR/micm/pull/249
- Release version 3.2.0 by @K20shores in https://github.com/NCAR/micm/pull/239
- @aharonYK made their first contribution in https://github.com/NCAR/micm/pull/100
- @qinatan made their first contribution in https://github.com/NCAR/micm/pull/118
- @dwfncar made their first contribution in https://github.com/NCAR/micm/pull/152
- @github-actions made their first contribution in https://github.com/NCAR/micm/pull/162
Full Changelog: https://github.com/NCAR/micm/compare/v3.1.0...v3.2.0
Files
NCAR/micm-v3.2.0.zip
Files
(272.9 kB)
Name | Size | Download all |
---|---|---|
md5:6bf5cb40c017e633299d11a9eccce00e
|
272.9 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/NCAR/micm/tree/v3.2.0 (URL)