Skip to content

Commit

Permalink
Update diagstate_mod.F90
Browse files Browse the repository at this point in the history
more debugging
  • Loading branch information
lholland-noaa authored Oct 1, 2024
1 parent 656a394 commit d674bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/diagstate_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ subroutine Diag_Allocate(Config, DiagState, ChemState, RC)
ErrMsg = 'Could not Allocate DiagState%drydep_frequency(ChemState%nSpeciesAeroDryDep)'
CALL CC_Error( ErrMsg, RC, thisLoc )
else
print *, "Size(ChemState%nSpeciesAeroDryDep)=", Size(ChemState%nSpeciesAeroDryDep)
print *, "ChemState%nSpeciesAeroDryDep=", ChemState%nSpeciesAeroDryDep
print *, "allocated DiagState%drydep_frequency(ChemState%nSpeciesAeroDryDep) "
ENDIF
DiagState%drydep_frequency(ChemState%nSpeciesAeroDryDep)= ZERO
Expand Down

0 comments on commit d674bca

Please sign in to comment.