NCAR / micm

A model-independent chemistry module for atmosphere models
https://ncar.github.io/micm/
Apache License 2.0
6 stars 5 forks source link

Custom rate constant parameters cannot be set per grid cell #409

Closed K20shores closed 6 months ago

K20shores commented 9 months ago

Looking at this

https://github.com/NCAR/micm/blob/main/include/micm/solver/state.inl#L103-L113

we seem to set the rate constant parameters once and it can't be done per grid cell.

K20shores commented 6 months ago

The old link is invalid. This is the code in question

https://github.com/NCAR/micm/blob/main/include/micm/solver/state.inl#L138-L188

however, I think my original comment was a lie. All you have to do is set the incoming vector properly and you can set whatever you want per grid cell

K20shores commented 6 months ago

Inaccurate