Skip to content

Commit

Permalink
Fixed incorrect palette name
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Jun 13, 2024
1 parent 89511c3 commit 6f00d9b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions arpav_ppcv/bootstrapper/coverage_configurations/cdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def generate_configurations(
netcdf_main_dataset_name="cdd",
thredds_url_pattern="ensembletwbc/std/clipped/eca_cdd_an_avgagree_{time_window}_{scenario}_{year_period}_ls_VFVGTAA.nc",
unit="gg",
palette="uncert-stippled/div-BrBg-inv",
palette="uncert-stippled/div-BrBG-inv",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -78,7 +78,7 @@ def generate_configurations(
netcdf_main_dataset_name="cdd",
thredds_url_pattern="indici5rcm/clipped/eca_cdd_an_EC-EARTH_CCLM4-8-17_{scenario}_{year_period}_{time_window}_ls_VFVGTAA.nc",
unit="gg",
palette="default/div-BrBg-inv",
palette="default/div-BrBG-inv",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -134,7 +134,7 @@ def generate_configurations(
netcdf_main_dataset_name="cdd",
thredds_url_pattern="indici5rcm/clipped/eca_cdd_an_EC-EARTH_RACMO22E_{scenario}_{year_period}_{time_window}_ls_VFVGTAA.nc",
unit="gg",
palette="default/div-BrBg-inv",
palette="default/div-BrBG-inv",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -190,7 +190,7 @@ def generate_configurations(
netcdf_main_dataset_name="cdd",
thredds_url_pattern="indici5rcm/clipped/eca_cdd_an_EC-EARTH_RCA4_{scenario}_{year_period}_{time_window}_ls_VFVGTAA.nc",
unit="gg",
palette="default/div-BrBg-inv",
palette="default/div-BrBG-inv",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -246,7 +246,7 @@ def generate_configurations(
netcdf_main_dataset_name="cdd",
thredds_url_pattern="indici5rcm/clipped/eca_cdd_an_HadGEM2-ES_RACMO22E_{scenario}_{year_period}_{time_window}_ls_VFVGTAA.nc",
unit="gg",
palette="default/div-BrBg-inv",
palette="default/div-BrBG-inv",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -302,7 +302,7 @@ def generate_configurations(
netcdf_main_dataset_name="cdd",
thredds_url_pattern="indici5rcm/clipped/eca_cdd_an_MPI-ESM-LR_REMO2009_{scenario}_{year_period}_{time_window}_ls_VFVGTAA.nc",
unit="gg",
palette="default/div-BrBg-inv",
palette="default/div-BrBG-inv",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down
24 changes: 12 additions & 12 deletions arpav_ppcv/bootstrapper/coverage_configurations/pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
thredds_url_pattern="ens5ym/clipped/pr_anom_pp_ts_{scenario}_{year_period}_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -100,7 +100,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
thredds_url_pattern="EC-EARTH_CCLM4-8-17ym/clipped/pr_EC-EARTH_CCLM4-8-17_{scenario}_{year_period}_anomaly_pp_percentage_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -146,7 +146,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
thredds_url_pattern="EC-EARTH_RACMO22Eym/clipped/pr_EC-EARTH_RACMO22E_{scenario}_{year_period}_anomaly_pp_percentage_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -192,7 +192,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
thredds_url_pattern="EC-EARTH_RCA4ym/clipped/pr_EC-EARTH_RCA4_{scenario}_{year_period}_anomaly_pp_percentage_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -238,7 +238,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
thredds_url_pattern="HadGEM2-ES_RACMO22Eym/clipped/pr_HadGEM2-ES_RACMO22E_{scenario}_{year_period}_anomaly_pp_percentage_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -284,7 +284,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
thredds_url_pattern="MPI-ESM-LR_REMO2009ym/clipped/pr_MPI-ESM-LR_REMO2009_{scenario}_{year_period}_anomaly_pp_percentage_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -1046,7 +1046,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
thredds_url_pattern="ensembletwbc/std/clipped/pr_avgagree_percentage_{time_window}_{scenario}_{year_period}_VFVGTAA.nc",
unit="%",
palette="uncert-stippled/div-BrBg",
palette="uncert-stippled/div-BrBG",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -1102,7 +1102,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
thredds_url_pattern="taspr5rcm/clipped/pr_EC-EARTH_CCLM4-8-17_{scenario}_seas_{time_window}_percentage_{year_period}_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -1158,7 +1158,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
thredds_url_pattern="taspr5rcm/clipped/pr_EC-EARTH_RACMO22E_{scenario}_seas_{time_window}_percentage_{year_period}_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -1214,7 +1214,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
thredds_url_pattern="taspr5rcm/clipped/pr_EC-EARTH_RCA4_{scenario}_seas_{time_window}_percentage_{year_period}_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -1270,7 +1270,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
thredds_url_pattern="taspr5rcm/clipped/pr_HadGEM2-ES_RACMO22E_{scenario}_seas_{time_window}_percentage_{year_period}_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down Expand Up @@ -1326,7 +1326,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
thredds_url_pattern="taspr5rcm/clipped/pr_MPI-ESM-LR_REMO2009_{scenario}_seas_{time_window}_percentage_{year_period}_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-40,
color_scale_max=40,
possible_values=[
Expand Down
12 changes: 6 additions & 6 deletions arpav_ppcv/bootstrapper/coverage_configurations/r95ptot.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def generate_configurations(
netcdf_main_dataset_name="r95ptot",
thredds_url_pattern="ensembletwbc/std/clipped/pr_change_cumulative_check_avgagree_{time_window}_{scenario}_{year_period}_VFVGTAA.nc",
unit="%",
palette="uncert-stippled/div-BrBg",
palette="uncert-stippled/div-BrBG",
color_scale_min=-160,
color_scale_max=160,
possible_values=[
Expand Down Expand Up @@ -78,7 +78,7 @@ def generate_configurations(
netcdf_main_dataset_name="r95ptot",
thredds_url_pattern="indici5rcm/clipped/pr_change_cumulative_EC-EARTH_CCLM4-8-17_{year_period}_{scenario}_{time_window}_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-160,
color_scale_max=160,
possible_values=[
Expand Down Expand Up @@ -134,7 +134,7 @@ def generate_configurations(
netcdf_main_dataset_name="r95ptot",
thredds_url_pattern="indici5rcm/clipped/pr_change_cumulative_EC-EARTH_RACMO22E_{year_period}_{scenario}_{time_window}_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-160,
color_scale_max=160,
possible_values=[
Expand Down Expand Up @@ -190,7 +190,7 @@ def generate_configurations(
netcdf_main_dataset_name="r95ptot",
thredds_url_pattern="indici5rcm/clipped/pr_change_cumulative_EC-EARTH_RCA4_{year_period}_{scenario}_{time_window}_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-160,
color_scale_max=160,
possible_values=[
Expand Down Expand Up @@ -246,7 +246,7 @@ def generate_configurations(
netcdf_main_dataset_name="r95ptot",
thredds_url_pattern="indici5rcm/clipped/pr_change_cumulative_HadGEM2-ES_RACMO22E_{year_period}_{scenario}_{time_window}_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-160,
color_scale_max=160,
possible_values=[
Expand Down Expand Up @@ -302,7 +302,7 @@ def generate_configurations(
netcdf_main_dataset_name="r95ptot",
thredds_url_pattern="indici5rcm/clipped/pr_change_cumulative_MPI-ESM-LR_REMO2009_{year_period}_{scenario}_{time_window}_VFVGTAA.nc",
unit="%",
palette="default/div-BrBg",
palette="default/div-BrBG",
color_scale_min=-160,
color_scale_max=160,
possible_values=[
Expand Down

0 comments on commit 6f00d9b

Please sign in to comment.