-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlagrangian_transform_params.yaml
47 lines (43 loc) · 1.09 KB
/
lagrangian_transform_params.yaml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
precip_threshold_dbz: 8
precip_threshold_mmh: 0.1
rainrate_conversion:
a: 223
b: 1.53
oflow_params:
# Method name from pysteps
oflow_method: "lucaskanade"
# How many fields to use for optical flow
oflow_history_length: 4
# Whether advection field should be updated
update_advfield: false
# Parameters for different methods
lucaskanade:
fd_method: "shitomasi"
# fd_kwargs:
# min_sigma: 2.
# max_sigma: 10.
# threshold: 0.1
# overlap: 0.5
# lk_kwargs:
# winsize: [15, 15]
# decl_scale: 10
# interp_kwargs:
# epsilon: 5.0
# Parameters for extrapolation
extrap_kwargs:
# Interpolation order, options
# 1 (linear).
# 0 (nearest neighbor)
# 3 (cubic)
interp_order: 3
output:
path: "/data/PINCAST/manuscript_1/lagrangian_data/FMI_5_6_h5_constant_v15062022/{year}/{month:02d}/{day:02d}"
filename: "{commontime:%Y%m%d%H%M}_SUOMI1_lagrangian.h5"
fig_path: "figures-5-6"
display_freq: 50
# Config values for packing data
n_bits: 16
min_val_dBZ: 0
max_val_dBZ: 95
min_val_advfield: -10
max_val_advfield: 10