Skip to content
Snippets Groups Projects
Commit 9d36475f authored by Jean du Preez's avatar Jean du Preez
Browse files

Update README.md

parent c90e17e1
No related branches found
No related tags found
1 merge request!23Update readme
Scripts for processing of WRF-CHEM files to PALM dynamic driver.
**Scripts for processing of WRF-CHEM files to PALM dynamic driver.**
Version: v.1.0
The scripts are based on the (wrf-CAMx interface)[https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/wrf_interface]
The scripts are based on the [wrf-CAMx interface](https://palm.muk.uni-hannover.de/trac/wiki/doc/app/iofiles/wrf_interface)
Usage: palm_dynamic -c <config_name> [-w]
The optional parameter -w allows to skip horizontal and vertical
......@@ -16,11 +16,11 @@ palm_dynamic_init.py contains setting and calculation of standard
initialization values for particular system and can be adjusted.
Needed modules are:
- numpy (https://pypi.org/project/numpy)
- scipy (https://pypi.org/project/scipy)
- pyproj (https://pypi.org/project/pyproj)
- netCDF4 (https://pypi.org/project/netCDF4)
- metpy (https://unidata.github.io/MetPy)
- [numpy](https://pypi.org/project/numpy)
- [scipy](https://pypi.org/project/scipy)
- [pyproj](https://pypi.org/project/pyproj)
- [netCDF4](https://pypi.org/project/netCDF4)
- [metpy](https://unidata.github.io/MetPy)
In the current version, the only supported projection in WRF-CHEM is
Lambertiam conformal conic, which is WRF default and recommended projection for
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment