-
Notifications
You must be signed in to change notification settings - Fork 724
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KEYWORDS: vertical refinement clean-up SOURCE: Katie Lundquist (LLNL) PURPOSE: fix incorrect diag messages, fix incorrect if tests, pass necessary nml variables to interpolating routines DESCRIPTION OF CHANGES: M Registry/Registry.EM_COMMON Clean up descriptions of vert refine_method and vert_refine_fact. M dyn_em/module_initialize_les.F print out for eta levels Check for top/bottom specified eta levels set to 0, 1 respectively (all domains, even though IC is only for domain #1) M dyn_em/module_initialize_real.F Fix comments about vertical refinement, so no confusion over which method is being used Verify specified eta levels have 1,0 bounds for each domain M dyn_em/nest_init_utils.F pass through the nml argument use_baseparam_fr_nml compute eta levels based on whether ideal or real-data case M main/depend.common Add module_model_constants dependecy to nest_init_utils (for real data base state computation) M main/real_em.F Fix logic for better control of which nests are vertically refined. M share/mediation_integrate.F Pass through use_baseparam_fr_nml to init_domain_vert_nesting M share/module_check_a_mundo.F Fix error checks when user selects the vertical refinement LIST OF MODIFIED FILES (annotated if not obvious, not required to be on a single line): M Registry/Registry.EM_COMMON M dyn_em/module_initialize_les.F M dyn_em/module_initialize_real.F M dyn_em/nest_init_utils.F M main/depend.common M main/real_em.F M share/mediation_integrate.F M share/module_check_a_mundo.F TESTS CONDUCTED (explicitly state mandatory, voluntary, and assigned tests, not required to be on a single line): 1) regression test - do no harm 2) before vs after comparison of most regression tests are identical - only misses on tests that are not bit-for-bit identical anyways. git-svn-id: https://svn-wrf-model.cgd.ucar.edu/trunk@9156 b0b5d27b-6f0f-0410-a2a3-cb1e977edc3d
- Loading branch information
Showing
8 changed files
with
541 additions
and
56 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
Oops, something went wrong.