Changes between Version 94 and Version 95 of doc/app/iofiles/pids
- Timestamp:
- Jul 3, 2019 4:51:09 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/pids
v94 v95 3 3 PALM 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. 4 4 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.5 Input 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. 6 6 The static input file, indicated by the filename suffix _STATIC, contains all static information, such as topography, geographical latitude and longitude, surface and vegetation information. 7 7 The dynamic input file, indicated by the filename suffix _DYNAMIC, contains dynamic information on the initial state of the atmosphere or time-dependent boundary conditions. 8 8 The radiation input file, indicated by suffix _RAD, contains static and dynamic information on radiation properties such as trace gas profiles or sky-view factors. 9 9 The 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.10 The aerosol input file, indicated by suffix _SALSA (from the aerosol module name "SALSA"),contains aerosol emission information. 11 11 12 An example NCL-script to create a simple [[attachment:example_static|static input file]] can be found 12 == How to create drivers == 13 An example ncl-script to create a simple [[attachment:example_static|static input file]] can be found 13 14 [[attachment:example_driver_static.ncl|here]]. 14 15 To 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. 16 After reading the input files, PALM performs consistency checks on the provided data. 15 17 16 After reading the input files, PALM performs consistency checks on the provided data. 17 All applied input variables are listed and explained belowand additional remarks on restrictions and initialization are given.18 Please note, this documentation does not comprise all possible global a nd variables attributes, only those which are required for read by PALM.18 == Details of input files == 19 All applied input variables are listed and explained in the following pages and additional remarks on restrictions and initialization are given. 20 Please note, this documentation does not comprise all possible global attributes and variables, only those which are required by PALM. 19 21 More detailed information on variable attributes can be found in the [[attachment:PALM_input_data_standard_v1.9.pdf|PALM input data standard]]. 20 22 21 Follow the links below to go to the respective description 23 Follow the links below to go to the respective description: 22 24 * [./static static driver] \\ 23 25 * [./dynamic dynamic driver] \\