-freva-plugin heat2urbanimpact region=Hamburg experiment=ssp245-gwl2k models=ec-earth-consortium-ec-earth3-veg-clmcom-btu-icon-2-6-5-rc-nukleus-x2yn2-v1 output_units=true output_file_type=nc mask_type=none mask_method=centres plot_map=true pre_process_function=pre_proc caption="Heat2UrbanImpact production test from CI piepline https://gitlab.dkrz.de/ch1187/plugins4freva/heat2urbanimpact/-/jobs/$CI_JOB_ID" -vvv
-freva-plugin heat2urbanimpact_do_not_use region=Hamburg experiment=ssp245-gwl2k models=ec-earth-consortium-ec-earth3-veg-clmcom-btu-icon-2-6-5-rc-nukleus-x2yn2-v1 output_units=true output_file_type=nc mask_type=none mask_method=centres plot_map=true pre_process_function=pre_proc caption="Heat2UrbanImpact production test from CI piepline https://gitlab.dkrz.de/ch1187/plugins4freva/heat2urbanimpact/-/jobs/$CI_JOB_ID" -vvv
-mkdir -p build/prod_test
-REGIKLIM_JOB_ID=$(ls -t /work/$ACCOUNT/regiklim-work/$GITLAB_USER_LOGIN/regiklim-ces/output/heat2urbanimpact/ | head -n 1)
@@ -37,7 +37,7 @@ class Heat2UrbanImpact(plugin.PluginAbstract):
# Version of the Heat2UrbanImpact plugin (major, minor, patch) * Mandatory
__version__=(2024,11,0)
# Short Description of the Heat2UrbanImpact plugin * Mandatory
__short_description__:str="Preprocessed time series of heat periods from RCM data for urban impact models."
__short_description__:str="ATTENTION: THIS PLUGIN IS LOCATED HERE ONLY FOR DEVELOPMENT PURPOSES. PLEASE DON'T USE IT FOR THE RESEARCH AIMS. \n\nPreprocessed time series of heat periods from RCM data for urban impact models."
# Optional category this plugin belongs to
__category__:Optional[str]="Time Series"
# Optional tags, that are the plugin can be described with and found by
...
...
@@ -50,7 +50,7 @@ class Heat2UrbanImpact(plugin.PluginAbstract):
# Optional long description of the author of the plugin
__long_description__:Optional[
str
]="This plugin extracts the development of the atmospheric temperature stratification during a specified heat/warm period from regional climate model data and tailors the data for the usage in urban impact models. For a selectable region of interest and period of time this plugin returns hourly temperature data at different layers/hights in a directly usable format (format specification). This plugin is based on the NUKLEUS ensemble of 3km horizontal grid."
]="ATTENTION: THIS PLUGIN IS LOCATED HERE ONLY FOR DEVELOPMENT PURPOSES. PLEASE DON'T USE IT FOR THE RESEARCH AIMS. \n\nThis plugin extracts the development of the atmospheric temperature stratification during a specified heat/warm period from regional climate model data and tailors the data for the usage in urban impact models. For a selectable region of interest and period of time this plugin returns hourly temperature data at different layers/hights in a directly usable format (format specification). This plugin is based on the NUKLEUS ensemble of 3km horizontal grid."
help="Select the exceptionality of the heat/warm period by selecting percentiles of temperature probability distribution. Default is the 95th percentile. IT'S NOT IMPLEMENTED YET.",