Skip to content

Commit

Permalink
Fixup 1958591
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanchihwang committed Dec 24, 2024
1 parent 1958591 commit 9bee27c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/dynamics/mpas/dyn_comp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,12 @@ subroutine dyn_init(cam_runtime_opts, dyn_in, dyn_out)
call dyn_debug_print(debugout_debug, 'thermodynamic_active_species_ice_num = ' // &
stringify([thermodynamic_active_species_ice_num]))

call dyn_debug_print(debugout_debug, 'thermodynamic_active_species_idx_dycore = ' // &
stringify(thermodynamic_active_species_idx_dycore))
call dyn_debug_print(debugout_debug, 'thermodynamic_active_species_liq_idx_dycore = ' // &
stringify(thermodynamic_active_species_liq_idx_dycore))
call dyn_debug_print(debugout_debug, 'thermodynamic_active_species_ice_idx_dycore = ' // &
stringify(thermodynamic_active_species_ice_idx_dycore))
call dyn_debug_print(debugout_debug, 'thermodynamic_active_species_idx_dycore = [' // &
stringify(thermodynamic_active_species_idx_dycore) // ']')
call dyn_debug_print(debugout_debug, 'thermodynamic_active_species_liq_idx_dycore = [' // &
stringify(thermodynamic_active_species_liq_idx_dycore) // ']')
call dyn_debug_print(debugout_debug, 'thermodynamic_active_species_ice_idx_dycore = [' // &
stringify(thermodynamic_active_species_ice_idx_dycore) // ']')

pio_init_file => initial_file_get_id()
pio_topo_file => topo_file_get_id()
Expand Down

0 comments on commit 9bee27c

Please sign in to comment.