Skip to content

Commit

Permalink
added things
Browse files Browse the repository at this point in the history
  • Loading branch information
biglimp committed Mar 27, 2023
1 parent efc8c99 commit 5fc6525
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 113 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _URockAnalyzer:

Urban Wind Field: URock Analyzer
Urban Wind Fields: URock Analyzer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. note:: This plugin is still experimental. Please report any issues to our `code repository <https://github.com/UMEP-dev/UMEP>`__.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. _URockPrepare:

Urban Wind Field: URock Prepare
Spatial Data: URock Prepare
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Contributor:
.. list-table::
Expand Down
107 changes: 0 additions & 107 deletions docs/source/processor/Urban Wind Filed URock.rst

This file was deleted.

13 changes: 9 additions & 4 deletions docs/source/processor/Wind model URock.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _URock:

Wind model: URock
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Urban Wind Fields: URock
~~~~~~~~~~~~~~~~~~~~~~~~
* Contributor:
.. list-table::
:widths: 50 50
Expand All @@ -20,8 +20,7 @@ Wind model: URock
The **URock** plugin can be used to calculate spatial variations of wind speed and wind direction in 3 dimensions using 2.5D building and vegetation data. The methodology originates from Röckle (1990), has been implemented in proprietary softwares such as QUIC-URB (Brown et al., 2013) or SkyHelios (Fröhlich and Matzarakis, 2018) and is further described in (Bernard et al., 2023 - not published). The current version of the model is 2023a.

* Related Preprocessors
`MetPreprocessor`, `ERA5`, `VectorGenerator`

`MetPreprocessor`, `ERA5`, `URockPrepare`

* Dialog box
.. figure:: /images/URock_v2023a.png
Expand All @@ -39,6 +38,8 @@ Wind model: URock
- Spatial input data containing buildings as 2.5D vector data
* - Building height field
- Name of the attribute used to store building height (considered as flat roof)
* - Building ID field (optional)
- Name of the attribute used to store building ID
* - Vegetation polygons (optional)
- Spatial input data containing buildings as 2.5D vector data
* - Vegetation crown top height (optional)
Expand All @@ -47,6 +48,8 @@ Wind model: URock
- Name of the attribute used to store the height of the bottom of the vegetation crown (the default is set to 25% of the crown top height)
* - Vegetation wind attenuation factor (optional)
- Name of the attribute used to store the vegetation factor attenuation (the default is set to 1.00 - Larch plantation - for more values refer to Cionco et al. (1978))
* - Vegetation ID field (optional)
- Name of the attribute used to store vegetation ID
* - Vertical wind profile file (.csv) (optional)
- Text file containing the vertical wind profile. It consists in two columns and no header: 1st column contain measurement height (m), 2nd column the corresponding wind speed (m/s)
* - Vertical wind profile type (optional)
Expand All @@ -73,6 +76,8 @@ Wind model: URock
- For each height specified in 'Output wind height', the horizontal variation of the wind field is saved in a vector file
* - Save 2D wind speed in a NetCDF file
- Save the URock output in a NetCDF file split into two groups containing: (i) 3D wind field for the whole domain, (ii) the vertical wind speed profile used as input
* - String to prefix the output
- Save the URock output in a NetCDF file split into two groups containing: (i) 3D wind field for the whole domain, (ii) the vertical wind speed profile used as input
* - Java environment path (should be set automatically)
- Java is used for some calculation and Python needs to know what is the Java environment path on your computer (a default value should be identified automatically)
* - Directory to save the outputs
Expand Down

0 comments on commit 5fc6525

Please sign in to comment.