Changes between Version 36 and Version 37 of doc/app/initialization_parameters


Ignore:
Timestamp:
Sep 14, 2010 7:33:30 AM (14 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v36 v37  
    474474}}}
    475475{{{#!td style="vertical-align:top"
    476 'building centered in x-direction'
     476building centered in x-direction
    477477}}}
    478478{{{#!td
     
    489489}}}
    490490{{{#!td style="vertical-align:top"
    491 'building centered in y-direction'
     491building centered in y-direction
    492492}}}
    493493{{{#!td
     
    540540|----------------
    541541{{{#!td style="vertical-align:top"
    542 [=#<insert_parameter_name> '''<insert_parameter_name>''']
    543 }}}
    544 {{{#!td style="vertical-align:top"
    545 <insert type>
    546 }}}
    547 {{{#!td style="vertical-align:top"
    548 <insert value>
    549 }}}
    550 {{{#!td
    551 <insert explanation>
     542[=#canyon_wall_left '''canyon_wall_left''']
     543}}}
     544{{{#!td style="vertical-align:top"
     545R
     546}}}
     547{{{#!td style="vertical-align:top"
     548canyon centered in x-direction
     549}}}
     550{{{#!td
     551x-coordinate of the left canyon wall (distance between the left canyon wall and the left border of the model domain) in m.\\\\
     552Currently, '''canyon_wall_left''' must be at least 1 * [#dx dx] and less than ( [#nx nx]  - 1 ) * dx -  [#canyon_width_x canyon_width_x]. This parameter requires [#topography topography] = '' 'single_street_canyon'.''\\\\
     553The default value '''canyon_wall_left''' = ( ( nx + 1 ) * dx -  canyon_width_x ) / 2 centers the canyon in x-direction.
     554}}}
     555|----------------
     556{{{#!td style="vertical-align:top"
     557[=#canyon_wall_south '''canyon_wall_south''']
     558}}}
     559{{{#!td style="vertical-align:top"
     560R
     561}}}
     562{{{#!td style="vertical-align:top"
     563canyon centered in y-direction
     564}}}
     565{{{#!td
     566y-coordinate of the South canyon wall (distance between the South canyon wall and the South border of the model domain) in m.\\\\
     567Currently, '''canyon_wall_south''' must be at least 1 * [#dy dy] and less than ( [#ny ny]  - 1 ) * dy -  [#canyon_width_y canyon_width_y]. This parameter requires [#topography topography] = '' 'single_street_canyon'.''\\\\
     568The default value '''canyon_wall_south''' = ( ( ny + 1 ) * dy -  canyon_width_y ) / 2 centers the canyon in y-direction.
    552569}}}
    553570|----------------