Skip to content
Snippets Groups Projects
Commit 758d8b20 authored by Bianca Wentzel's avatar Bianca Wentzel
Browse files

Added Beta version to description

parent 9e146365
No related branches found
No related tags found
1 merge request!9Two quick fixes
Pipeline #102055 passed
......@@ -45,7 +45,7 @@ class PET(plugin.PluginAbstract):
__version__ = (2025, 1, 28)
__short_description__: str = (
"Calculation of daily Potential Evatransporation"
"(BETA version) Calculation of daily Potential Evatransporation"
)
__category__: Optional[str] = "postproc"
__tags__: Optional[List[str]] = ["Potential Evatranspiration"]
......@@ -137,7 +137,7 @@ class PET(plugin.PluginAbstract):
),
String(
name="region",
mandatory=True,
mandatory=False,
default=None,
help="Region box to be processed. The format have to be W,E,S,N (e.g. -180,180,0,90 for NH).\nLeave empty to select the region from input grid."
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment