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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%