Skip to content

Commit

Permalink
remove diagnostic printing
Browse files Browse the repository at this point in the history
  • Loading branch information
bbakernoaa committed Oct 2, 2024
1 parent 77f2531 commit f7e923d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/diagstate_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@ subroutine Diag_Allocate(Config, DiagState, ChemState, RC)
IF ( RC /= CC_SUCCESS ) THEN
ErrMsg = 'Could not Allocate DiagState%drydep_frequency(ChemState%nSpeciesAeroDryDep)'
CALL CC_Error( ErrMsg, RC, thisLoc )
! else
! write (*,*) "ChemState%nSpeciesAeroDryDep=", ChemState%nSpeciesAeroDryDep
! write (*,*) "allocated DiagState%drydep_frequency(ChemState%nSpeciesAeroDryDep) "
ENDIF
DiagState%drydep_frequency(ChemState%nSpeciesAeroDryDep)= ZERO

Expand Down

0 comments on commit f7e923d

Please sign in to comment.