Changes between Version 140 and Version 141 of doc/app/particle_parameters


Ignore:
Timestamp:
Jun 13, 2016 1:49:25 PM (9 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/particle_parameters

    v140 v141  
    142142{{{#!td
    143143Parameter 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"
     150L
     151}}}
     152{{{#!td style="vertical-align:top;width: 75px"
     153.T.
     154}}}
     155{{{#!td
     156Parameter 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.,
     157the allocated memory used for particles will be dynamically adjusted with respect to the current number of particles every [#step_dealloc step_dealloc] 's timestep. 
    144158}}}
    145159|----------------
     
    700714}}}
    701715|----------------
     716{{{#!td style="vertical-align:top;width: 150px"
     717[=#step_dealloc '''step_dealloc''']
     718}}}
     719{{{#!td style="vertical-align:top;width: 50px"
     720I
     721}}}
     722{{{#!td style="vertical-align:top;width: 75px"
     723100
     724}}}
     725{{{#!td
     726Number of timesteps after which particle memory is deallocated. The parameter has only an effect if [#dealloc_memory dealloc_memory] = .True. . 
     727}}}
     728|----------------
    702729{{{#!td style="vertical-align:top"
    703730[=#s1 '''s1''']