# cloud_mod Fortran module: `cloud_mod` ## Parameters User-configurable parameters (can be set via `param_dict`): | Parameter | Type | Default | Description | |-----------|------|---------|-------------| | `log_radius_sampling` | `` | `0` | | | `timestep_fixed_late_years` | `` | `100000.0` | | | `timestep_resolution_factor_early` | `` | `0.5` | | | `timestep_resolution_factor_mid` | `` | `1.0` | | ## Constants (Read-Only) Fortran PARAMETER constants (compile-time values): | Constant | Type | Value | |----------|------|-------| | `dp` | `` | `8` | ## Runtime Access Access `cloud_mod` 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.