forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathawc_wafavn.grb2.cfg
executable file
·191 lines (171 loc) · 3.25 KB
/
awc_wafavn.grb2.cfg
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# waf.cfg - for Grib 2
# last update: 08/12/2014
##############################################################
# Grib2 pdt definitions for all products
# the *_mean_gparms%msng and *_max_gparms%msng values must
# be equal
[icng_mean_gparms]
npdt = 15
icat = 19
iprm = 20
ilev = 100
stat = 0
ndrt = 40
drt2 = 0
drt3 = 2
drt4 = 7
missing = -0.01
use_bitmap = no
[icng_max_gparms]
npdt = 15
icat = 19
iprm = 20
ilev = 100
stat = 2
ndrt = 40
drt2 = 0
drt3 = 2
drt4 = 7
missing = -0.01
use_bitmap = no
[tcld_mean_gparms]
npdt = 15
icat = 19
iprm = 21
ilev = 100
stat = 0
ndrt = 40
drt2 = 0
drt3 = 6
drt4 = 15
missing = -0.004
use_bitmap = no
[tcld_max_gparms]
npdt = 15
icat = 19
iprm = 21
ilev = 100
stat = 2
ndrt = 40
drt2 = 0
drt3 = 6
drt4 = 16
missing = -0.004
use_bitmap = no
[cat_mean_gparms]
npdt = 15
icat = 19
iprm = 22
ilev = 100
stat = 0
ndrt = 40
drt2 = 0
drt3 = 3
drt4 = 15
missing = -0.5
use_bitmap = no
[cat_max_gparms]
npdt = 15
icat = 19
iprm = 22
ilev = 100
stat = 2
ndrt = 40
drt2 = 0
drt3 = 3
drt4 = 15
missing = -0.5
use_bitmap = no
[cb_cover_gparms]
npdt = 0
icat = 6
iprm = 25
ilev = 10
stat = -1
ndrt = 40
drt2 = 0
drt3 = 3
drt4 = 10
missing = -0.1
use_bitmap = no
[cb_hgt_bot_gparms]
npdt = 0
icat = 3
iprm = 3
ilev = 11
stat = -1
ndrt = 40
drt2 = 13
drt3 = 5
drt4 = 16
missing = -0.5
use_bitmap = yes
[cb_hgt_top_gparms]
npdt = 0
icat = 3
iprm = 3
ilev = 12
stat = -1
ndrt = 40
drt2 = 14
drt3 = 5
drt4 = 16
missing = -0.5
use_bitmap = yes
##############################################################
# average cell half-size: dp [mb], dxdy [km]
[icng_cell]
# icing available on selected levels, so no average on vertical levels.
dp = 50
dxdy = 70
[cat_cell]
dp = 0
dxdy = 70
[tcld_cell]
dp = 50
dxdy = 70
[cb_cell]
dp = 0
dxdy = 70
##############################################################
# pressure levels for icing and turbulence [hPa]
[icng_levels]
p = 800 700 600 500 400 300
[tcld_levels]
p = 700 600 500 400 300
[cat_levels]
p = 400 350 300 250 200 150
##############################################################
# pressure levels to read from input file [hPa]
[pressure_range]
bottom = 850
top = 125
[pcp_to_cover]
# x - convective precipitation [1.0e6*kg/(m2s)]
# y - cloud cover fraction, between 0 and 1
# These are original values from Slingo (Table 1):
# c = -.006 + 0.125*log(p)
#x = 1.6 3.6 8.1 18.5 39.0 89.0 197.0 440.0 984.0 10000.0
#y = 0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.8
point = 1.6 0.0
point = 38.0 0.0
point = 39.0 0.1
point = 984.0 0.8
point = 10000.0 1.0
##############################################################
# in-cloud turbulence thresholds
# fraction [0, 1]
[tcld_parms]
min_cloud_cover = 0.1
# must be /= missing
nocloud_value = -0.002
##############################################################
# CB algorithm parameters
[cb_parms]
# depth of CB cloud [hPa]
cloud_min_depth = 300
# pressure at the top of CB cloud [hPa]
cloud_min_top = 400
# minimum low cloud cover for CB to be considered for
# embedded CB [%]
low_cloud_cover = 80