Changes between Version 112 and Version 113 of doc/app/iofiles/pids
- Timestamp:
- Dec 11, 2020 7:38:23 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/pids
v112 v113 2 2 3 3 == PALM Input Data Standard (PIDS) == 4 PALM provides a standardized way 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 via the NetCDF data format. In the following, these files are referred to as so-called '''drivers'''.4 PALM provides a standardized way 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 via the netCDF data format. In the following, these files are referred to as so-called '''drivers'''. 5 5 6 6 All available input variables are listed and explained in the following pages and additional remarks on restrictions and initialization are given. … … 37 37 PALM comes with two tools that can help to create the static driver: 38 38 39 1. You can use the python script [source:palm/trunk/SCRIPTS/create_basic_static_driver.py create_ static_driver] as a starting point for creating your own static driver. The script contains an example how to populate the driver with generic topography.39 1. You can use the python script [source:palm/trunk/SCRIPTS/create_basic_static_driver.py create_basic_static_driver.py] as a starting point for creating your own static driver. The script contains an example how to populate the driver with generic topography. 40 40 41 2. The tool [source:palm/trunk/SCRIPTS/palm_csd palm_csd] tool has been developed in the course of [http://uc2-mosaik.org the MOSAIK project], and which allows to create comprehensive static driver files, but which relies on pre-processed NetCDF data. For the German cities of Berlin and Hamburgthe required data can be provided on request (hettrich@muk.uni-hannover.de). You can adapt the script for other cities. For a detailed documentation, see [./palm_csd palm_csd documentation].41 2. The [source:palm/trunk/SCRIPTS/palm_csd palm_csd] tool has been developed in the course of [http://uc2-mosaik.org the MOSAIK project], and allows to create comprehensive static driver files, but relies on pre-processed netCDF data. For the German cities of Berlin and Hamburg, the required data can be provided on request (hettrich@muk.uni-hannover.de). You can adapt the script for other cities. For a detailed documentation, see [./palm_csd palm_csd documentation]. 42 42 43 43 == Preparation of the dynamic driver == 44 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 and the tool [wiki:doc/app/iofiles/wrf_interface WRF interface], which extractsmeteorological and chemical initialization and boundary data from WRF and CAMx outputs.44 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. Alternatively, the tool [wiki:doc/app/iofiles/wrf_interface WRF interface] can be used to extract meteorological and chemical initialization and boundary data from WRF and CAMx outputs. 45 45 46 46 == Preparation of the virtual measurements driver == 47 To create a setup file for virtual measurements, you can use the [source:palm/trunk/SCRIPTS/palm_cvd palm_cvd] script.47 To create a setup file for virtual measurements, you can use the tool [source:palm/trunk/SCRIPTS/palm_cvd palm_cvd].