# jshock_mod Fortran module: `jshock_mod` ## Parameters User-configurable parameters (can be set via `param_dict`): | Parameter | Type | Default | Description | |-----------|------|---------|-------------| | `at` | `` | `0.0` | | | `dmax` | `` | `0.0` | | | `maxdens` | `` | `0.0` | | | `maxtemp` | `` | `0.0` | | | `mfp` | `` | `0.0` | | | `n_lambda` | `` | `0.0` | | | `t_lambda` | `` | `0.0` | | | `tcool` | `` | `0.0` | | | `tshock` | `` | `0.0` | | | `tstart` | `` | `0.0` | | | `v0` | `` | `0.0` | | | `vmin` | `` | `0.0` | | | `vs` | `` | `0.0` | | | `z2` | `` | `0.0` | | ## Constants (Read-Only) Fortran PARAMETER constants (compile-time values): | Constant | Type | Value | |----------|------|-------| | `d` | `` | `0.0` | | `dp` | `` | `8` | ## Runtime Access Access `jshock_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.