Changes between Version 96 and Version 97 of doc/app/iofiles/pids
- Timestamp:
- Jul 4, 2019 2:10:52 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/iofiles/pids
v96 v97 11 11 12 12 == How to create drivers == 13 You can use [ [attachment:create_simple_static_driver.py|this Python script]] as a starting point for creating your own static driver. 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.13 You can use [source:palm/trunk/SCRIPTS/create_basic_static_driver.py this python script] as a starting point for creating your own static driver. 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. 14 14 After reading the input files, PALM performs consistency checks on the provided data. 15 15