Skip to content

Commit

Permalink
ccpp_kinds.F90 renamed to mmm_kinds.F90 for clearer indication where …
Browse files Browse the repository at this point in the history
…it is used
  • Loading branch information
scrasmussen committed Feb 26, 2024
1 parent d372eb2 commit 93bc2c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions physics/ccpp_kinds.F90 → physics/mmm_kinds.F90
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
!
!
! ###########################################################################################
module mmm_kinds
use machine, only: kind_phys, kind_dbl_prec, kind_sngl_prec
implicit none
end module mmm_kinds

MODULE ccpp_kinds
use machine, only: kind_phys, kind_dbl_prec, kind_sngl_prec
implicit none
Expand Down
4 changes: 4 additions & 0 deletions physics/mmm_kinds.meta
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[ccpp-table-properties]
name = mmm_kinds
type = module
dependencies = machine.F
2 changes: 1 addition & 1 deletion physics/mmm_physics
Submodule mmm_physics updated 2 files
+29 −78 sf_sfclayrev.F90
+308 −508 sf_sfclayrev.meta

0 comments on commit 93bc2c8

Please sign in to comment.