Changes between Version 44 and Version 45 of doc/app/iofiles/pids


Ignore:
Timestamp:
May 24, 2018 1:30:05 PM (7 years ago)
Author:
suehring
Comment:

--

Legend:

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

    v44 v45  
    126126[=#surf '''Surface variables''':]\\\\
    127127
    128 For a proper classification of natural land and water surfaces, [#pavement_type pavement_type], [#soil_type soil_type], [#vegetation_type vegetation_type] and [#water_type water_type] are required, which define bulk parameters for albedo, soil, root distribution, leaf-area density, etc. To enable initialization of the land-surface model with driver-provided variables, the namelist parameter [../../lsmpar#surface_type surface_type] need to be set to 'netcdf'.  Further, if the [../../usmpar urban-surface model] is applied, also [#building_type building_type] is required, which defines bulk parameters to run the urban-surface model. Please note, for the sake of consistency, at least one of the variables  [#pavement_type pavement_type], [#vegetation_type vegetation_type], [#water_type water_type] or [#building_type building_type] need to be defined at each 'xy' location if the land- and urban-surface model is applied. Further,  in case data is taken from the static input file, both, the land- and urban-surface model need to be either switched on or off. Applying only one of the energy-balance models is not sufficient and will lead to an controlled termination.  \\
     128For a proper classification of natural land and water surfaces, [#pavement_type pavement_type], [#soil_type soil_type], [#vegetation_type vegetation_type] and [#water_type water_type] are required, which define bulk parameters for albedo, soil, root distribution, leaf-area density, etc. To enable initialization of the land-surface model with input-file-provided variables, the namelist parameter [../../lsmpar#surface_type surface_type] need to be set to 'netcdf'.  Further, if the [../../usmpar urban-surface model] is applied, also [#building_type building_type] is required, which defines bulk parameters to run the urban-surface model. Please note, for the sake of consistency, at least one of the variables  [#pavement_type pavement_type], [#vegetation_type vegetation_type], [#water_type water_type] or [#building_type building_type] need to be defined at each 'xy' location if the land- and urban-surface model is applied. Further,  in case data is taken from the static input file, both, the land- and urban-surface model need to be either switched on or off. Applying only one of the energy-balance models is not sufficient and will lead to an controlled termination.  \\
    129129
    130130||='''Input variable'''  =||='''Type'''  =||='''LOD''' =||='''Explanation / Remarks'''  =||
     
    434434[=#dynamic_input '''Dynamic input file''']
    435435
     436The 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. 
     437Utilizing the pre-processing tool [#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-4U, being a so-called [#offline_nesting offline nesting].
     438In 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.   
     439In order to activate input from the dynamic input file, setting of [../../inipar#initializing_actions initializing_actions] = 'inifor' is required.
     440For more information of how to create a dynamic input file, please see the '''inifor''' documention.
     441For more detailed documentation of the input variables, please see [[attachment:PALM_input_data_standard_v1.7.pdf|Palm input data standard]].
     442
     443||='''Input variable'''  =||='''Type'''  =||='''LOD''' =||='''Explanation / Remarks'''  =||
     444|----------------
     445{{{#!td style="vertical-align:top;width: 150px"
     446[=#init_atmosphere_pt '''init_atmosphere_pt''']//
     447(z,(y),(x))
     448}}}
     449{{{#!td style="vertical-align:top;width: 50px"
     450NC_FLOAT
     451}}}
     452{{{#!td style="vertical-align:top;width: 50px"
     4531, 2
     454}}}
     455{{{#!td
     456{{{lod=1}}}: Initial profile of potential temperature. //
     457
     458{{{lod=2}}}: Initial volume data of potential temperature.
     459}}}
     460|----------------
     461{{{#!td style="vertical-align:top;width: 150px"
     462[=#init_atmosphere_qv '''init_atmosphere_qv''']//
     463(z,(y),(x))
     464}}}
     465{{{#!td style="vertical-align:top;width: 50px"
     466NC_FLOAT
     467}}}
     468{{{#!td style="vertical-align:top;width: 50px"
     4691, 2
     470}}}
     471{{{#!td
     472{{{lod=1}}}: Initial profile of mixing ratio. //
     473
     474{{{lod=2}}}: Initial volume data of mixing_ratio.
     475
     476Input of this quantity becomes only effective if [../../inipar#humidity humidity] = ''.T.''.
     477}}}
     478|----------------
     479{{{#!td style="vertical-align:top;width: 150px"
     480[=#init_atmosphere_u '''init_atmosphere_u''']//
     481(z,(y),(x))
     482}}}
     483{{{#!td style="vertical-align:top;width: 50px"
     484NC_FLOAT
     485}}}
     486{{{#!td style="vertical-align:top;width: 50px"
     4871, 2
     488}}}
     489{{{#!td
     490{{{lod=1}}}: Initial profile of the wind component in the x-direction. //
     491
     492{{{lod=2}}}: Initial volume data of the wind component in the x-direction.
     493}}}
     494|----------------
     495{{{#!td style="vertical-align:top;width: 150px"
     496[=#init_atmosphere_v '''init_atmosphere_v''']//
     497(z,(y),(x))
     498}}}
     499{{{#!td style="vertical-align:top;width: 50px"
     500NC_FLOAT
     501}}}
     502{{{#!td style="vertical-align:top;width: 50px"
     5031, 2
     504}}}
     505{{{#!td
     506{{{lod=1}}}: Initial profile of the wind component in the y-direction. //
     507
     508{{{lod=2}}}: Initial volume data of the wind component in the y-direction.
     509}}}
     510|----------------
     511{{{#!td style="vertical-align:top;width: 150px"
     512[=#init_atmosphere_w '''init_atmosphere_w''']//
     513(z,(y),(x))
     514}}}
     515{{{#!td style="vertical-align:top;width: 50px"
     516NC_FLOAT
     517}}}
     518{{{#!td style="vertical-align:top;width: 50px"
     5191, 2
     520}}}
     521{{{#!td
     522{{{lod=1}}}: Initial profile of the wind component in the z-direction. //
     523
     524{{{lod=2}}}: Initial volume data of the wind component in the z-direction.
     525}}}
     526|----------------
     527{{{#!td style="vertical-align:top;width: 150px"
     528[=#init_atmosphere_s '''init_atmosphere_s''']//
     529(z,(y),(x))
     530}}}
     531{{{#!td style="vertical-align:top;width: 50px"
     532NC_FLOAT
     533}}}
     534{{{#!td style="vertical-align:top;width: 50px"
     5351, 2
     536}}}
     537{{{#!td
     538{{{lod=1}}}: Initial profile of any passive scalar. //
     539
     540{{{lod=2}}}: Initial volume data of any passive scalar.
     541
     542Input of this quantity becomes only effective if [../../inipar#passive_scalar passive_scalar] = ''.T.''. Please note, this quantity is currently not provided by [#inifor inifor].
     543}}}
     544|----------------
     545{{{#!td style="vertical-align:top;width: 150px"
     546[=#init_atmosphere_no '''init_atmosphere_no''']//
     547(z,(y),(x))
     548}}}
     549{{{#!td style="vertical-align:top;width: 50px"
     550NC_FLOAT
     551}}}
     552{{{#!td style="vertical-align:top;width: 50px"
     5531, 2
     554}}}
     555{{{#!td
     556{{{lod=1}}}: Initial profile of nitrogen monoxide. //
     557
     558{{{lod=2}}}: Initial volume data of nitrogen monoxide.
     559
     560Input of this quantity becomes only effective if the [../../chemistry_par chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     561}}}
     562|----------------
     563{{{#!td style="vertical-align:top;width: 150px"
     564[=#init_atmosphere_no2 '''init_atmosphere_no2''']//
     565(z,(y),(x))
     566}}}
     567{{{#!td style="vertical-align:top;width: 50px"
     568NC_FLOAT
     569}}}
     570{{{#!td style="vertical-align:top;width: 50px"
     5711, 2
     572}}}
     573{{{#!td
     574{{{lod=1}}}: Initial profile of nitrogen dioxide. //
     575
     576{{{lod=2}}}: Initial volume data of nitrogen dioxide.
     577
     578Input of this quantity becomes only effective if the [../../chemistry_par chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     579}}}
     580|----------------
     581{{{#!td style="vertical-align:top;width: 150px"
     582[=#init_atmosphere_no3 '''init_atmosphere_no3''']//
     583(z,(y),(x))
     584}}}
     585{{{#!td style="vertical-align:top;width: 50px"
     586NC_FLOAT
     587}}}
     588{{{#!td style="vertical-align:top;width: 50px"
     5891, 2
     590}}}
     591{{{#!td
     592{{{lod=1}}}: Initial profile of nitrate. //
     593
     594{{{lod=2}}}: Initial volume data of nitrate.
     595
     596Input of this quantity becomes only effective if the [../../chemistry_par chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     597}}}
     598|----------------
     599{{{#!td style="vertical-align:top;width: 150px"
     600[=#init_atmosphere_pm10 '''init_atmosphere_pm10''']//
     601(z,(y),(x))
     602}}}
     603{{{#!td style="vertical-align:top;width: 50px"
     604NC_FLOAT
     605}}}
     606{{{#!td style="vertical-align:top;width: 50px"
     6071, 2
     608}}}
     609{{{#!td
     610{{{lod=1}}}: Initial profile of PM10. //
     611
     612{{{lod=2}}}: Initial volume data of PM10.
     613
     614Input of this quantity becomes only effective if the [../../chemistry_par chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     615}}}
     616|----------------
     617{{{#!td style="vertical-align:top;width: 150px"
     618[=#init_atmosphere_hno3 '''init_atmosphere_hn03''']//
     619(z,(y),(x))
     620}}}
     621{{{#!td style="vertical-align:top;width: 50px"
     622NC_FLOAT
     623}}}
     624{{{#!td style="vertical-align:top;width: 50px"
     6251, 2
     626}}}
     627{{{#!td
     628{{{lod=1}}}: Initial profile of nitric acid. //
     629
     630{{{lod=2}}}: Initial volume data of nitric acid.
     631
     632Input of this quantity becomes only effective if the [../../chemistry_par chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     633}}}
     634|----------------
     635{{{#!td style="vertical-align:top;width: 150px"
     636[=#init_atmosphere_so4 '''init_atmosphere_so4''']//
     637(z,(y),(x))
     638}}}
     639{{{#!td style="vertical-align:top;width: 50px"
     640NC_FLOAT
     641}}}
     642{{{#!td style="vertical-align:top;width: 50px"
     6431, 2
     644}}}
     645{{{#!td
     646{{{lod=1}}}: Initial profile of sulfate. //
     647
     648{{{lod=2}}}: Initial volume data of sulfate.
     649
     650Input of this quantity becomes only effective if the [../../chemistry_par chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     651}}}
     652|----------------
     653{{{#!td style="vertical-align:top;width: 150px"
     654[=#init_atmosphere_yyy '''init_atmosphere_yyy''']//
     655(z,(y),(x))
     656}}}
     657{{{#!td style="vertical-align:top;width: 50px"
     658NC_FLOAT
     659}}}
     660{{{#!td style="vertical-align:top;width: 50px"
     6611, 2
     662}}}
     663{{{#!td
     664{{{lod=1}}}: Initial profile of any further species. //
     665
     666{{{lod=2}}}: Initial volume data of any further species.
     667
     668Input of this quantity becomes only effective if the [../../chemistry_par chemistry model] is switched on. Please note, this quantity is currently not provided by [#inifor inifor]. 
     669}}}
     670|----------------
     671{{{#!td style="vertical-align:top;width: 150px"
     672[=#init_soil_t '''init_soil_t''']//
     673(zsoil,(y),(x))
     674}}}
     675{{{#!td style="vertical-align:top;width: 50px"
     676NC_FLOAT
     677}}}
     678{{{#!td style="vertical-align:top;width: 50px"
     6791, 2
     680}}}
     681{{{#!td
     682{{{lod=1}}}: Initial vertical profile of soil temperature. //
     683
     684{{{lod=2}}}: Initial volume data of soil temperature.
     685
     686Input 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). 
     687Moreover, please note '''zsoil''' need to have the same dimensions as in the static input file
     688}}}
     689
    436690[=#rad_input '''Radiation input file''']
    437691