-
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.
CDAT Migration Phase 2: Refactor
zonal_mean_2d()
and `zonal_mean_2d…
…_stratosphere()` sets (#774)
- Loading branch information
1 parent
34beaa6
commit 0237c08
Showing
21 changed files
with
2,277 additions
and
815 deletions.
There are no files selected for viewing
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
520 changes: 520 additions & 0 deletions
520
.../cdat_regression_testing/655-zonal-mean-2d/655_zonal_mean_2d_regression_test_netcdf.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
auxiliary_tools/cdat_regression_testing/655-zonal-mean-2d/655_zonal_mean_2d_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,6 @@ | ||
from auxiliary_tools.cdat_regression_testing.base_run_script import run_set | ||
|
||
SET_NAME = "zonal_mean_2d" | ||
SET_DIR = "655-zonal-mean-2d" | ||
|
||
run_set(SET_NAME, SET_DIR) |
556 changes: 556 additions & 0 deletions
556
...ion_testing/655-zonal-mean-2d/655_zonal_mean_2d_stratosphere_regression_test_netcdf.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
...ls/cdat_regression_testing/655-zonal-mean-2d/655_zonal_mean_2d_stratosphere_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,6 @@ | ||
from auxiliary_tools.cdat_regression_testing.base_run_script import run_set | ||
|
||
SET_NAME = "zonal_mean_2d_stratosphere" | ||
SET_DIR = "655-zonal-mean-2d-stratosphere" | ||
|
||
run_set(SET_NAME, SET_DIR) |
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
Oops, something went wrong.