Commit cc524de
authored
Add Turbulent Orographic Form Drag to SFCLAY (#2284)
TYPE: new feature
KEYWORDS: surface layer, turbulent form drag
SOURCE: Songyou Hong
DESCRIPTION OF CHANGES:
Turbulent form drag (TOFD) was added in computing surface drag
(kim_tofd=.true., default). A factor for TOFD was added
(tofd_factor=.003, default).
LIST OF MODIFIED FILES:
M arch/Externals.cfg
M dyn_em/module_first_rk_step_part1.F
M phys/module_sf_sfclayrev.F
M phys/module_surface_driver.F
TESTS CONDUCTED:
The Jenkins tests are all passing.
RELEASE NOTE: This PR adds a scale-aware turbulent orographic form drag
option (kim_tofd) in revised MM5 surface layer scheme. The default value
for the option is on and it would increase surface drag. Use this new
option with care.1 parent e27bf0b commit cc524de
File tree
5 files changed
+32
-1
lines changed- Registry
- dyn_em
- phys
5 files changed
+32
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2888 | 2888 | | |
2889 | 2889 | | |
2890 | 2890 | | |
| 2891 | + | |
| 2892 | + | |
2891 | 2893 | | |
2892 | 2894 | | |
2893 | 2895 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
710 | 710 | | |
711 | 711 | | |
712 | 712 | | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
713 | 717 | | |
714 | 718 | | |
715 | 719 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| 48 | + | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
| 127 | + | |
123 | 128 | | |
124 | 129 | | |
125 | 130 | | |
| |||
154 | 159 | | |
155 | 160 | | |
156 | 161 | | |
| 162 | + | |
157 | 163 | | |
158 | 164 | | |
159 | 165 | | |
| |||
209 | 215 | | |
210 | 216 | | |
211 | 217 | | |
| 218 | + | |
212 | 219 | | |
213 | 220 | | |
214 | 221 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
119 | 123 | | |
120 | 124 | | |
121 | 125 | | |
| |||
634 | 638 | | |
635 | 639 | | |
636 | 640 | | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
637 | 644 | | |
638 | 645 | | |
639 | 646 | | |
| |||
705 | 712 | | |
706 | 713 | | |
707 | 714 | | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
708 | 718 | | |
709 | 719 | | |
710 | 720 | | |
| |||
2155 | 2165 | | |
2156 | 2166 | | |
2157 | 2167 | | |
| 2168 | + | |
2158 | 2169 | | |
2159 | 2170 | | |
2160 | 2171 | | |
| |||
2174 | 2185 | | |
2175 | 2186 | | |
2176 | 2187 | | |
| 2188 | + | |
2177 | 2189 | | |
2178 | 2190 | | |
2179 | 2191 | | |
| |||
5935 | 5947 | | |
5936 | 5948 | | |
5937 | 5949 | | |
| 5950 | + | |
5938 | 5951 | | |
5939 | 5952 | | |
5940 | 5953 | | |
| |||
5957 | 5970 | | |
5958 | 5971 | | |
5959 | 5972 | | |
| 5973 | + | |
| 5974 | + | |
5960 | 5975 | | |
5961 | 5976 | | |
5962 | 5977 | | |
| |||
5971 | 5986 | | |
5972 | 5987 | | |
5973 | 5988 | | |
| 5989 | + | |
5974 | 5990 | | |
5975 | 5991 | | |
5976 | 5992 | | |
| |||
6202 | 6218 | | |
6203 | 6219 | | |
6204 | 6220 | | |
| 6221 | + | |
6205 | 6222 | | |
6206 | 6223 | | |
6207 | 6224 | | |
| |||
6296 | 6313 | | |
6297 | 6314 | | |
6298 | 6315 | | |
| 6316 | + | |
6299 | 6317 | | |
6300 | 6318 | | |
6301 | 6319 | | |
| |||
0 commit comments