Skip to content

Commit

Permalink
Modified bootstrap config of forecast pr in order to have correct val…
Browse files Browse the repository at this point in the history
…ues for unit and colorscale min/max (#307)
  • Loading branch information
ricardogsilva authored Nov 21, 2024
1 parent 898feab commit 9b4cc31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions arpav_ppcv/bootstrapper/coverage_configurations/forecast/pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,10 +896,10 @@ def generate_configurations(
wms_main_layer_name="pr",
netcdf_main_dataset_name="pr",
thredds_url_pattern="EC-EARTH_CCLM4-8-17ymbc/clipped/pr_EC-EARTH_CCLM4-8-17_{scenario}_ts_ls_VFVGTAA.nc",
unit_english="%",
unit_english="mm",
palette="default/seq-BuYl-inv",
color_scale_min=0,
color_scale_max=800,
color_scale_max=3200,
data_precision=_DATA_PRECISION,
possible_values=[
ConfigurationParameterPossibleValueCreate(
Expand Down Expand Up @@ -1049,7 +1049,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
wms_main_layer_name="pr",
thredds_url_pattern="EC-EARTH_RACMO22Eymbc/clipped/pr_EC-EARTH_RACMO22E_{scenario}_ts_ls_VFVGTAA.nc",
unit_english="%",
unit_english="mm",
palette="default/seq-BuYl-inv",
color_scale_min=0,
color_scale_max=3200,
Expand Down Expand Up @@ -1199,7 +1199,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
wms_main_layer_name="pr",
thredds_url_pattern="EC-EARTH_RCA4ymbc/clipped/pr_EC-EARTH_RCA4_{scenario}_ts_ls_VFVGTAA.nc",
unit_english="%",
unit_english="mm",
palette="default/seq-BuYl-inv",
color_scale_min=0,
color_scale_max=3200,
Expand Down Expand Up @@ -1349,7 +1349,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
wms_main_layer_name="pr",
thredds_url_pattern="HadGEM2-ES_RACMO22Eymbc/clipped/pr_HadGEM2-ES_RACMO22E_{scenario}_ts_ls_VFVGTAA.nc",
unit_english="%",
unit_english="mm",
palette="default/seq-BuYl-inv",
color_scale_min=0,
color_scale_max=3200,
Expand Down Expand Up @@ -1502,7 +1502,7 @@ def generate_configurations(
netcdf_main_dataset_name="pr",
wms_main_layer_name="pr",
thredds_url_pattern="MPI-ESM-LR_REMO2009ymbc/clipped/pr_MPI-ESM-LR_REMO2009_{scenario}_ts_ls_VFVGTAA.nc",
unit_english="%",
unit_english="mm",
palette="default/seq-BuYl-inv",
color_scale_min=0,
color_scale_max=3200,
Expand Down

0 comments on commit 9b4cc31

Please sign in to comment.