Changes between Version 112 and Version 113 of doc/app/iofiles/pids


Ignore:
Timestamp:
Dec 11, 2020 7:38:23 AM (5 years ago)
Author:
gronemeier
Comment:

--

Legend:

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

    v112 v113  
    22
    33== 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'''.
     4PALM 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'''.
    55
    66All available input variables are listed and explained in the following pages and additional remarks on restrictions and initialization are given.
     
    3737PALM comes with two tools that can help to create the static driver:
    3838
    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.
     391. 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.
    4040
    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 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].
     412. 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].
    4242
    4343== 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 extracts meteorological and chemical initialization and boundary data from WRF and CAMx outputs.
     44To 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.
    4545
    4646== 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.
     47To create a setup file for virtual measurements, you can use the tool [source:palm/trunk/SCRIPTS/palm_cvd palm_cvd].