Changes between Version 4 and Version 5 of doc/app/stg_par


Ignore:
Timestamp:
Oct 15, 2018 2:21:43 PM (6 years ago)
Author:
suehring
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/stg_par

    v4 v5  
    22[[TracNav(doc/app/partoc|nocollapse)]]
    33
    4 Since revision r2259, a synthetic turbulence generation method is available in PALM. The turbulence generator follows the method proposed by [wiki:/doc/tec/bc#xie2008 Xie and Castro (2008)] with a modification by [wiki:/doc/tec/bc#kim2013 Kim et al. (2013)]. Please refer to the [/wiki/doc/tec/bc#SyntheticTurbulenceGenerator documentation] for a detailed description of the synthetic turbulence generator.
     4Since revision r2259, a synthetic turbulence generation method is available in PALM. The turbulence generator follows the method proposed by [wiki:/doc/tec/bc#xie2008 Xie and Castro (2008)] with a modification by [wiki:/doc/tec/bc#kim2013 Kim et al. (2013)]. Please see the [/wiki/doc/tec/bc#SyntheticTurbulenceGenerator documentation] for a detailed description of the synthetic turbulence generator.
    55
    66All parts of the synthetic turbulence generator are modularized in module [/browser/palm/trunk/SOURCE/synthetic_turbulence_generator_mod.f90 synthetic_turbulence_generator_mod]. In this context, a new Fortran NAMELIST {{{stg_par}}} was added, containing all related steering parameters.
     
    1010
    1111||='''Parameter Name'''  =||='''[../fortrantypes FORTRAN Type]'''  =||='''Default Value'''  =||='''Explanation'''  =||
     12|----------------
     13{{{#!td style="vertical-align:top"
     14[=#dt_stg_adjust '''dt_stg_adjust''']
     15}}}
     16{{{#!td style="vertical-align:top"
     17R
     18}}}
     19{{{#!td style="vertical-align:top"
     20300
     21}}}
     22{{{#!td
     23Time interval (in seconds) to adjust the turbulence statistics, i.e. the Reynolds-stress tensor, which define the amplitude and correlation of imposed correlation. Please note, this parameter becomes only effective if turbulence statistics are parametrized, i.e. if they are not read from the ASCII input file. Further, dt_stg_adjust is only relevant in case of a daily cycle, where the strength of turbulence and boundary-layer depth changes in time.
     24}}}
     25|----------------
     26{{{#!td style="vertical-align:top"
     27[=#dt_stg_call '''dt_stg_call''']
     28}}}
     29{{{#!td style="vertical-align:top"
     30R
     31}}}
     32{{{#!td style="vertical-align:top"
     335
     34}}}
     35{{{#!td
     36Time interval to call the synthetic turbulence generator. With this parameter it is possible to skip calling the turbulence generator, in order to save computational resources.
     37}}}
    1238|----------------
    1339{{{#!td style="vertical-align:top"