-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate
index.html
at top-level of results directory
- Loading branch information
1 parent
47ef624
commit 83f1291
Showing
5 changed files
with
35 additions
and
9 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
auxiliary_tools/cdat_regression_testing/562-index-html/562_index_html.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[#] | ||
sets = ["polar"] | ||
case_id = "GPCP_v3.2" | ||
variables = ["PRECT"] | ||
ref_name = "GPCP_v3.2" | ||
reference_name = "GPCP v2.2" | ||
seasons = ["ANN", "DJF", "MAM", "JJA", "SON"] | ||
regions = ["polar_S"] | ||
test_colormap = "WhiteBlueGreenYellowRed.rgb" | ||
reference_colormap = "WhiteBlueGreenYellowRed.rgb" | ||
diff_colormap = "BrBG" | ||
contour_levels = [0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5] | ||
diff_levels = [-2, -1.5, -1, -0.75, -0.5, -0.25, 0.25, 0.5, 0.75, 1, 1.5, 2] |
11 changes: 11 additions & 0 deletions
11
auxiliary_tools/cdat_regression_testing/562-index-html/run_script.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# python -m auxiliary_tools.cdat_regression_testing.792-lat-lon-run-script.792_lat_lon_run_script | ||
from auxiliary_tools.cdat_regression_testing.base_run_script import run_set | ||
|
||
SET_NAME = "polar" | ||
SET_DIR = "562-index-html" | ||
# CFG_PATH: str | None = None | ||
CFG_PATH: str | None = "auxiliary_tools/cdat_regression_testing/562-index-html/562_index_html.cfg" | ||
MULTIPROCESSING = False | ||
|
||
# %% | ||
run_set(SET_NAME, SET_DIR, CFG_PATH, MULTIPROCESSING) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters