Skip to content

Commit

Permalink
Shared physics nTiedtke (#1994)
Browse files Browse the repository at this point in the history
TYPE: enhancement, new feature

KEYWORDS: shared physics, new Tiedtke

SOURCE: internal

DESCRIPTION OF CHANGES:
This PR adds new Tiedtke scheme from the shared physics directory, which is ccpp-compliant.

The CCPP-compliant new Tiedtke code will be residing in phys/physics_mmm/ directory. Currently it is a copy of the code from the future MMM-physics repo.

LIST OF MODIFIED FILES: 
M       arch/postamble
M       arch/preamble
M       clean
M       main/depend.common
M       phys/Makefile
M       phys/module_cu_ntiedtke.F
M       phys/module_cumulus_driver.F
A       phys/physics_mmm/cu_ntiedtke.F90

TESTS CONDUCTED: 
1.  The runs before and after this change produce bit-for-bit results when compiled with -d option.
2. The Jenkins tests are all passing.

RELEASE NOTE:  Add new Tiedtke cumulus scheme from the future shared MMM-physics repository.
  • Loading branch information
weiwangncar committed Feb 2, 2024
1 parent 81410a3 commit c6cc0c5
Show file tree
Hide file tree
Showing 5 changed files with 4,083 additions and 3,842 deletions.
8 changes: 7 additions & 1 deletion main/depend.common
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,9 @@ module_cu_tiedtke.o: \


module_cu_ntiedtke.o: \
../share/module_model_constants.o
../share/module_model_constants.o \
ccpp_kind_types.o \
physics_mmm/cu_ntiedtke.o


module_ra_gfdleta.o: \
Expand Down Expand Up @@ -1489,6 +1491,10 @@ module_mp_gsfcgce_4ice_nuwrf.o: \
module_mp_radar.o \


physics_mmm/cu_ntiedtke.o: \
ccpp_kind_types.o


physics_mmm/mp_wsm6.o: \
ccpp_kind_types.o \
physics_mmm/mp_radar.o \
Expand Down
1 change: 1 addition & 0 deletions phys/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ DIAGNOSTIC_MODULES_EM = \
module_diag_solar.o

PHYSMMM_MODULES = \
physics_mmm/cu_ntiedtke.o \
physics_mmm/module_libmassv.o \
physics_mmm/mp_wsm6.o \
physics_mmm/mp_wsm6_effectRad.o \
Expand Down
Loading

0 comments on commit c6cc0c5

Please sign in to comment.