Get on Jureca via VM:
1.) login on jureca
      ssh jureca
2.) download 
      wget <sciebo-link> -O archive.zip
3.) extract file archive
      unzip archive.zip

Run FDS job scripts:
1.) change to one of the case folders
      cube3d, linear2d, sine2d
2.) run the jobscript
      sh do_all_jureca.sh
    
Run Python postprocessing scripts:
1.) load python modules including numpy etc.
      module load Python/2.7.13
      module load Intel/2017.2.174-GCC-5.40
      module load IntelMPI/2017.2.174
      module load SciPy-Stack/2017a-Python-2.7.13
2.) run postprocessing scripts from the script folders

Get data from Jureca on your machine via
  scp jureca:<PATH-JURECA> <PATH_YOUR_MACHINE>
Note: zip/tar your files first to improve performance
