Changes between Version 94 and Version 95 of doc/app/iofiles/pids


Ignore:
Timestamp:
Jul 3, 2019 4:51:09 PM (6 years ago)
Author:
scharf
Comment:

--

Legend:

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

    v94 v95  
    33PALM provides a standardized way via the NetCDF data format to input e.g. global attributes, topography data or surface properties, vegetation properties, etc., as well as initialization data and boundary conditions for the prognostic variables.
    44
    5 Input variables are distinguished between [#static_input static], [#dynamic_input dynamic], [#rad_input radiation], [#chem_input chemistry] and [#salsa_input aerosol] input variables, while for each a separate input file exists.
     5Input variables are distinguished between [#./static static], [#./dynamic dynamic], [#./rad radiation], [#./chem chemistry], [#./aerosol aerosol] and [#./vm virtual measurements] input variables, while for each a separate input file exists.
    66The static input file, indicated by the filename suffix _STATIC, contains all static information, such as topography, geographical latitude and longitude, surface and vegetation information.
    77The dynamic input file, indicated by the filename suffix _DYNAMIC, contains dynamic information on the initial state of the atmosphere or time-dependent boundary conditions.
    88The radiation input file, indicated by suffix _RAD, contains static and dynamic information on radiation properties such as trace gas profiles or sky-view factors.
    99The chemistry input file, indicated by suffix _CHEM, contains static and dynamic information on chemical species and emissions.
    10 The aerosol input file, indicated by suffix _SALSA (from the [../../salsa aerosol module] name "SALSA"),contains aerosol emission information.
     10The aerosol input file, indicated by suffix _SALSA (from the aerosol module name "SALSA"),contains aerosol emission information.
    1111
    12 An example NCL-script to create a simple [[attachment:example_static|static input file]] can be found
     12== How to create drivers ==
     13An example ncl-script to create a simple [[attachment:example_static|static input file]] can be found
    1314[[attachment:example_driver_static.ncl|here]].
    1415To create a dynamic driver, PALM provides the pre-processing tool [wiki:doc/app/iofiles/inifor INIFOR], which extracts 1D/3D initialization data for the soil and atmosphere as well as boundary data for the PALM domain from DWD-COSMO output.
     16After reading the input files, PALM performs consistency checks on the provided data. 
    1517
    16 After reading the input files, PALM performs consistency checks on the provided data. 
    17 All applied input variables are listed and explained below and additional remarks on restrictions and initialization are given.
    18 Please note, this documentation does not comprise all possible global and variables attributes, only those which are required for read by PALM.
     18== Details of input files ==
     19All applied input variables are listed and explained in the following pages and additional remarks on restrictions and initialization are given.
     20Please note, this documentation does not comprise all possible global attributes and variables, only those which are required by PALM.
    1921More detailed information on variable attributes can be found in the [[attachment:PALM_input_data_standard_v1.9.pdf|PALM input data standard]].
    2022
    21 Follow the links below to go to the respective description 
     23Follow the links below to go to the respective description:
    2224* [./static static driver] \\
    2325* [./dynamic dynamic driver] \\