|
PartMC
2.9.0
|
Parameters for simulating dry deposition. More...
Public Attributes | |
| real(kind=dp) | z_ref = 20.0d0 |
| Reference height. More... | |
| real(kind=dp) | u_mean = 5.0d0 |
| Mean wind speed at reference height. More... | |
| real(kind=dp) | z_rough = 0.8d0 |
| Roughness length (land-use category dependent) More... | |
| real(kind=dp) | a = 2.0d0 / 1000.0d0 |
| Characteristic radius of collectors (land-use category dependent) More... | |
| real(kind=dp) | alpha = 1.0d0 |
| Impaction parameter. More... | |
| real(kind=dp) | eps_0 = 3.0d0 |
| Surface resistance parameter. More... | |
| real(kind=dp) | gamma = 0.56d0 |
| Diffusivity paramter. More... | |
| real(kind=dp) | c_b = 1.0d0 |
| Brownian diffusion coefficient. More... | |
| real(kind=dp) | c_in = 0.5d0 |
| Interception coefficient. More... | |
| real(kind=dp) | c_im = 1.0d0 |
| Impaction coefficient. More... | |
| real(kind=dp) | nu = 2.0d0 |
| Interception exponent. More... | |
| real(kind=dp) | beta = 2.0d0 |
| Impaction exponent. More... | |
Parameters for simulating dry deposition.
Definition at line 47 of file scenario.F90.
| real(kind=dp) pmc_scenario::drydep_params_t::a = 2.0d0 / 1000.0d0 |
Characteristic radius of collectors (land-use category dependent)
Definition at line 56 of file scenario.F90.
| real(kind=dp) pmc_scenario::drydep_params_t::alpha = 1.0d0 |
Impaction parameter.
Definition at line 58 of file scenario.F90.
| real(kind=dp) pmc_scenario::drydep_params_t::beta = 2.0d0 |
Impaction exponent.
Definition at line 72 of file scenario.F90.
| real(kind=dp) pmc_scenario::drydep_params_t::c_b = 1.0d0 |
Brownian diffusion coefficient.
Definition at line 64 of file scenario.F90.
| real(kind=dp) pmc_scenario::drydep_params_t::c_im = 1.0d0 |
Impaction coefficient.
Definition at line 68 of file scenario.F90.
| real(kind=dp) pmc_scenario::drydep_params_t::c_in = 0.5d0 |
Interception coefficient.
Definition at line 66 of file scenario.F90.
| real(kind=dp) pmc_scenario::drydep_params_t::eps_0 = 3.0d0 |
Surface resistance parameter.
Definition at line 60 of file scenario.F90.
| real(kind=dp) pmc_scenario::drydep_params_t::gamma = 0.56d0 |
Diffusivity paramter.
Definition at line 62 of file scenario.F90.
| real(kind=dp) pmc_scenario::drydep_params_t::nu = 2.0d0 |
Interception exponent.
Definition at line 70 of file scenario.F90.
| real(kind=dp) pmc_scenario::drydep_params_t::u_mean = 5.0d0 |
Mean wind speed at reference height.
Definition at line 51 of file scenario.F90.
| real(kind=dp) pmc_scenario::drydep_params_t::z_ref = 20.0d0 |
Reference height.
Definition at line 49 of file scenario.F90.
| real(kind=dp) pmc_scenario::drydep_params_t::z_rough = 0.8d0 |
Roughness length (land-use category dependent)
Definition at line 54 of file scenario.F90.