diff --git a/src/core/diagstate_mod.F90 b/src/core/diagstate_mod.F90 index d636646b..87685627 100644 --- a/src/core/diagstate_mod.F90 +++ b/src/core/diagstate_mod.F90 @@ -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