-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92ab0ec
commit 39c71e1
Showing
10 changed files
with
132 additions
and
108 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
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
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
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 |
---|---|---|
@@ -1,44 +1,50 @@ | ||
167 | ||
|
||
# 167: | ||
# - Removed the filter for radiative fluxes when zenith angle is close to 90 degrees | ||
#= | ||
168: Updated RRTMGP to v0.15.0 | ||
- Updated RRTMGP artifact | ||
- Split solver into longwave and shortwave solvers | ||
# 166: | ||
# - Move to SSPKnoth | ||
167: | ||
- Removed the filter for radiative fluxes when zenith angle is close to 90 degrees | ||
# 165: | ||
# - Removed reference state for the dycore | ||
166: | ||
- Move to SSPKnoth | ||
# 164: | ||
# - Changed approximation for erf in calculation of some boundary conditions for EDMF. | ||
165: | ||
- Removed reference state for the dycore | ||
# 163: | ||
# - Fixed bug introduced in 162 | ||
164: | ||
- Changed approximation for erf in calculation of some boundary conditions for EDMF. | ||
# 162: | ||
# - Changed the order of operations in surface conditions calculation. | ||
163: | ||
- Fixed bug introduced in 162 | ||
# 161: | ||
# - Change domain top to 55 km in simulations with high top | ||
162: | ||
- Changed the order of operations in surface conditions calculation. | ||
# 160: | ||
# - Introduces initial conditions for the baroclinic-wave | ||
# test case in a deep-atmosphere configuration. Modifies | ||
# existing config to use `deep_atmosphere` mode. | ||
161: | ||
- Change domain top to 55 km in simulations with high top | ||
# 159: | ||
# - Changed the boundary condition of edmf updraft properties | ||
# to be dependent on the surface area | ||
160: | ||
- Introduces initial conditions for the baroclinic-wave | ||
test case in a deep-atmosphere configuration. Modifies | ||
existing config to use `deep_atmosphere` mode. | ||
# 158: | ||
# - Switched back the precipitation threshold definition in the | ||
# 0-moment scheme to specific humidity | ||
159: | ||
- Changed the boundary condition of edmf updraft properties | ||
to be dependent on the surface area | ||
# 157: | ||
# - For the grid mean precipitation tendency in the 0-moment scheme: | ||
# - added limiting by q_tot/dt | ||
# - switched the precipitation threshold definition | ||
# from specific humidity based to supersaturation based | ||
158: | ||
- Switched back the precipitation threshold definition in the | ||
0-moment scheme to specific humidity | ||
# 156: | ||
# - Changed start date (changes insolation) | ||
157: | ||
- For the grid mean precipitation tendency in the 0-moment scheme: | ||
- added limiting by q_tot/dt | ||
- switched the precipitation threshold definition | ||
from specific humidity based to supersaturation based | ||
156: | ||
- Changed start date (changes insolation) | ||
=# |
Oops, something went wrong.