Changes between Version 33 and Version 34 of doc/app/initialization_parameters


Ignore:
Timestamp:
Sep 14, 2010 7:02:28 AM (15 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/initialization_parameters

    v33 v34  
    5858
    5959[=#grid '''Grid:]\\
    60 ||='''Parameter Name'''  =||='''Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
     60||='''Parameter Name'''  =||='''FORTRAN Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
    6161|----------------
    6262{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     
    8888
    8989[=#num '''Numerics:]\\
    90 ||='''Parameter Name'''  =||='''Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
     90||='''Parameter Name'''  =||='''FORTRAN Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
    9191|----------------
    9292{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     
    405405
    406406[=#ini '''Initialization:]\\
    407 ||='''Parameter Name'''  =||='''Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
     407||='''Parameter Name'''  =||='''FORTRAN Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
    408408|----------------
    409409{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     
    435435
    436436[=#topo '''Topography:]\\
    437 ||='''Parameter Name'''  =||='''Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
     437||='''Parameter Name'''  =||='''FORTRAN Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
    438438|----------------
    439439{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     
    477477Depth of a single building in m.\\\\
    478478Currently, '''building_length_y''' must be at least 3 * [#dy dy] and no more than ( [#ny ny] - 1 )  * dy - [#building_wall_south building_wall_south]. This parameter requires the use of [#topography topography] = '' 'single_building'.''
     479}}}
     480|----------------
     481{{{#!td style="vertical-align:top"
     482[=#building_wall_left '''building_wall_left''']
     483}}}
     484{{{#!td style="vertical-align:top"
     485R
     486}}}
     487{{{#!td style="vertical-align:top"
     488'building centered in x-direction'
     489}}}
     490{{{#!td
     491x-coordinate of the left building wall (distance between the left building wall and the left border of the model domain) in m.\\\\
     492Currently, '''building_wall_left''' must be at least 1 * [#dx dx] and less than ( [#nx nx]  - 1 ) * dx -  [#building_length_x building_length_x]. This parameter requires the use of [#topography topography] = '' 'single_building'.''\\\\
     493The default value '''building_wall_left''' = ( ( nx + 1 ) * dx -  building_length_x ) / 2 centers the building in x-direction. Due to the staggered grid the building will be displaced by -0.5 dx in x-direction and -0.5 [#dy dy] in y-direction.
     494}}}
     495|----------------
     496{{{#!td style="vertical-align:top"
     497[=#building_wall_south '''building_wall_south''']
     498}}}
     499{{{#!td style="vertical-align:top"
     500R
     501}}}
     502{{{#!td style="vertical-align:top"
     503'building centered in y-direction'
     504}}}
     505{{{#!td
     506y-coordinate of the South building wall (distance between the South building wall and the South border of the model domain) in m.\\\\
     507Currently, '''building_wall_south''' must be at least 1 * [#dy dy] and less than ( [#ny ny]  - 1 ) * dy -  [#building_length_y building_length_y]. This parameter requires the use of [#topography topography] = '' 'single_building'.''\\\\
     508The default value '''building_wall_south''' = ( ( ny + 1 ) * dy -  building_length_y ) / 2 centers the building in y-direction. Due to the staggered grid the building will be displaced by -0.5 [#dx dx] in x-direction and -0.5 dy in y-direction.
     509}}}
     510|----------------
     511{{{#!td style="vertical-align:top"
     512[=#<insert_parameter_name> '''<insert_parameter_name>''']
     513}}}
     514{{{#!td style="vertical-align:top"
     515<insert type>
     516}}}
     517{{{#!td style="vertical-align:top"
     518<insert value>
     519}}}
     520{{{#!td
     521<insert explanation>
     522}}}
     523|----------------
     524{{{#!td style="vertical-align:top"
     525[=#<insert_parameter_name> '''<insert_parameter_name>''']
     526}}}
     527{{{#!td style="vertical-align:top"
     528<insert type>
     529}}}
     530{{{#!td style="vertical-align:top"
     531<insert value>
     532}}}
     533{{{#!td
     534<insert explanation>
     535}}}
     536|----------------
     537{{{#!td style="vertical-align:top"
     538[=#<insert_parameter_name> '''<insert_parameter_name>''']
     539}}}
     540{{{#!td style="vertical-align:top"
     541<insert type>
     542}}}
     543{{{#!td style="vertical-align:top"
     544<insert value>
     545}}}
     546{{{#!td
     547<insert explanation>
     548}}}
     549|----------------
     550{{{#!td style="vertical-align:top"
     551[=#<insert_parameter_name> '''<insert_parameter_name>''']
     552}}}
     553{{{#!td style="vertical-align:top"
     554<insert type>
     555}}}
     556{{{#!td style="vertical-align:top"
     557<insert value>
     558}}}
     559{{{#!td
     560<insert explanation>
    479561}}}
    480562|----------------
     
    523605
    524606[=#canopy '''Canopy:]\\
    525 ||='''Parameter Name'''  =||='''Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
     607||='''Parameter Name'''  =||='''FORTRAN Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
    526608|----------------
    527609{{{#!td style="vertical-align:top; text-align:left;width: 150px"
     
    553635
    554636[=#others '''Others:]\\
    555 ||='''Parameter Name'''  =||='''Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
     637||='''Parameter Name'''  =||='''FORTRAN Type'''  =||='''Default Value'''  =||='''Explanation'''  =||
    556638|----------------
    557639{{{#!td style="vertical-align:top; text-align:left;width: 150px"