tabulate file list
This commit is contained in:
parent
566aa42f6c
commit
6032ce5452
1 changed files with 23 additions and 21 deletions
44
README.md
44
README.md
|
|
@ -1,23 +1,25 @@
|
||||||
# File Descriptions
|
# File Descriptions
|
||||||
|
|
||||||
run_in_case_dir.sh All-in-one script
|
| header | header |
|
||||||
|
| ------ | ------ |
|
||||||
Compact.f90 Compact FD scheme implemented in Fortran
|
| run_in_case_dir.sh | All-in-one script |
|
||||||
pycompact.py python wrapper class
|
| ------ | ------ |
|
||||||
compact_doc.py print docstrings in f2py generated interface
|
| Compact.f90 | Compact FD scheme implemented in Fortran |
|
||||||
|
| pycompact.py | python wrapper class |
|
||||||
dnstool.py library for DNS postprocessing
|
| compact_doc.py | print docstrings in f2py generated interface |
|
||||||
|
| ------ | ------ |
|
||||||
binning_v_given_c.py calculate conditional mean by data binning
|
| dnstool.py | library for DNS postprocessing |
|
||||||
concatenate_cmean.py concatenate all data binning results
|
| ------ | ------ |
|
||||||
|
| binning_v_given_c.py | calculate conditional mean by data binning |
|
||||||
extract_all.py extract time and space dependent u, c, ddxc fields to single files
|
| concatenate_cmean.py | concatenate all data binning results |
|
||||||
extract_c.py extract only c
|
| ------ | ------ |
|
||||||
extract_ddxc.py extract only ddxc
|
| extract_all.py | extract time and space dependent u, c, ddxc fields to single files |
|
||||||
extract_u.py extract only u
|
| extract_c.py | extract only c |
|
||||||
|
| extract_ddxc.py | extract only ddxc |
|
||||||
fluctuation_product_u_ddxc.py calculate product of conditional fluctuation field
|
| extract_u.py | extract only u |
|
||||||
p_ddxc_given_c.py calculate conditional pdf of ddxc given c using fastKDE
|
| ------ | ------ |
|
||||||
p_u_given_c.py calculate conditional pdf of u given c using fastKDE
|
| fluctuation_product_u_ddxc.py | calculate product of conditional fluctuation field |
|
||||||
|
| p_ddxc_given_c.py | calculate conditional pdf of ddxc given c using fastKDE |
|
||||||
sbatch-job-binning-ddxc-array slurm sbatch script
|
| p_u_given_c.py | calculate conditional pdf of u given c using fastKDE |
|
||||||
|
| ------ | ------ |
|
||||||
|
| sbatch-job-binning-ddxc-array | slurm sbatch script |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue