Skip to content

Commit

Permalink
Update cfg files (#830)
Browse files Browse the repository at this point in the history
* updateAODVIS obs in annual_cycle_zonal_mean

* fix_iss_810
  • Loading branch information
chengzhuzhang authored Jul 25, 2024
1 parent ff43931 commit b77d681
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,14 +380,24 @@ reference_name = "MERRA2 Reanalysis"
contour_levels = [5, 10, 15, 20, 25, 30, 35, 40, 45, 50, 55, 60]
diff_levels = [-12, -9, -6, -4, -3, -2, -1, 1, 2, 3, 4, 6, 9, 12]


[#]
sets = ["annual_cycle_zonal_mean"]
case_id = "MERRA2_Aerosols"
variables = ["AODVIS"]
ref_name = "MERRA2_Aerosols"
reference_name = "MERRA2 Aerosols"
test_colormap = "Oranges"
reference_colormap = "Oranges"
diff_colormap = "BrBG_r"
contour_levels = [0., 0.05, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.1, 1.2]
diff_levels = [-0.5, -0.4, -0.3, -0.2, -0.1, -0.05, -0.02, 0.02, 0.05, 0.1, 0.2, 0.3, 0.4, 0.5]

[#]
sets = ["annual_cycle_zonal_mean"]
case_id = "AOD_550"
case_id = "MACv2"
variables = ["AODVIS"]
ref_name = "AOD_550"
reference_name = "AERONET-composite AOD"
ref_name = "MACv2"
reference_name = "Max-Planck Aerosol climatology (MACv2)"
test_colormap = "Oranges"
reference_colormap = "Oranges"
diff_colormap = "BrBG_r"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sets = ["zonal_mean_xy"]
case_id = "GPCP_v3.2"
variables = ["PRECT"]
ref_name = "GPCP_v3.2"
reference_name = "GPCP v2.2"
reference_name = "GPCP v3.2"
seasons = ["ANN", "01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "DJF", "MAM", "JJA", "SON"]
regions = ["global"]

Expand Down

0 comments on commit b77d681

Please sign in to comment.