Skip to content

Commit

Permalink
Update CCPr_DryDep_Mod.F90
Browse files Browse the repository at this point in the history
debugging the diagstate
  • Loading branch information
lholland-noaa authored Oct 1, 2024
1 parent 6e177db commit 81238d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/process/drydep/CCPr_DryDep_Mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ SUBROUTINE CCPr_DryDep_Run( MetState, DiagState, DryDepState, ChemState, RC )
! Fill Diagnostic Variables
!--------------------------
!!!!FIXME: COME BACK TO THIS LATER
DiagState%drydep_frequency(ChemState%DryDepIndex(i)) = drydepf(1,1)
print *, "DiagState%drydep_frequency(ChemState%DryDepIndex(i))=", DiagState%drydep_frequency(ChemState%DryDepIndex(i))
print *, "drydepf(1,1) = ", drydepf(1,1)
!DiagState%drydep_frequency(ChemState%DryDepIndex(i)) = drydepf(1,1)
DiagState%drydep_vel(ChemState%DryDepIndex(i)) = MetState%ZMID(1) * drydepf(1,1)

! apply drydep velocities/freq to chem species
Expand Down

0 comments on commit 81238d8

Please sign in to comment.