-
Notifications
You must be signed in to change notification settings - Fork 702
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add calculation for accumulated physics tendencies for theta, qv, u a…
…nd v (#1583) TYPE: enhancement KEYWORDS: accumulated physics tendencies, diagnostics only SOURCE: internal DESCRIPTION OF CHANGES: Problem: WRF model can output physics tendencies at any output times, but they are instantaneous values. Solution: Add calculation to accumulate physics tendencies in any history output window for theta, qv, u and v fields. In all, 16 new arrays are added for cumulus, microphysics, shallow cumulus, PBL and radiation. The calculation can be turned on by namelist switch acc_phy_tend = 1 in &physics. LIST OF MODIFIED FILES: M Registry/Registry.EM_COMMON M phys/module_diagnostics_driver.F M phys/module_diag_misc.F TESTS CONDUCTED: 1. Tests are conducted, and accumulated tendency output is checked. 2. Jenkins tests are all passing. RELEASE NOTE: Sixteen accumulated physics tendencies fields for potential temperature, water vapor mixing ratio, u and v components of the wind are added, and it can be turned on by namelist option acc_phy_tend = 1 in &physics.
- Loading branch information
1 parent
23c5db5
commit 22662e5
Showing
3 changed files
with
166 additions
and
1 deletion.
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