Skip to content

DeikeLab/jiarongw-postprocessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages