-
Notifications
You must be signed in to change notification settings - Fork 1
/
metadata.txt
32 lines (25 loc) · 1.68 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[general]
name=Linear Theory Orographic Precipitation
qgisMinimumVersion=3.0
description=Implements the Smith & Barstad (2004) LT model
version=4.0a1
author=Andy Aschwanden and Constantine Khrulev
about=This plugin implements the Linear Theory of Orographic Precipitation model by Smith and Barstad (2004). The model includes airflow dynamics, condensed water advection, and downslope evaporation. Vertically integrated steady-state governing equations for condensed water are solved using Fourier transform techniques. The precipitation field is computed quickly by multiplying the terrain transform by a wavenumber-dependent transfer function. The code is fast even for larger rasters if sufficient RAM is available. However, processing large rasters with insuffiecient RAM is very slow. Before using this plugin, please read the original manuscript of Smith and Barstad (2004) to understand the model physics and its limitations.
tracker=https://github.com/pism/LinearTheoryOrographicPrecipitation/issues
repository=https://github.com/pism/LinearTheoryOrographicPrecipitation
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
changelog=
4.0a1 - Rewriting classes and adding git pre-commits
3.1 - Replace the implementation, add a verification test
3.0 - Port to QGIS3 and moved to the PISM organization
# Tags are comma separated with spaces allowed
tags=numpy,precipitation,processing,python,raster
homepage=https://github.com/pism/LinearTheoryOrographicPrecipitation
category=Raster
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False