Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 845 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 845 Bytes

This is the repository for postprocessing

The basic structure is that the common functions are put under the /functions directory. Other project specific and on-the fly functions are put under their respective project directories, i.e. /turbulence, /windwave and /breaking.

./functions

Where functions are stored. Should

sys.path.append('/home/jiarong/research/postprocessing/functions/')

so that functions can be found.

Files with capital letter contains classes, while files with lowercase letter can be called without an instance.

./each_project

Where project specific jupyter notebooks are. Including ./windwave ./breaking and ./turbulence

./media

Scripts that deal with video converting etc.

./doc

Documentation generated with sphinx. To be added.

Old Folders

./Matlab and ./Notebook Can be ignored.