forked from erf-model/ERF
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES
181 lines (98 loc) · 4.32 KB
/
CHANGES
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
# 24.11
-- AMReX submodule set to 24.11 release hash (4a6e7c8)
-- AMR functionality (#1916-1920)
-- GAD functionality (#1912, #1875)
-- Remove QKE (#1905)
-- NOAH-MP interface (#1835)
-- Line and plane sampling (#1897)
-- AMReX & KOKKOS docs (#1889)
# 24.10
-- Add WENO7 advection operators (#1858)
-- Multi-level inflow plane capability (#1851)
-- Fast integrator fill bug fix (#1853)
-- Refactor set/nudging with real BDYs (#1841)
-- First pass at GAD sources (#1839)
-- Anelastic with FFT option for Poisson eq (#1838)
# 24.09
-- AMReX submodule set to 24.09 release hash (74127d6)
-- Arbitrary number of scalars similar to WRF chem (#1782)
-- PBL reorganization and additions for hurricane sims (#1756)
-- Vertical decomposition (#1766)
-- Upstream velocity computation for actuator disk (#1751)
-- High order diffusion stencil at all Dirichlet faces (#1753)
-- MOST stress rotations with terrain (#1739)
-- Anlestic option (#1745)
# 24.08
-- AMReX submodule set to 24.08 release hash (ac5dde3)
-- Fix diffusion stencil with Dirichlet boundary (#1723)
-- Turbulent inflow perturbation (#1722/#1721/#1716/#1695)
-- BOMEX regtest (#1714/#1707)
-- Output SGS fluxes (#1713)
-- Wind model for SAD (#1667)
-- ERF container (#1703)
-- Inflow face prescribed from a data file (#1698)
-- YSU PBL updates (#1694)
# 24.06
-- AMReX submodule set to 24.06 release hash (f141191)
-- SAM microphysics corrections (#1634/#1629)
-- Open boundaries with viscous terms (#1615)
-- Incompressible pathway (#1612/#1613)
# 24.05
-- AMReX submodule set to 24.05 release hash (76d09f5)
-- Explict MOST as runtime option (#1605)
-- High order extrapolation (#1602)
-- Various radiation module fixes (#1601 etc)
-- Correct FITCH (#1595)
-- Read entire Lat/Lon data from netcdf (#1589)
# 24.04
-- AMReX submodule set to 24.04 release hash (bb7d5cf)
-- Start of EB functionality (#1541)
-- Start of YSU PBL scheme (#1540)
-- Open boundary condition (#1524)
-- Incompressible pathway fixes (#1525)
-- Wind farm parametrization (#1511)
-- Explicit MOST stress pathway (#1472)
# 24.03
-- AMReX submodule set to 24.03 release hash (d737886)
-- Plot rain accumulation (#1478)
-- Remove FastEddy completely (#1483)
-- Rain accumulation capability (#1474)
-- Remove the FastEddy model since it coincides with Kessler (#1473)
-- Input_sounding with moisture new HSE balance (#1469)
-- SAM microphysics re-write for ERF dycore (#1461/#1447)
-- Two-way coupled AMR (#1458)
-- Numerical diffusion bug fix (#1451)
# 24.02
-- AMReX submodule set to 24.02 release hash (52393d3)
-- WRF init fix for top boundary (#1423)
-- Fix debug GPU with particles (#1422)
-- Remove all elixirs with FABs (#1418)
-- Framework for LSMs (#1389)
-- Fix lateral boundary forcing (#1408)
-- ConstantAlpha with turbulence model (#1391)
-- Outflow boundary bug fix (#1374)
-- Generalized particle interface (#1366)
# 24.01
-- AMReX submodule set to 24.01 release hash (a068330)
-- Addition of more moisture vars (#1350)
-- Make PBL model terrain aware (#1348)
-- Moisture is no longer a compile time option (#1334)
-- Radiation cleanup (#1318)
-- Enable multiple moisture models (#1303)
# 23.12
-- AMReX submodule set to 23.12 release hash (9b733ec)
-- Inclusion of Kessler microphysics option (#1324)
-- Fix for particles with redistribute call (#1314)
-- Inclusion of radiation (#1311)
-- Inclusion of refluxing for two-way coupling (#1289)
-- Metgrid initialization with SST and LandMask (#1280)
# 23.11
-- AMReX submodule set to 23.11 release hash (ae7b64b)
-- Bug fix with vertical grid stretching and MOST (#1275)
-- Bug fix with negative K_turb below surface and MYNN2.5 PBL model (#1271)
-- Correction to equation of state with moisture (#1263)
-- Generalized multi-level sponge zones. This allows for nudging of fine solution
towards coarse solution with complex box arrays. (#1233)
# 23.10
-- First release since JOSS paper. Too many key ERF PRs to summarize.
-- AMReX submodule set to 23.10 release hash (388738d)