317 | | To use the method, an input file containing all necessary profiles needs to be provided (see[attachment:stg_iprf example file]) as well as setting the namelist parameter ''use_synthetic_turbulence_generator'' to ''True'' within namelist ''stg_par''. Be sure that the input file is added to the list of input files in your ''.palm.iofiles'' like so: |
318 | | {{{ |
319 | | VERTICAL_PROF in:locopt d3#:d3r $base_data/$fname/INPUT _iprf |
320 | | }}} |
321 | | and named with the suffix ''_iprf'' in your ''INPUT'' directory. |
| 317 | To use the method, an input file containing all necessary profiles needs to be provided (see [attachment:STG_PROFILES:wiki:doc/app/iofiles example file]) as well as setting the namelist parameter ''use_synthetic_turbulence_generator'' to ''True'' within namelist ''stg_par''. Be sure that the input file is added to the list of input files in your ''.palm.iofiles'' like so: |
| 318 | {{{ |
| 319 | STG_PROFILES in:locopt d3#:d3r $base_data/$fname/INPUT _iprf |
| 320 | }}} |
| 321 | and named with the suffix ''_iprf'' in your ''INPUT'' directory. Please have look at the list of [wiki:/doc/app/iofiles input and output files] for a detailed description of the input file. |