Select Plot Configuration
Tempo v3
+Comparison of TempoV3 and Thompson microphysics and their sensitivity for select (inner) timsteps.
+diff --git a/doc/index.rst b/doc/index.rst deleted file mode 100644 index 94902242..00000000 --- a/doc/index.rst +++ /dev/null @@ -1,9 +0,0 @@ -Welcom to the SCM Workflow Users' Guide -======================================= - -.. toctree:: - :maxdepth: 2 - :numbered: - - Introduction - Running diff --git a/scripts/html/config_template.json b/docs/config_template.json similarity index 100% rename from scripts/html/config_template.json rename to docs/config_template.json diff --git a/scripts/html/generate_config.py b/docs/generate_config.py similarity index 90% rename from scripts/html/generate_config.py rename to docs/generate_config.py index e3ccf38e..b619e03e 100644 --- a/scripts/html/generate_config.py +++ b/docs/generate_config.py @@ -48,8 +48,8 @@ dt = d.split("_dt", 1)[1].split("_dti", 1)[0] dti = d.split("_dti", 1)[1] - dt_dti = f"{dt}_{dti}" - label = f"{dt}s / {dti}s" + dt_dti = f"dt{dt}_dti{dti}" + label = f"{dt} / {dti}" timesteps[dt_dti] = {"label": label} @@ -62,11 +62,11 @@ } config = { - "base_plot_dir": f"../../scm_plots/{PLOT_DIRNAME}", + "base_plot_dir": f"../scm_plots/{PLOT_DIRNAME}", "cases": cases } -config_path = os.path.join(SCRIPT_DIR,"config.json") +config_path = os.path.join(PLOT_ROOT,"config.json") with open(config_path, "w") as f: json.dump(config, f, indent=2) diff --git a/scripts/html/index.html b/docs/index.html similarity index 53% rename from scripts/html/index.html rename to docs/index.html index 6770f4e5..2d5a6b98 100644 --- a/scripts/html/index.html +++ b/docs/index.html @@ -13,10 +13,10 @@
Comparison of TempoV3 and Thompson microphysics and their sensitivity for select (inner) timsteps.
+