Changes between Initial Version and Version 1 of doc/app/iofiles/pids/dynamic


Ignore:
Timestamp:
Jul 2, 2019 1:26:51 PM (5 years ago)
Author:
scharf
Comment:

created own page for dynamic driver

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/iofiles/pids/dynamic

    v1 v1  
     1
     2
     3== [=#dynamic_input '''Dynamic input file'''] ==
     4
     5The dynamic input file (see [../#PIDS_DYNAMIC PIDS_DYNAMIC]) comprises all data which might change depending on the day of year, such as initialization data, large-scale forcing tendencies or boundary data. 
     6Utilizing the pre-processing tool [wiki:doc/app/iofiles/inifor INIFOR], the respective data can be derived directly from the larger-scale [[http://www.cosmo-model.org/content/default.htm|COSMO model]] (except for active or passive chemical components which are not considered in the COSMO model). This way, the dynamic input file acts as a interface between a larger-scale model and PALM, being a so-called [../../inipar/#nesting_offline offline nesting].
     7In case of a [../../nestpar nested] model run (online), only the parent domain considers the dynamic input_file for inititialization and offline-nesting, while embedded child models itself will be initialized and forced via its parent domains.   
     8In order to activate input from the dynamic input file, setting of [../../inipar#initializing_actions initializing_actions] = 'inifor' is required.
     9For more information of how to create a dynamic input file, please see the [wiki:doc/app/iofiles/inifor INIFOR documentation].
     10For more detailed documentation of the input variables, please see [[attachment:PALM_input_data_standard_v1.9.pdf|PALM input data standard]].
     11
     12||='''Input variable'''  =||='''Type'''  =||='''LOD''' =||='''Explanation / Remarks'''  =||
     13|----------------
     14{{{#!td style="vertical-align:top;width: 150px"
     15[=#init_atmosphere_pt '''init_atmosphere_pt''']//
     16(z,(y),(x))
     17}}}
     18{{{#!td style="vertical-align:top;width: 50px"
     19NC_FLOAT
     20}}}
     21{{{#!td style="vertical-align:top;width: 50px"
     221, 2
     23}}}
     24{{{#!td
     25{{{lod=1}}}: Initial profile of potential temperature. //
     26
     27{{{lod=2}}}: Initial volume data of potential temperature.
     28}}}
     29|----------------
     30{{{#!td style="vertical-align:top;width: 150px"
     31[=#init_atmosphere_qv '''init_atmosphere_qv''']//
     32(z,(y),(x))
     33}}}
     34{{{#!td style="vertical-align:top;width: 50px"
     35NC_FLOAT
     36}}}
     37{{{#!td style="vertical-align:top;width: 50px"
     381, 2
     39}}}
     40{{{#!td
     41{{{lod=1}}}: Initial profile of mixing ratio. //
     42
     43{{{lod=2}}}: Initial volume data of mixing_ratio.
     44
     45Input of this quantity becomes only effective if [../../inipar#humidity humidity] = ''.T.''.
     46}}}
     47|----------------
     48{{{#!td style="vertical-align:top;width: 150px"
     49[=#init_atmosphere_u '''init_atmosphere_u''']//
     50(z,(y),(x))
     51}}}
     52{{{#!td style="vertical-align:top;width: 50px"
     53NC_FLOAT
     54}}}
     55{{{#!td style="vertical-align:top;width: 50px"
     561, 2
     57}}}
     58{{{#!td
     59{{{lod=1}}}: Initial profile of the wind component in the x-direction. //
     60
     61{{{lod=2}}}: Initial volume data of the wind component in the x-direction.
     62}}}
     63|----------------
     64{{{#!td style="vertical-align:top;width: 150px"
     65[=#init_atmosphere_v '''init_atmosphere_v''']//
     66(z,(y),(x))
     67}}}
     68{{{#!td style="vertical-align:top;width: 50px"
     69NC_FLOAT
     70}}}
     71{{{#!td style="vertical-align:top;width: 50px"
     721, 2
     73}}}
     74{{{#!td
     75{{{lod=1}}}: Initial profile of the wind component in the y-direction. //
     76
     77{{{lod=2}}}: Initial volume data of the wind component in the y-direction.
     78}}}
     79|----------------
     80{{{#!td style="vertical-align:top;width: 150px"
     81[=#init_atmosphere_w '''init_atmosphere_w''']//
     82(z,(y),(x))
     83}}}
     84{{{#!td style="vertical-align:top;width: 50px"
     85NC_FLOAT
     86}}}
     87{{{#!td style="vertical-align:top;width: 50px"
     881, 2
     89}}}
     90{{{#!td
     91{{{lod=1}}}: Initial profile of the wind component in the z-direction. //
     92
     93{{{lod=2}}}: Initial volume data of the wind component in the z-direction.
     94}}}
     95|----------------
     96{{{#!td style="vertical-align:top;width: 150px"
     97[=#init_atmosphere_s '''init_atmosphere_s''']//
     98(z,(y),(x))
     99}}}
     100{{{#!td style="vertical-align:top;width: 50px"
     101NC_FLOAT
     102}}}
     103{{{#!td style="vertical-align:top;width: 50px"
     1041, 2
     105}}}
     106{{{#!td
     107{{{lod=1}}}: Initial profile of any passive scalar. //
     108
     109{{{lod=2}}}: Initial volume data of any passive scalar.
     110
     111Input of this quantity becomes only effective if [../../inipar#passive_scalar passive_scalar] = ''.T.''. Please note, this quantity is currently not provided by [#inifor inifor].
     112}}}
     113|----------------
     114{{{#!td style="vertical-align:top;width: 150px"
     115[=#init_atmosphere_no '''init_atmosphere_no''']//
     116(z,(y),(x))
     117}}}
     118{{{#!td style="vertical-align:top;width: 50px"
     119NC_FLOAT
     120}}}
     121{{{#!td style="vertical-align:top;width: 50px"
     1221, 2
     123}}}
     124{{{#!td
     125{{{lod=1}}}: Initial profile of nitrogen monoxide. //
     126
     127{{{lod=2}}}: Initial volume data of nitrogen monoxide.
     128
     129Input of this quantity becomes only effective if the [../../chempar chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     130}}}
     131|----------------
     132{{{#!td style="vertical-align:top;width: 150px"
     133[=#init_atmosphere_no2 '''init_atmosphere_no2''']//
     134(z,(y),(x))
     135}}}
     136{{{#!td style="vertical-align:top;width: 50px"
     137NC_FLOAT
     138}}}
     139{{{#!td style="vertical-align:top;width: 50px"
     1401, 2
     141}}}
     142{{{#!td
     143{{{lod=1}}}: Initial profile of nitrogen dioxide. //
     144
     145{{{lod=2}}}: Initial volume data of nitrogen dioxide.
     146
     147Input of this quantity becomes only effective if the [../../chempar chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     148}}}
     149|----------------
     150{{{#!td style="vertical-align:top;width: 150px"
     151[=#init_atmosphere_no3 '''init_atmosphere_no3''']//
     152(z,(y),(x))
     153}}}
     154{{{#!td style="vertical-align:top;width: 50px"
     155NC_FLOAT
     156}}}
     157{{{#!td style="vertical-align:top;width: 50px"
     1581, 2
     159}}}
     160{{{#!td
     161{{{lod=1}}}: Initial profile of nitrate. //
     162
     163{{{lod=2}}}: Initial volume data of nitrate.
     164
     165Input of this quantity becomes only effective if the [../../chempar chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     166}}}
     167|----------------
     168{{{#!td style="vertical-align:top;width: 150px"
     169[=#init_atmosphere_pm10 '''init_atmosphere_pm10''']//
     170(z,(y),(x))
     171}}}
     172{{{#!td style="vertical-align:top;width: 50px"
     173NC_FLOAT
     174}}}
     175{{{#!td style="vertical-align:top;width: 50px"
     1761, 2
     177}}}
     178{{{#!td
     179{{{lod=1}}}: Initial profile of PM10. //
     180
     181{{{lod=2}}}: Initial volume data of PM10.
     182
     183Input of this quantity becomes only effective if the [../../chempar chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     184}}}
     185|----------------
     186{{{#!td style="vertical-align:top;width: 150px"
     187[=#init_atmosphere_hno3 '''init_atmosphere_hno3''']//
     188(z,(y),(x))
     189}}}
     190{{{#!td style="vertical-align:top;width: 50px"
     191NC_FLOAT
     192}}}
     193{{{#!td style="vertical-align:top;width: 50px"
     1941, 2
     195}}}
     196{{{#!td
     197{{{lod=1}}}: Initial profile of nitric acid. //
     198
     199{{{lod=2}}}: Initial volume data of nitric acid.
     200
     201Input of this quantity becomes only effective if the [../../chempar chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     202}}}
     203|----------------
     204{{{#!td style="vertical-align:top;width: 150px"
     205[=#init_atmosphere_so4 '''init_atmosphere_so4''']//
     206(z,(y),(x))
     207}}}
     208{{{#!td style="vertical-align:top;width: 50px"
     209NC_FLOAT
     210}}}
     211{{{#!td style="vertical-align:top;width: 50px"
     2121, 2
     213}}}
     214{{{#!td
     215{{{lod=1}}}: Initial profile of sulfate. //
     216
     217{{{lod=2}}}: Initial volume data of sulfate.
     218
     219Input of this quantity becomes only effective if the [../../chempar chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     220}}}
     221|----------------
     222{{{#!td style="vertical-align:top;width: 150px"
     223[=#init_atmosphere_yyy '''init_atmosphere_yyy''']//
     224(z,(y),(x))
     225}}}
     226{{{#!td style="vertical-align:top;width: 50px"
     227NC_FLOAT
     228}}}
     229{{{#!td style="vertical-align:top;width: 50px"
     2301, 2
     231}}}
     232{{{#!td
     233{{{lod=1}}}: Initial profile of any further species. //
     234
     235{{{lod=2}}}: Initial volume data of any further species.
     236
     237Input of this quantity becomes only effective if the [../../chempar chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor].
     238}}}
     239|----------------
     240{{{#!td style="vertical-align:top;width: 150px"
     241[=#init_atmosphere_aerosol '''init_atmosphere_aerosol''']//
     242(z,Dmid)
     243}}}
     244{{{#!td style="vertical-align:top;width: 50px"
     245NC_FLOAT
     246}}}
     247{{{#!td style="vertical-align:top;width: 50px"
     2481
     249}}}
     250{{{#!td
     251{{{lod=1}}}: Initial profile of aerosol number concentration per aerosol size bin (# m^-3^). The bin mean diameter ''Dmid'' given in nm. //
     252
     253Input of this quantity becomes only effective if the [../../../tec/aerosol aerosol module SALSA] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     254}}}
     255|----------------
     256{{{#!td style="vertical-align:top;width: 150px"
     257[=#init_atmosphere_mass_fracs_a '''init_atmosphere_mass_fracs_a''']//
     258(z,composition_index)
     259}}}
     260{{{#!td style="vertical-align:top;width: 50px"
     261NC_FLOAT
     262}}}
     263{{{#!td style="vertical-align:top;width: 50px"
     2641
     265}}}
     266{{{#!td
     267Vertical profile of the mass fractions of background/initial aerosol concentration: subrange a.
     268
     269Input of this quantity becomes only effective if the [../../../tec/aerosol aerosol module SALSA] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     270}}}
     271|----------------
     272{{{#!td style="vertical-align:top;width: 150px"
     273[=#composition_name '''composition_name''']//
     274(composition_index,max_string_length)
     275}}}
     276{{{#!td style="vertical-align:top;width: 50px"
     277NC_CHAR
     278}}}
     279{{{#!td style="vertical-align:top;width: 50px"
     280
     281}}}
     282{{{#!td
     283List of chemical components of aerosol particles.
     284}}}
     285|----------------
     286{{{#!td style="vertical-align:top;width: 150px"
     287[=#init_building_temperature '''init_building_temperature''']//
     288((s),(nwall),y,x)
     289}}}
     290{{{#!td style="vertical-align:top;width: 50px"
     291NC_FLOAT
     292}}}
     293{{{#!td style="vertical-align:top;width: 50px"
     2941, 2, 3
     295}}}
     296{{{#!td
     297Initialization of walls and indoor temperatures with varying level of
     298detail. Requires the [../../usmpar urban-surface model] to become effective. 
     299
     300{{{lod=1}}}: The same wall temperature is assumed for all walls of the
     301building at location ''(y,x)''. //
     302
     303{{{lod=2}}}: The wall layer temperatures of a building at ''(y,x)'' are provided individually for each layer.
     304
     305{{{lod=3}}}: The wall temperatures are provided individually for each surface element and for each wall layer.
     306}}}
     307|----------------
     308{{{#!td style="vertical-align:top;width: 150px"
     309[=#init_pavement_temperature '''init_pavement_temperature''']//
     310(zsoil,(y),(x))
     311}}}
     312{{{#!td style="vertical-align:top;width: 50px"
     313NC_FLOAT
     314}}}
     315{{{#!td style="vertical-align:top;width: 50px"
     3161, 2
     317}}}
     318{{{#!td
     319Initialization of the pavement temperature.
     320Requires the [../../lsmpar land-surface model] to become effective. 
     321
     322{{{lod=1}}}: For all paved surface elements the same pavement temperature profile is prescribed. //
     323
     324{{{lod=2}}}: The pavement temperature profile is prescribed for each ''(y,x)''-location individually.
     325}}}
     326|----------------
     327{{{#!td style="vertical-align:top;width: 150px"
     328[=#init_soil_t '''init_soil_t''']//
     329(zsoil,(y),(x))
     330}}}
     331{{{#!td style="vertical-align:top;width: 50px"
     332NC_FLOAT
     333}}}
     334{{{#!td style="vertical-align:top;width: 50px"
     3351, 2
     336}}}
     337{{{#!td
     338{{{lod=1}}}: Initial vertical profile of soil temperature. //
     339
     340{{{lod=2}}}: Initial volume data of soil temperature.
     341
     342Input of this quantity becomes only effective if the [../../lsmpar land-surface model] is switched on. In case of a nested run, soil temperature in the child domain will be initialized by horizontal mean vertical soil-temperature profiles derived from the respective parent (even if volume data is provided in the dynamic input file). 
     343Moreover, please note '''zsoil''' need to have the same dimensions as in the static input file
     344}}}
     345|----------------
     346{{{#!td style="vertical-align:top;width: 150px"
     347[=#init_soil_m '''init_soil_m''']//
     348(zsoil,(y),(x))
     349}}}
     350{{{#!td style="vertical-align:top;width: 50px"
     351NC_FLOAT
     352}}}
     353{{{#!td style="vertical-align:top;width: 50px"
     3541, 2
     355}}}
     356{{{#!td
     357{{{lod=1}}}: Initial vertical profile of soil moisture. //
     358
     359{{{lod=2}}}: Initial volume data of soil moisture.
     360
     361Input of this quantity becomes only effective if the [../../lsmpar land-surface model] is switched on. In case of a nested run, soil moisture in the child domain will be initialized by horizontal mean vertical soil-moisture profiles derived from the respective parent (even if volume data is provided in the dynamic input file). 
     362Moreover, please note '''zsoil''' need to have the same dimensions as in the static input file
     363}}}
     364|----------------
     365{{{#!td style="vertical-align:top;width: 150px"
     366[=#init_water_temperature '''init_water_temperature''']//
     367(y,x)
     368}}}
     369{{{#!td style="vertical-align:top;width: 50px"
     370NC_FLOAT
     371}}}
     372{{{#!td style="vertical-align:top;width: 50px"
     373none
     374}}}
     375{{{#!td
     376Initialization of the water temperature at location ''(y,x)''.
     377Requires the [../../lsmpar land-surface model] to become effective. 
     378}}}
     379|----------------
     380{{{#!td style="vertical-align:top;width: 150px"
     381[=#nudging_pt '''nudging_pt''']//
     382(time,z)
     383}}}
     384{{{#!td style="vertical-align:top;width: 50px"
     385NC_FLOAT
     386}}}
     387{{{#!td style="vertical-align:top;width: 50px"
     388none
     389}}}
     390{{{#!td
     391Nudging data for potential temperature.
     392Requires cyclic boundary conditions as well as [../../inipar#nudging nudging] = .T. to become effective. 
     393}}}
     394|----------------
     395{{{#!td style="vertical-align:top;width: 150px"
     396[=#nudging_qv '''nudging_qv''']//
     397(time,z)
     398}}}
     399{{{#!td style="vertical-align:top;width: 50px"
     400NC_FLOAT
     401}}}
     402{{{#!td style="vertical-align:top;width: 50px"
     403none
     404}}}
     405{{{#!td
     406Nudging data for the mixing ratio.
     407Requires cyclic boundary conditions as well as [../../inipar#nudging nudging] = .T. and [../../inipar#humidity humidity] = .T. to become effective. 
     408}}}
     409|----------------
     410{{{#!td style="vertical-align:top;width: 150px"
     411[=#nudging_u '''nudging_u''']//
     412(time,z)
     413}}}
     414{{{#!td style="vertical-align:top;width: 50px"
     415NC_FLOAT
     416}}}
     417{{{#!td style="vertical-align:top;width: 50px"
     418none
     419}}}
     420{{{#!td
     421Nudging data for the wind in the x-direction.
     422Requires cyclic boundary conditions to become effective. 
     423}}}
     424|----------------
     425{{{#!td style="vertical-align:top;width: 150px"
     426[=#nudging_v '''nudging_v''']//
     427(time,z)
     428}}}
     429{{{#!td style="vertical-align:top;width: 50px"
     430NC_FLOAT
     431}}}
     432{{{#!td style="vertical-align:top;width: 50px"
     433none
     434}}}
     435{{{#!td
     436Nudging data for the wind in the y-direction.
     437Requires cyclic boundary conditions to become effective. 
     438}}}
     439|----------------
     440{{{#!td style="vertical-align:top;width: 150px"
     441[=#nudging_w '''nudging_w''']//
     442(time,z)
     443}}}
     444{{{#!td style="vertical-align:top;width: 50px"
     445NC_FLOAT
     446}}}
     447{{{#!td style="vertical-align:top;width: 50px"
     448none
     449}}}
     450{{{#!td
     451Nudging data for the wind in the z-direction.
     452Requires cyclic boundary conditions to become effective. 
     453}}}
     454|----------------
     455{{{#!td style="vertical-align:top;width: 150px"
     456[=#nudging_s '''nudging_s''']//
     457(time,z)
     458}}}
     459{{{#!td style="vertical-align:top;width: 50px"
     460NC_FLOAT
     461}}}
     462{{{#!td style="vertical-align:top;width: 50px"
     463none
     464}}}
     465{{{#!td
     466Nudging data for a passive scalar.
     467Requires cyclic boundary conditions as well as [../../inipar#nudging nudging] = .T. and [../../inipar#passive_scalar passive_scalar] = .T. to become effective. 
     468}}}
     469|----------------
     470{{{#!td style="vertical-align:top;width: 150px"
     471[=#nudging_tau '''nudging_tau''']//
     472(time,z)
     473}}}
     474{{{#!td style="vertical-align:top;width: 50px"
     475NC_FLOAT
     476}}}
     477{{{#!td style="vertical-align:top;width: 50px"
     478none
     479}}}
     480{{{#!td
     481Nudging relaxation time scale. 
     482Requires cyclic boundary conditions as well as [../../inipar#nudging nudging] = .T. to become effective. 
     483}}}
     484|----------------
     485{{{#!td style="vertical-align:top;width: 150px"
     486[=#ls_forcing_ug '''ls_forcing_ug''']//
     487(time,z)
     488}}}
     489{{{#!td style="vertical-align:top;width: 50px"
     490NC_FLOAT
     491}}}
     492{{{#!td style="vertical-align:top;width: 50px"
     493none
     494}}}
     495{{{#!td
     496Large­-scale forcing data for the geostrophic wind component in x-direction.   
     497}}}
     498|----------------
     499{{{#!td style="vertical-align:top;width: 150px"
     500[=#ls_forcing_vg '''ls_forcing_vg''']//
     501(time,z)
     502}}}
     503{{{#!td style="vertical-align:top;width: 50px"
     504NC_FLOAT
     505}}}
     506{{{#!td style="vertical-align:top;width: 50px"
     507none
     508}}}
     509{{{#!td
     510Large­-scale forcing data for the geostrophic wind component in y-direction.   
     511}}}
     512|----------------
     513{{{#!td style="vertical-align:top;width: 150px"
     514[=#ls_forcing_sub_w '''ls_forcing_sub_w''']//
     515(time,z)
     516}}}
     517{{{#!td style="vertical-align:top;width: 50px"
     518NC_FLOAT
     519}}}
     520{{{#!td style="vertical-align:top;width: 50px"
     521none
     522}}}
     523{{{#!td
     524Large­-scale forcing data for the subsidence velocity.   
     525Requires cyclic boundary conditions as well as [../../inipar#large_scale_forcing large_scale_forcing] = .T. to become effective. 
     526}}}
     527|----------------
     528{{{#!td style="vertical-align:top;width: 150px"
     529[=#ls_forcing_adv_lpt '''ls_forcing_adv_lpt''']//
     530(time,z)
     531}}}
     532{{{#!td style="vertical-align:top;width: 50px"
     533NC_FLOAT
     534}}}
     535{{{#!td style="vertical-align:top;width: 50px"
     536none
     537}}}
     538{{{#!td
     539Large­-scale forcing data for the advection tendency of potential temperature.     
     540Requires cyclic boundary conditions as well as [../../inipar#large_scale_forcing large_scale_forcing] = .T. to become effective. 
     541}}}
     542|----------------
     543{{{#!td style="vertical-align:top;width: 150px"
     544[=#ls_forcing_adv_qv '''ls_forcing_adv_qv''']//
     545(time,z)
     546}}}
     547{{{#!td style="vertical-align:top;width: 50px"
     548NC_FLOAT
     549}}}
     550{{{#!td style="vertical-align:top;width: 50px"
     551none
     552}}}
     553{{{#!td
     554Large­-scale forcing data for the advection tendency of mixing ratio.     
     555Requires cyclic boundary conditions as well as [../../inipar#large_scale_forcing large_scale_forcing] = .T. to become effective. 
     556}}}
     557|----------------
     558{{{#!td style="vertical-align:top;width: 150px"
     559[=#ls_forcing_left_pt '''ls_forcing_left_pt''']//
     560(time,z)
     561}}}
     562{{{#!td style="vertical-align:top;width: 50px"
     563NC_FLOAT
     564}}}
     565{{{#!td style="vertical-align:top;width: 50px"
     566none
     567}}}
     568{{{#!td
     569Boundary condition at left (west) model boundary for the potential temperature. 
     570Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     571}}}
     572|----------------
     573{{{#!td style="vertical-align:top;width: 150px"
     574[=#ls_forcing_left_qv '''ls_forcing_left_qv''']//
     575(time,z)
     576}}}
     577{{{#!td style="vertical-align:top;width: 50px"
     578NC_FLOAT
     579}}}
     580{{{#!td style="vertical-align:top;width: 50px"
     581none
     582}}}
     583{{{#!td
     584Boundary condition at left (west) model boundary for the mixing ratio. 
     585Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     586}}}
     587|----------------
     588{{{#!td style="vertical-align:top;width: 150px"
     589[=#ls_forcing_left_u '''ls_forcing_left_u''']//
     590(time,z)
     591}}}
     592{{{#!td style="vertical-align:top;width: 50px"
     593NC_FLOAT
     594}}}
     595{{{#!td style="vertical-align:top;width: 50px"
     596none
     597}}}
     598{{{#!td
     599Boundary condition at left (west) model boundary for the wind component in x-direction. 
     600Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     601}}}
     602|----------------
     603{{{#!td style="vertical-align:top;width: 150px"
     604[=#ls_forcing_left_v '''ls_forcing_left_v''']//
     605(time,z)
     606}}}
     607{{{#!td style="vertical-align:top;width: 50px"
     608NC_FLOAT
     609}}}
     610{{{#!td style="vertical-align:top;width: 50px"
     611none
     612}}}
     613{{{#!td
     614Boundary condition at left (west) model boundary for the wind component in y-direction. 
     615Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     616}}}
     617|----------------
     618{{{#!td style="vertical-align:top;width: 150px"
     619[=#ls_forcing_left_w '''ls_forcing_left_w''']//
     620(time,z)
     621}}}
     622{{{#!td style="vertical-align:top;width: 50px"
     623NC_FLOAT
     624}}}
     625{{{#!td style="vertical-align:top;width: 50px"
     626none
     627}}}
     628{{{#!td
     629Boundary condition at left (west) model boundary for the wind component in z-direction. 
     630Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     631}}}
     632|----------------
     633{{{#!td style="vertical-align:top;width: 150px"
     634[=#ls_forcing_right_pt '''ls_forcing_right_pt''']//
     635(time,z)
     636}}}
     637{{{#!td style="vertical-align:top;width: 50px"
     638NC_FLOAT
     639}}}
     640{{{#!td style="vertical-align:top;width: 50px"
     641none
     642}}}
     643{{{#!td
     644Boundary condition at right model boundary for the potential temperature. 
     645Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     646}}}
     647|----------------
     648{{{#!td style="vertical-align:top;width: 150px"
     649[=#ls_forcing_right_qv '''ls_forcing_right_qv''']//
     650(time,z)
     651}}}
     652{{{#!td style="vertical-align:top;width: 50px"
     653NC_FLOAT
     654}}}
     655{{{#!td style="vertical-align:top;width: 50px"
     656none
     657}}}
     658{{{#!td
     659Boundary condition at right (east) model boundary for the mixing ratio. 
     660Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     661}}}
     662|----------------
     663{{{#!td style="vertical-align:top;width: 150px"
     664[=#ls_forcing_right_u '''ls_forcing_right_u''']//
     665(time,z)
     666}}}
     667{{{#!td style="vertical-align:top;width: 50px"
     668NC_FLOAT
     669}}}
     670{{{#!td style="vertical-align:top;width: 50px"
     671none
     672}}}
     673{{{#!td
     674Boundary condition at right (east) model boundary for the wind component in x-direction. 
     675Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     676}}}
     677|----------------
     678{{{#!td style="vertical-align:top;width: 150px"
     679[=#ls_forcing_right_v '''ls_forcing_right_v''']//
     680(time,z)
     681}}}
     682{{{#!td style="vertical-align:top;width: 50px"
     683NC_FLOAT
     684}}}
     685{{{#!td style="vertical-align:top;width: 50px"
     686none
     687}}}
     688{{{#!td
     689Boundary condition at right (east) model boundary for the wind component in y-direction. 
     690Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     691}}}
     692|----------------
     693{{{#!td style="vertical-align:top;width: 150px"
     694[=#ls_forcing_right_w '''ls_forcing_right_w''']//
     695(time,z)
     696}}}
     697{{{#!td style="vertical-align:top;width: 50px"
     698NC_FLOAT
     699}}}
     700{{{#!td style="vertical-align:top;width: 50px"
     701none
     702}}}
     703{{{#!td
     704Boundary condition at right (east) model boundary for the wind component in z-direction. 
     705Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     706}}}
     707|----------------
     708{{{#!td style="vertical-align:top;width: 150px"
     709[=#ls_forcing_south_pt '''ls_forcing_south_pt''']//
     710(time,z)
     711}}}
     712{{{#!td style="vertical-align:top;width: 50px"
     713NC_FLOAT
     714}}}
     715{{{#!td style="vertical-align:top;width: 50px"
     716none
     717}}}
     718{{{#!td
     719Boundary condition at front (south) model boundary for the potential temperature. 
     720Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     721}}}
     722|----------------
     723{{{#!td style="vertical-align:top;width: 150px"
     724[=#ls_forcing_south_qv '''ls_forcing_south_qv''']//
     725(time,z)
     726}}}
     727{{{#!td style="vertical-align:top;width: 50px"
     728NC_FLOAT
     729}}}
     730{{{#!td style="vertical-align:top;width: 50px"
     731none
     732}}}
     733{{{#!td
     734Boundary condition at front (south) model boundary for the mixing ratio. 
     735Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     736}}}
     737|----------------
     738{{{#!td style="vertical-align:top;width: 150px"
     739[=#ls_forcing_south_u '''ls_forcing_south_u''']//
     740(time,z)
     741}}}
     742{{{#!td style="vertical-align:top;width: 50px"
     743NC_FLOAT
     744}}}
     745{{{#!td style="vertical-align:top;width: 50px"
     746none
     747}}}
     748{{{#!td
     749Boundary condition at front (south) model boundary for the wind component in x-direction. 
     750Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     751}}}
     752|----------------
     753{{{#!td style="vertical-align:top;width: 150px"
     754[=#ls_forcing_south_v '''ls_forcing_south_v''']//
     755(time,z)
     756}}}
     757{{{#!td style="vertical-align:top;width: 50px"
     758NC_FLOAT
     759}}}
     760{{{#!td style="vertical-align:top;width: 50px"
     761none
     762}}}
     763{{{#!td
     764Boundary condition at front (south) model boundary for the wind component in y-direction. 
     765Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     766}}}
     767|----------------
     768{{{#!td style="vertical-align:top;width: 150px"
     769[=#ls_forcing_south_w '''ls_forcing_south_w''']//
     770(time,z)
     771}}}
     772{{{#!td style="vertical-align:top;width: 50px"
     773NC_FLOAT
     774}}}
     775{{{#!td style="vertical-align:top;width: 50px"
     776none
     777}}}
     778{{{#!td
     779Boundary condition at front (south) model boundary for the wind component in z-direction. 
     780Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     781}}}
     782|----------------
     783{{{#!td style="vertical-align:top;width: 150px"
     784[=#ls_forcing_north_pt '''ls_forcing_north_pt''']//
     785(time,z)
     786}}}
     787{{{#!td style="vertical-align:top;width: 50px"
     788NC_FLOAT
     789}}}
     790{{{#!td style="vertical-align:top;width: 50px"
     791none
     792}}}
     793{{{#!td
     794Boundary condition at back (north) model boundary for the potential temperature. 
     795Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     796}}}
     797|----------------
     798{{{#!td style="vertical-align:top;width: 150px"
     799[=#ls_forcing_north_qv '''ls_forcing_north_qv''']//
     800(time,z)
     801}}}
     802{{{#!td style="vertical-align:top;width: 50px"
     803NC_FLOAT
     804}}}
     805{{{#!td style="vertical-align:top;width: 50px"
     806none
     807}}}
     808{{{#!td
     809Boundary condition at back (north) model boundary for the mixing ratio. 
     810Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     811}}}
     812|----------------
     813{{{#!td style="vertical-align:top;width: 150px"
     814[=#ls_forcing_north_u '''ls_forcing_north_u''']//
     815(time,z)
     816}}}
     817{{{#!td style="vertical-align:top;width: 50px"
     818NC_FLOAT
     819}}}
     820{{{#!td style="vertical-align:top;width: 50px"
     821none
     822}}}
     823{{{#!td
     824Boundary condition at back (north) model boundary for the wind component in x-direction. 
     825Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     826}}}
     827|----------------
     828{{{#!td style="vertical-align:top;width: 150px"
     829[=#ls_forcing_north_v '''ls_forcing_north_v''']//
     830(time,z)
     831}}}
     832{{{#!td style="vertical-align:top;width: 50px"
     833NC_FLOAT
     834}}}
     835{{{#!td style="vertical-align:top;width: 50px"
     836none
     837}}}
     838{{{#!td
     839Boundary condition at back (north) model boundary for the wind component in y-direction. 
     840Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     841}}}
     842|----------------
     843{{{#!td style="vertical-align:top;width: 150px"
     844[=#ls_forcing_north_w '''ls_forcing_north_w''']//
     845(time,z)
     846}}}
     847{{{#!td style="vertical-align:top;width: 50px"
     848NC_FLOAT
     849}}}
     850{{{#!td style="vertical-align:top;width: 50px"
     851none
     852}}}
     853{{{#!td
     854Boundary condition at back (north) model boundary for the wind component in z-direction. 
     855Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     856}}}
     857|----------------
     858{{{#!td style="vertical-align:top;width: 150px"
     859[=#ls_forcing_top_pt '''ls_forcing_top_pt''']//
     860(time,z)
     861}}}
     862{{{#!td style="vertical-align:top;width: 50px"
     863NC_FLOAT
     864}}}
     865{{{#!td style="vertical-align:top;width: 50px"
     866none
     867}}}
     868{{{#!td
     869Boundary condition at top model boundary for the potential temperature. 
     870Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     871}}}
     872|----------------
     873{{{#!td style="vertical-align:top;width: 150px"
     874[=#ls_forcing_top_qv '''ls_forcing_top_qv''']//
     875(time,z)
     876}}}
     877{{{#!td style="vertical-align:top;width: 50px"
     878NC_FLOAT
     879}}}
     880{{{#!td style="vertical-align:top;width: 50px"
     881none
     882}}}
     883{{{#!td
     884Boundary condition at top model boundary for the mixing ratio. 
     885Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     886}}}
     887|----------------
     888{{{#!td style="vertical-align:top;width: 150px"
     889[=#ls_forcing_top_u '''ls_forcing_top_u''']//
     890(time,z)
     891}}}
     892{{{#!td style="vertical-align:top;width: 50px"
     893NC_FLOAT
     894}}}
     895{{{#!td style="vertical-align:top;width: 50px"
     896none
     897}}}
     898{{{#!td
     899Boundary condition at top model boundary for the wind component in x-direction. 
     900Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     901}}}
     902|----------------
     903{{{#!td style="vertical-align:top;width: 150px"
     904[=#ls_forcing_top_v '''ls_forcing_top_v''']//
     905(time,z)
     906}}}
     907{{{#!td style="vertical-align:top;width: 50px"
     908NC_FLOAT
     909}}}
     910{{{#!td style="vertical-align:top;width: 50px"
     911none
     912}}}
     913{{{#!td
     914Boundary condition at top model boundary for the wind component in y-direction. 
     915Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     916}}}
     917|----------------
     918{{{#!td style="vertical-align:top;width: 150px"
     919[=#ls_forcing_top_w '''ls_forcing_top_w''']//
     920(time,z)
     921}}}
     922{{{#!td style="vertical-align:top;width: 50px"
     923NC_FLOAT
     924}}}
     925{{{#!td style="vertical-align:top;width: 50px"
     926none
     927}}}
     928{{{#!td
     929Boundary condition at top model boundary for the wind component in z-direction. 
     930Requires non-cyclic boundary conditions as well as [../../inipar#forcing forcing] = .T. to become effective. 
     931}}}
     932
     933\\\\