diff --git a/Exec/science/Detonation/shock_paper/README.md b/Exec/science/Detonation/shock_paper/README.md index 2b3d01f81b..cecf4e2236 100644 --- a/Exec/science/Detonation/shock_paper/README.md +++ b/Exec/science/Detonation/shock_paper/README.md @@ -24,5 +24,24 @@ the following resolutions into separate directories (using the you can set the value of the shock detection threshold there and the directory names will reflect that setting. +## plotting +The following scripts can make useful plots (some use the +`detonation.py` module as support): +* `det_speed_comp.py` : plot detonation speed vs. resolution, using + simple differencing to estimate the detonation speed from the last 3 + plotfiles. + +* `profile_compare.py` : given a list of pruns (from different + resolutions), make a plot showing all of their profiles together. + +* `profiles.py` : for a single run, plot profiles of T and enuc for + several times. + +* `show_shock_flag.py` : simply plot the shock variable on top of T + and enuc profiles. + +* `zoom_summary.py` : given a list of runs (from different + resolutions), plot the last plotfile from each run, zoomed in on + where the peak energy generation is.