-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added function to compute turbulence using PyTDA
- Loading branch information
fvj
committed
Sep 30, 2019
1 parent
fc354fd
commit 5b3f8a7
Showing
22 changed files
with
666 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
# Name of this configuration: | ||
# Will be used in product generation save path | ||
name STRING rad4alp_turbulence_PLA | ||
|
||
# --------------------------------------------------------- | ||
# Raw data pathes | ||
# --------------------------------------------------------- | ||
|
||
# Base path of the raw data. | ||
# Note: Must have a trailing '/' | ||
# ('<datapath>/<scanname>/<YYYY-MM-DD>/<YYYYMMDDHHMMSS00datatype>.<ext>') | ||
datapath STRING /store/msrad/radar/rad4alp/rawdata/ | ||
|
||
# Base path for cosmo data | ||
cosmopath STRING /store/msrad/cosmo/cosmo1/ | ||
|
||
# Loading of saved datasets | ||
loadbasepath STRING /store/msrad/radar/pyrad_products/ | ||
loadname STRING rad4alp_turbulence_PLA | ||
|
||
# ------------------------------------------------------------ | ||
# Auxiliary data pathes | ||
# ------------------------------------------------------------ | ||
# Base path for swissmetnet data | ||
smnpath STRING /data/meteo_products/SMNRetrieve/ | ||
|
||
# Base path for disdrometer data | ||
disdropath STRING /data/scattering/dsd_ts/ | ||
|
||
# -------------------------------------------- | ||
# Output data | ||
# -------------------------------------------- | ||
saveimgbasepath STRING /store/msrad/radar/pyrad_products/ | ||
# Supported formats: eps, jpeg, jpg, pdf, pgf, png, ps, raw, rgba, svg, svgz, tif, tiff | ||
imgformat STRING png | ||
|
||
# -------------------------------------------------------- | ||
# configuration files pathes | ||
# -------------------------------------------------------- | ||
|
||
# Base path of configuration files | ||
configpath STRING $HOME/pyrad/config/ | ||
|
||
# Configuration of the radar location and approach direction | ||
locationConfigFile STRING $HOME/pyrad/config/processing/rad4alp_turbulence_PLA_loc.txt | ||
|
||
# Configuration of the product generation | ||
productConfigFile STRING $HOME/pyrad/config/processing/rad4alp_turbulence_PLA_prod.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
# | ||
# Configuration for PARADISO tests at the airport Payerne | ||
|
||
# Number of radars to process | ||
NumRadars INT 1 | ||
|
||
# Time tolerance when processing multiple radars [s] | ||
TimeTol FLOAT 3600. | ||
|
||
# rad4alp radar name | ||
RadarName STRARR 1 | ||
A | ||
|
||
# rad4alp radar range resolution L:Low H:High | ||
RadarRes STRARR 1 | ||
L | ||
|
||
# Names of the radar scans in the specified sector | ||
ScanList STRARR 20 | ||
001 # masterscan: first scan of a volume | ||
002 | ||
003 | ||
004 | ||
005 | ||
006 | ||
007 | ||
008 | ||
009 | ||
010 | ||
011 | ||
012 | ||
013 | ||
014 | ||
015 | ||
016 | ||
017 | ||
018 | ||
019 | ||
020 | ||
|
||
|
||
# angles from 001 to 020 | ||
# ['-0.2', '0.4', '1.0', '1.6', '2.5', '3.5', '4.5', '5.5', '6.5', '7.5', | ||
# '8.5', '9.5', '11.0', '13.0', '16.0', '20.0', '25.0', '30.0', '35.0', '40.0'] | ||
|
||
|
||
# Repetition time of the scans [min] | ||
ScanPeriod INT 5 | ||
|
||
# Frequency of cosmo run [h] | ||
CosmoRunFreq INT 3 | ||
|
||
# hours forecasted in cosmo run [h] | ||
CosmoForecasted INT 7 | ||
|
||
# radar constant | ||
radconsth FLOAT 71.67 | ||
radconstv FLOAT 72.27 | ||
|
||
# radar constant h, v (20141125) | ||
# A 72.78, 72.98 | ||
# D 73.88, 73.88 | ||
# L 72.57, 72.12 | ||
# P 73.20, 73.23 | ||
|
||
# radar constant h, v (20150127) | ||
# A 71.67, 72.27 | ||
# D 73.23, 73.33 | ||
# L 72.53, 72.08 | ||
# P 72.68, 72.71 | ||
|
||
# matching filter losses | ||
mflossh FLOAT 1. | ||
mflossv FLOAT 1. | ||
|
||
# gas attenuation coefficient (1-way attenuation) | ||
# the coefficient is actually that of S-band but this is the one used operationally for rad4alp radars | ||
attg FLOAT 0.008 | ||
|
||
# azimuth tolerance when azimuth may be variable | ||
AzimTol FLOAT 0.4 | ||
|
||
# Image config | ||
ppiImageConfig STRUCT 8 | ||
xsize FLOAT 10. # image size [inches] (default dots per inch (dpi):72) | ||
ysize FLOAT 8. # image size [inches] (default dots per inch (dpi):72) | ||
xmin FLOAT -100.0 # Min distance on horizontal axis [km] | ||
xmax FLOAT 100.0 # Max distance on horizontal axis [km] | ||
ymin FLOAT -100.0 # Min distance on vertical axis [km] | ||
ymax FLOAT 100.0 # Max distance on vertical axis [km] | ||
rngRing FLOAT 20.0 # distance between range rings (0 no range ring) [km] | ||
dpi INT 72 # dots per inch (72 web quality, 300 print quality) | ||
|
||
rhiImageConfig STRUCT 7 | ||
xsize FLOAT 10. # image size [inches] | ||
ysize FLOAT 5. # image size [inches] | ||
xmin FLOAT 0.0 # Min distance on horizontal axis [km] | ||
xmax FLOAT 100.0 # Max distance on horizontal axis [km] | ||
ymin FLOAT 0.0 # Min distance on vertical axis [km] | ||
ymax FLOAT 12.0 # Max distance on vertical axis [km] | ||
dpi INT 72 # dots per inch (72 web quality, 300 print quality) | ||
|
||
ppiMapImageConfig STRUCT 10 | ||
rngRing FLOAT 20.0 # distance between range rings (0 no range ring) [km] | ||
xsize FLOAT 7. # image size [inches] (default dots per inch (dpi):72) | ||
ysize FLOAT 7. # image size [inches] (default dots per inch (dpi):72) | ||
lonmin FLOAT 9. # Min longitude [deg] | ||
lonmax FLOAT 10. # Max longitude [deg] | ||
latmin FLOAT 46. # Min latitude [deg] | ||
latmax FLOAT 49. # Max latitude [deg] | ||
mapres STRING 10m # map resolution (10m, 50m, 110m) | ||
dpi INT 72 # dots per inch (72 web quality, 300 print quality) | ||
maps STRARR 11 # maps to overplot | ||
relief | ||
countries | ||
provinces | ||
urban_areas | ||
roads | ||
railroads | ||
coastlines | ||
lakes | ||
lakes_europe | ||
rivers | ||
rivers_europe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
# | ||
# Product generation configuration | ||
# | ||
|
||
# List of datasets to generate. | ||
# The detailed specification of each dataset is given below. | ||
dataSetList STRARR 3 | ||
l0:dBZ | ||
l0:W | ||
l0:EDR | ||
|
||
|
||
# ========================================================================================== | ||
# raw data processing | ||
# ========================================================================================== | ||
dBZ STRUCT 3 | ||
type STRING RAW | ||
datatype STRING RAD4ALP:dBZ | ||
products STRUCT 2 | ||
EL001 STRUCT 3 | ||
type STRING PPI_IMAGE | ||
anglenr INT 2 | ||
voltype STRING dBZ | ||
AZ093 STRUCT 4 | ||
type STRING PSEUDORHI_IMAGE | ||
angle FLOAT 93. | ||
AziTol FLOAT 1. | ||
voltype STRING dBZ | ||
|
||
W STRUCT 3 | ||
type STRING RAW | ||
datatype STRING RAD4ALP:W | ||
products STRUCT 2 | ||
EL001 STRUCT 3 | ||
type STRING PPI_IMAGE | ||
anglenr INT 2 | ||
voltype STRING W | ||
AZ093 STRUCT 4 | ||
type STRING PSEUDORHI_IMAGE | ||
angle FLOAT 93. | ||
AziTol FLOAT 1. | ||
voltype STRING W | ||
|
||
|
||
# ========================================================================================== | ||
# turbulence retrieval | ||
# ========================================================================================== | ||
EDR STRUCT 4 | ||
type STRING TURBULENCE | ||
datatype STRARR 2 | ||
RAD4ALP:dBZ | ||
RAD4ALP:W | ||
verbose INT 0 | ||
products STRUCT 2 | ||
EL001 STRUCT 3 | ||
type STRING PPI_IMAGE | ||
anglenr INT 2 | ||
voltype STRING EDR | ||
AZ093 STRUCT 4 | ||
type STRING PSEUDORHI_IMAGE | ||
angle FLOAT 93. | ||
AziTol FLOAT 1. | ||
voltype STRING EDR |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.