Changes between Version 244 and Version 245 of doc/app/initialization_parameters
- Timestamp:
- Jul 15, 2014 1:55:15 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/initialization_parameters
v244 v245 1015 1015 Random number generator to be used for creating uniformly distributed random numbers.\\\\ 1016 1016 It is used if random perturbations are to be imposed on the velocity field or on the surface heat flux field (see [../d3par#create_disturbances create_disturbances] and [#random_heatflux random_heatflux]). By default, the "Numerical Recipes" random number generator is used. This one provides exactly the same order of random numbers on all different machines and should be used in particular for comparison runs.\\\\ 1017 By setting ( '''random_generator''' = '' 'random-parallel' '') a fully parallelized random number generator can be chosen. Like the default, this generator creates random numbers in a reproducible order. The parallel random number generator also provides ensemble run capability, which can be steered by specifying the parameter [#ensemble_member_nr ensemble_member_nr]\\\\ 1017 1018 Besides, a system-specific generator is available ( '''random_generator''' = '' 'system-specific' '') which should particularly be used for runs on vector parallel computers (NEC), because the default generator cannot be vectorized and therefore significantly drops down the code performance on these machines.\\\\ 1018 1019 '''Note:'''\\ … … 1958 1959 Time to be simulated for the [../../tec/1dmodel 1d-model] (in s).\\\\ 1959 1960 The default value corresponds to a simulated time of 10 days. Usually, after such a period the inertia oscillations have completely decayed and the solution of the 1d-model can be regarded as stationary (see [#damp_level_1d damp_level_1d]). This parameter is only in effect if the 1d-model is switched on for the initialization of the 3d-model with [#initializing_actions initializing_actions] = '' 'set_1d-model_profiles'.'' 1961 }}} 1962 |---------------- 1963 {{{#!td style="vertical-align:top" 1964 [=#ensemble_member_nr '''ensemble_member_nr'''] 1965 }}} 1966 {{{#!td style="vertical-align:top" 1967 I 1968 }}} 1969 {{{#!td style="vertical-align:top" 1970 0 1971 }}} 1972 {{{#!td 1973 By setting the initialization parameter [#ensemble_member_nr ensemble_member_nr] to an integer between 1 and 2000, palm will produce statistically independent members of a simulation.\\ 1974 \\ 1975 This parameter can only be used, if '''[#random_generator random_generator]''' = '' 'random-parallel' '' is set. 1960 1976 }}} 1961 1977 |----------------