Skip to content
Snippets Groups Projects

Refactor

Merged Martin Bergemann requested to merge refactor into main
1 file
+ 10
10
Compare changes
  • Side-by-side
  • Inline
+ 10
10
@@ -41,8 +41,8 @@ and downloadable data sets."""
"Enter a geo reference data file defining "
"your region of interest. You can either enter a path on the "
"HPC system or a web url pointing to the geo reference data."
"If you don't have a shape file, select a region in the select"
" menu below (Region name)."
"If you don't have a geo reference data file, select a region "
" in the select menu below (Region name)."
),
default=None,
),
@@ -52,8 +52,8 @@ and downloadable data sets."""
options={mun: mun for mun in ["Germany"] + sorted(MUNICIPALITIES)},
help=(
"Select your region of interest fom a list of German "
"municipalities if you have not entered a shape file above "
"(geo reference file). This selection has only effect if you "
"municipalities if you have not entered a geo reference data file"
" (shape file). This selection has only effect if you "
"don't chose a shape file Selecting 'Germany' will use all "
"municipalities."
),
@@ -75,7 +75,7 @@ and downloadable data sets."""
"Set the global warming level in degrees Celsius. This is the "
"future scenario equivalent of the `begin_historical` key. "
"The only difference is that you don't have to choose a year "
"the future scenario is based on a global warming level. "
"as the future scenario is based on a global warming level. "
"This way all models will be based on the same global warming "
"signal, while the actual year when a given warming signal "
"occurs varies."
@@ -86,7 +86,7 @@ and downloadable data sets."""
mandatory=False,
default=30,
help=(
"The plugin calculates spatio- temporal averages. Select the "
"The plugin calculates spatio-temporal averages. Select the "
"number of years the averaging process is based on."
),
),
@@ -97,7 +97,7 @@ and downloadable data sets."""
default="eur-11",
help=(
"Define your regional climate model ensemble: Select the "
"climate change scenario. "
"climate model parent product."
),
max_items=1,
predefined_facets={"project": ["cordex", "nukleus", "cordex-nukleus"]},
@@ -129,7 +129,7 @@ and downloadable data sets."""
"(multiple) climate models. A larger ensemble can improve "
"the robustness of the results. If you leave this field empty,"
" an ensemble with 25 selected members will be taken. "
" This ensemble is designed by nukleus to represent to "
" This ensemble is designed by nukleus to "
"represent Germany's climate as best as possible following "
"specific criteria."
),
@@ -156,7 +156,7 @@ and downloadable data sets."""
"`centres` selects points where only gird-cell centres are "
"within the polygon of the region. `corners` selects "
"grid-cells where any of the 4 gird-cell corners lie within "
"the polygon of the shape region, select `corners` if you want"
"the polygon of the shape region. Select `corners` if you want"
" to be the region selection less restrictive."
),
),
@@ -167,7 +167,7 @@ and downloadable data sets."""
"Set this switch to True to abort the plugin application "
"if data for a certain ensemble member can't be read "
"(because of corrupted files). Otherwise a member with "
"to many corrupted files will be skipped (default)."
"too many corrupted files will be skipped (default)."
),
),
)
Loading