-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CDAT Migration: Test
lat_lon
set with run script and debug any issu…
…es (#794)
- Loading branch information
1 parent
1a2de1c
commit a9163f7
Showing
31 changed files
with
3,538 additions
and
811 deletions.
There are no files selected for viewing
75 changes: 75 additions & 0 deletions
75
auxiliary_tools/cdat_regression_testing/792-lat-lon-run-script/792_lat_lon.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,75 @@ | ||
[#] | ||
sets = ["lat_lon"] | ||
case_id = "ERA5" | ||
variables = ["TREFHT"] | ||
regions = ["land"] | ||
ref_name = "ERA5" | ||
reference_name = "ERA5 Reanalysis" | ||
seasons = ["ANN"] | ||
contour_levels = [-35, -30, -25, -20, -15, -10, -5, 0, 5, 10, 15, 20, 25, 30, 35, 40] | ||
diff_levels = [-12, -8, -4, -2, -1, -0.5, 0.5, 1, 2, 4, 8, 12] | ||
regrid_method = "bilinear" | ||
|
||
# [#] | ||
# sets = ["lat_lon"] | ||
# case_id = "MERRA2" | ||
# variables = ["TREFHT"] | ||
# regions = ["land"] | ||
# ref_name = "MERRA2" | ||
# reference_name = "MERRA2 Reanalysis" | ||
# seasons = ["ANN"] | ||
# contour_levels = [-35, -30, -25, -20, -15, -10, -5, 0, 5, 10, 15, 20, 25, 30, 35, 40] | ||
# diff_levels = [-12, -8, -4, -2, -1, -0.5, 0.5, 1, 2, 4, 8, 12] | ||
# regrid_method = "bilinear" | ||
|
||
# [#] | ||
# sets = ["lat_lon"] | ||
# case_id = "Cloud MISR" | ||
# variables = ["CLDLOW_TAU1.3_9.4_MISR"] | ||
# ref_name = "MISRCOSP" | ||
# reference_name = "MISR Simulator" | ||
# seasons = ["ANN"] | ||
# test_colormap = "Blues" | ||
# reference_colormap = "Blues" | ||
# diff_colormap = "RdBu" | ||
# contour_levels = [5, 15, 25, 35, 45, 55, 65, 75, 85, 95] | ||
# diff_levels = [-30, -25, -20, -15, -10, -5, 5, 10, 15, 20, 25, 30] | ||
|
||
# [#] | ||
# sets = ["lat_lon"] | ||
# case_id = "Cloud MISR" | ||
# variables = ["CLDLOW_TAU1.3_MISR"] | ||
# ref_name = "MISRCOSP" | ||
# reference_name = "MISR Simulator" | ||
# seasons = ["ANN"] | ||
# test_colormap = "Blues" | ||
# reference_colormap = "Blues" | ||
# diff_colormap = "RdBu" | ||
# contour_levels = [5, 15, 25, 35, 45, 55, 65, 75, 85, 95] | ||
# diff_levels = [-30, -25, -20, -15, -10, -5, 5, 10, 15, 20, 25, 30] | ||
|
||
# [#] | ||
# sets = ["lat_lon"] | ||
# case_id = "Cloud MISR" | ||
# variables = ["CLDLOW_TAU9.4_MISR"] | ||
# ref_name = "MISRCOSP" | ||
# reference_name = "MISR Simulator" | ||
# seasons = ["ANN"] | ||
# test_colormap = "Blues" | ||
# reference_colormap = "Blues" | ||
# diff_colormap = "RdBu" | ||
# contour_levels = [5, 15, 25, 35, 45, 55, 65, 75, 85, 95] | ||
# diff_levels = [-30, -25, -20, -15, -10, -5, 5, 10, 15, 20, 25, 30] | ||
|
||
# [#] | ||
# sets = ["lat_lon"] | ||
# case_id = "Cloud MISR" | ||
# variables = ["CLDTOT_TAU1.3_MISR"] | ||
# ref_name = "MISRCOSP" | ||
# reference_name = "MISR Simulator" | ||
# seasons = ["ANN"] | ||
# test_colormap = "Blues" | ||
# reference_colormap = "Blues" | ||
# diff_colormap = "RdBu" | ||
# contour_levels = [5, 15, 25, 35, 45, 55, 65, 75, 85, 95] | ||
# diff_levels = [-30, -25, -20, -15, -10, -5, 5, 10, 15, 20, 25, 30] |
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.