Changes between Version 140 and Version 141 of doc/app/particle_parameters
- Timestamp:
- Jun 13, 2016 1:49:25 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/particle_parameters
v140 v141 142 142 {{{#!td 143 143 Parameter to consider solution and curvature effects on the equilibrium vapor pressure of cloud droplets. For the initialization of the corresponding dry aerosol spectrum, see [#init_aerosol_probabilistic init_aerosol_probabilistic]. In this case, the radius growth equation is a stiff o.d.e, which is integrated in time using a Rosenbrock method (see Numerical Recipes in FORTRAN, 2nd Edition, p.731). '''curvature_solution_effects''' = ''.T.'' may significantly increase CPU time of jobs. 144 }}} 145 |---------------- 146 {{{#!td style="vertical-align:top;width: 150px" 147 [=#deallocate_memory '''deallocate_memory'''] 148 }}} 149 {{{#!td style="vertical-align:top;width: 50px" 150 L 151 }}} 152 {{{#!td style="vertical-align:top;width: 75px" 153 .T. 154 }}} 155 {{{#!td 156 Parameter to enable deallocation of unused memory. If the number of particles in a grid box exceeds the allocated memory, new memory is allocated. However, in case the number of particles per grid box in only temporarily high, most of the memory remains unused. If [#deallocate_memory deallocate_memory] = .True., 157 the allocated memory used for particles will be dynamically adjusted with respect to the current number of particles every [#step_dealloc step_dealloc] 's timestep. 144 158 }}} 145 159 |---------------- … … 700 714 }}} 701 715 |---------------- 716 {{{#!td style="vertical-align:top;width: 150px" 717 [=#step_dealloc '''step_dealloc'''] 718 }}} 719 {{{#!td style="vertical-align:top;width: 50px" 720 I 721 }}} 722 {{{#!td style="vertical-align:top;width: 75px" 723 100 724 }}} 725 {{{#!td 726 Number of timesteps after which particle memory is deallocated. The parameter has only an effect if [#dealloc_memory dealloc_memory] = .True. . 727 }}} 728 |---------------- 702 729 {{{#!td style="vertical-align:top" 703 730 [=#s1 '''s1''']