# rates Fortran module: `rates` ## Parameters User-configurable parameters (can be set via `param_dict`): | Parameter | Type | Default | Description | |-----------|------|---------|-------------| | `cion` | `` | `0.0` | | | `grainarea` | `` | `0.0` | | | `h2dis` | `` | `0.0` | | | `lasttemp` | `` | `0.0` | | | `rate_er_unsplit` | `float64[(3421,)]` | `array(3421,)` | | | `rate_lh_unsplit` | `float64[(3421,)]` | `array(3421,)` | | | `turbvel` | `` | `1.0` | | ## Constants (Read-Only) Fortran PARAMETER constants (compile-time values): | Constant | Type | Value | |----------|------|-------| | `dp` | `` | `8` | | `h2stickingtemp` | `` | `87.0` | | `h2stickingzero` | `` | `0.87` | | `hstickingtemp` | `` | `52.0` | | `hstickingzero` | `` | `1.0` | ## Runtime Access Access `rates` parameters at runtime using `uclchem.advanced.GeneralSettings()`. See [Accessing Fortran Parameters](index.html#accessing-fortran-parameters-at-runtime) on the main Fortran API page for examples.