Coupling with refactored Noah-MP v5.1.2 #2268
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is to couple WRF with the refactored Noah-MP v5.1.2 (latest NoahMP version) via git submodule.
TYPE: enhancement
KEYWORDS: Noah-MP
SOURCE: Cenlin He (NCAR)
DESCRIPTION OF CHANGES:
This PR includes necessary code changes to couple WRF with the latest refactored Noah-MP v5.1.2 via git submodule mechanisms.
LIST OF MODIFIED FILES: list of changed files (use
git diff --name-status masterto get formatted list)M Makefile
M Registry/Registry.EM_COMMON
M Registry/registry.noahmp
M chem/depend.chem
M chem/module_uoc_dust.F
M clean
M dyn_em/module_first_rk_step_part1.F
M dyn_em/start_em.F
M main/depend.common
M phys/CMakeLists.txt
M phys/Makefile
M phys/module_diag_misc.F
M phys/module_diagnostics_driver.F
M phys/module_physics_init.F
M phys/module_sf_clm.F
M phys/module_surface_driver.F
M phys/noahmp
M run/README.namelist
M share/mediation_wrfmain.F
M share/output_wrf.F
M test/em_real/examples.namelist
TESTS CONDUCTED:
The code compiles successfully on NCAR's HPC (Derecho) using both intel and gfortran/gcc compilers. The test runs are also successful including that with activated MMF groundwater scheme and different combinations of PBL, microphysics, and surface layer schemes. (tested by Cenlin He and Tzu-Shun Lin from NCAR)
RELEASE NOTE: Coupling with refactored Noah-MP v5.1.2.