From 6032ce54525cf19cbc0f71977036662e94777616 Mon Sep 17 00:00:00 2001 From: ignis Date: Tue, 23 Mar 2021 17:35:40 +0900 Subject: [PATCH] tabulate file list --- README.md | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 912cdeb..c12f2af 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,25 @@ # File Descriptions -run_in_case_dir.sh All-in-one script - -Compact.f90 Compact FD scheme implemented in Fortran -pycompact.py python wrapper class -compact_doc.py print docstrings in f2py generated interface - -dnstool.py library for DNS postprocessing - -binning_v_given_c.py calculate conditional mean by data binning -concatenate_cmean.py concatenate all data binning results - -extract_all.py extract time and space dependent u, c, ddxc fields to single files -extract_c.py extract only c -extract_ddxc.py extract only ddxc -extract_u.py extract only u - -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 -p_u_given_c.py calculate conditional pdf of u given c using fastKDE - -sbatch-job-binning-ddxc-array slurm sbatch script +| header | header | +| ------ | ------ | +| run_in_case_dir.sh | All-in-one script | +| ------ | ------ | +| Compact.f90 | Compact FD scheme implemented in Fortran | +| pycompact.py | python wrapper class | +| compact_doc.py | print docstrings in f2py generated interface | +| ------ | ------ | +| dnstool.py | library for DNS postprocessing | +| ------ | ------ | +| binning_v_given_c.py | calculate conditional mean by data binning | +| concatenate_cmean.py | concatenate all data binning results | +| ------ | ------ | +| extract_all.py | extract time and space dependent u, c, ddxc fields to single files | +| extract_c.py | extract only c | +| extract_ddxc.py | extract only ddxc | +| extract_u.py | extract only u | +| ------ | ------ | +| 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 | +| p_u_given_c.py | calculate conditional pdf of u given c using fastKDE | +| ------ | ------ | +| sbatch-job-binning-ddxc-array | slurm sbatch script |