Skip to content

Commit

Permalink
Update CCPr_DryDep_Mod.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
lholland-noaa authored Oct 1, 2024
1 parent 1dcaa4b commit adf702f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/process/drydep/CCPr_DryDep_Mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ SUBROUTINE CCPr_DryDep_Run( MetState, DiagState, DryDepState, ChemState, RC )
!print *, "drydepf(1,1) = ", drydepf(1,1)
DryDepState%drydep_frequency(ChemState%DryDepIndex(i)) = drydepf(1,1)
DryDepState%drydep_vel(ChemState%DryDepIndex(i)) = MetState%ZMID(1) * drydepf(1,1)
DiagState%drydep_frequency= DryDepState%drydep_frequency(ChemState%DryDepIndex(i))
DiagState%drydep_vel = DryDepState%drydep_vel(ChemState%DryDepIndex(i))

! apply drydep velocities/freq to chem species
dqa = 0.
Expand Down

0 comments on commit adf702f

Please sign in to comment.