- This repository contains a wide range of python scripts for data pre- and post-processing.
############################ Mandatory steps to make the python-scripts work in Linux:
- Go to $HOME directory and clone the repository
cd $HOME
git clone https://github.com/mjsauvinen/P4UL.git
- 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
- 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.
#########################
- Mikko Auvinen, University of Helsinki / Finnish Meteorological Institute.
#########################
-
Mikko Auvinen, University of Helsinki / Finnish Meteorological Institute.
-
Sasu Karttunen, University of Helsinki