Skip to content
/ P4UL Public
forked from mjsauvinen/P4UL

Pre- and Post-Processing Python Library for Urban LES Simulations

License

Notifications You must be signed in to change notification settings

monakurp/P4UL

This branch is 300 commits behind mjsauvinen/P4UL:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 26, 2019
Sep 26, 2019
Sep 26, 2019
Jun 11, 2020
Sep 26, 2019
Jun 10, 2020
Jun 11, 2020
Mar 28, 2020
Jun 10, 2020
Jun 8, 2017
Oct 9, 2017

Repository files navigation

README

What is this repository for?

  • This repository contains a wide range of python scripts for data pre- and post-processing.

How do I get set up?

############################ Mandatory steps to make the python-scripts work in Linux:

  1. Go to $HOME directory and clone the repository

cd $HOME

git clone https://github.com/mjsauvinen/P4UL.git

  1. Add to $HOME/.bashrc

export PATH=$HOME/P4UL:$PATH

export PATH=$HOME/P4UL/pyPlot:$PATH

export PATH=$HOME/P4UL/pyFootprint:$PATH

export PATH=$HOME/P4UL/pyRaster:$PATH

export PATH=$HOME/P4UL/pyUtils:$PATH

export PATH=$HOME/P4UL/pyFoam:$PATH

export PATH=$HOME/P4UL/pyAnalyze:$PATH

export PATH=$HOME/P4UL/pyMisc:$PATH

export PATH=$HOME/P4UL/pyNetCDF:$PATH

export PYTHONPATH=$HOME/P4UL/pyLib/:$PYTHONPATH

  1. While in $HOME/P4UL run the following command to make the programs executables:

chmod u+x py*/*.py

Now the scripts can be run everywhere in your system.

#########################

Who do I talk to?

  • Mikko Auvinen, University of Helsinki / Finnish Meteorological Institute.

#########################

Contributors
  • Mikko Auvinen, University of Helsinki / Finnish Meteorological Institute.

  • Sasu Karttunen, University of Helsinki

About

Pre- and Post-Processing Python Library for Urban LES Simulations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%