-
Notifications
You must be signed in to change notification settings - Fork 700
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding custom eta levels to idealized fire runs (#1614)
Add custom eta_levels capability in idealized WRF-Fire initialization. TYPE: enhancement KEYWORDS: idealized, initialization, WRF-Fire SOURCE: Masih Eghdami (NCAR) DESCRIPTION OF CHANGES: When using idealized to set up the domain, the eta_levels are ignored for em_fire test. Now if specified, they will be prioritized for calculating the eta levels (znw) in the model. Solution: Part of the code for calculating the model levels from module_initialize_ideal.F (Lines 655-706) is copied to module_initialize_fire.F LIST OF MODIFIED FILES: module_initialize_fire.F TESTS CONDUCTED: 1. Do mods fix problem? Yes, I checked the wrfinput_d01 after running the ideal.exe and the ph+phb levels look as expected. 2. The Jenkins tests are all passing. RELEASE NOTE: The initialization routine for fire runs previously does not support customized model levels specified in the namelist option eta_levels. This PR enables customized vertical levels. Vertical nesting is not supported at this point.
- Loading branch information
Showing
1 changed file
with
62 additions
and
18 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