Skip to content

Commit

Permalink
Update diagstate_mod.F90
Browse files Browse the repository at this point in the history
debugging
  • Loading branch information
lholland-noaa authored Oct 1, 2024
1 parent d674bca commit 6f465e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/diagstate_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ subroutine Diag_Allocate(Config, DiagState, ChemState, RC)
endif

! If dry deposition process is activated then allocate dry dep related diagnostics
print *, "ChemState%nSpeciesAeroDryDep=", ChemState%nSpeciesAeroDryDep
if (Config%drydep_activate) then
Allocate(DiagState%drydep_frequency(ChemState%nSpeciesAeroDryDep), STAT=RC)
IF ( RC /= CC_SUCCESS ) THEN
Expand Down

0 comments on commit 6f465e8

Please sign in to comment.