Skip to content

Commit 6e41507

Browse files
committed
address reviewer comments
1 parent 3b442f0 commit 6e41507

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/physics/utils/musica_ccpp_dependencies.F90

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,12 @@ subroutine initialize_musica_species_constituents(constituents_properties, &
109109
if (trim(musica_config_str) == "chapman") then
110110
is_chapman = .true.
111111
if (primary_process) then
112-
write(iulog,*) "[MUSICA Info] Using the Chapman configuriation with stubbed dependencies."
112+
write(iulog,*) "[MUSICA Info] Using the Chapman configuration with stubbed dependencies."
113113
end if
114114
else if (trim(musica_config_str) == "terminator") then
115115
is_terminator = .true.
116116
if (primary_process) then
117-
write(iulog,*) "[MUSICA Info] Using the Terminator configuriation with stubbed dependencies."
117+
write(iulog,*) "[MUSICA Info] Using the Terminator configuration with stubbed dependencies."
118118
end if
119119
else
120120
errcode = 1
@@ -188,7 +188,7 @@ subroutine musica_ccpp_dependencies_init( &
188188
integer, intent(in) :: vertical_layer_dimension
189189
type(ccpp_constituent_prop_ptr_t), pointer :: constituents_properties(:)
190190
real(kind_phys), pointer :: constituents_array(:,:,:)
191-
character(len=*), intent(in) :: phys_suite_name
191+
character(len=*), intent(in) :: phys_suite_name ! name of the physics suite being run
192192

193193
! local variables
194194
character(len=*), parameter :: subroutine_name = &

0 commit comments

Comments
 (0)