Version 107 (modified by suehring, 5 years ago) (diff) |
---|
PALM Input Data Preparation
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.
Input variables are distinguished between static, dynamic, radiation, chemistry, aerosol and virtual measurements input variables, while for each a separate input file exists. 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. 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. 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. The chemistry input file, indicated by suffix _CHEM, contains static and dynamic information on chemical species and emissions. The aerosol input file, indicated by suffix _SALSA (from the aerosol module name "SALSA"),contains aerosol emission information.
How to create drivers
You can use this python script as a starting point for creating your own static driver. Also, the palm_csd tool can be used for this purpose (not documented yet). To create a dynamic driver, PALM provides the pre-processing tool 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. After reading the input files, PALM performs consistency checks on the provided data. To create a setup file for virtual measurements, you can use the palm_cvd script.
Details of input files
All applied input variables are listed and explained in the following pages and additional remarks on restrictions and initialization are given. Please note, this documentation does not comprise all possible global attributes and variables, only those which are required by PALM. More detailed information on variable attributes can be found in the PALM input data standard.
Follow the links below to go to the respective description:
Attachments (14)
-
example_static
(29.5 KB) -
added by suehring 7 years ago.
Example static input file
-
example_driver_static.ncl
(16.8 KB) -
added by suehring 7 years ago.
NCL-script to create example static input file
-
PALM_input_data_standard_v1.9.pdf
(198.6 KB) -
added by gronemeier 7 years ago.
PALM Input Data Standard, version 1.9; use for PALM rev3051 and above
- create_simple_static_driver.py (12.7 KB) - added by scharf 6 years ago.
- button_aerosol.png (22.3 KB) - added by scharf 6 years ago.
- button_chemistry.png (23.9 KB) - added by scharf 6 years ago.
- button_dynamic.png (27.3 KB) - added by scharf 6 years ago.
- button_radiation.png (20.0 KB) - added by scharf 6 years ago.
- button_static.png (25.4 KB) - added by scharf 6 years ago.
- button_virtualmeasurements.png (26.8 KB) - added by scharf 6 years ago.
-
PALM_input_data_standard_v1.10.pdf
(171.5 KB) -
added by maronga 5 years ago.
PALM input data standard v1.10
-
PALM_input_data_standard_v1.11.pdf
(177.3 KB) -
added by maronga 5 years ago.
PALM input data standard v1.11
-
PALM_input_data_standard_v1.12.pdf
(176.0 KB) -
added by maronga 5 years ago.
PALM input data standard v1.12
- PALM_input_data_standard.pdf (176.0 KB) - added by suehring 5 years ago.
Download all attachments as: .zip