Skip to content

Commit

Permalink
final version, which was used for the Toba-O3 manuscript
Browse files Browse the repository at this point in the history
  • Loading branch information
osipovs committed Feb 12, 2021
1 parent 6250799 commit 3e253cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions model/TRCHEM_master.f
Original file line number Diff line number Diff line change
Expand Up @@ -2737,7 +2737,8 @@ SUBROUTINE Crates(I,J)
C**** GLOBAL parameters and variables:
USE RESOLUTION, only : LM
USE MODEL_COM, only: Itime,ItimeI
USE TRACER_COM, only: coupled_chem,trm,nn_N2O5,n_N2O5,n_SO4
USE TRACER_COM, only: coupled_chem,trm,nn_N2O5,n_N2O5,n_SO4,
& nn_ClONO2
USE TRDIAG_COM, only: jls_N2O5sulf
USE OldTracer_mod, only: vol2mass
USE RAD_COM, only : rad_to_chem
Expand Down Expand Up @@ -3013,7 +3014,8 @@ SUBROUTINE Crates(I,J)

! osipov add rrhet for halogens on sulfate
! osipov, note the 4d-2 scale, it should account for reactive uptake and molecular speed differences with N2O5
rr(rrhet%ClONO2_H2O__HOCl_HNO3,L)=wprod_sulf/(dt2*y(nn_ClONO2,L))*4d-2
rr(rrhet%ClONO2_H2O__HOCl_HNO3,L)=wprod_sulf/
& (dt2*y(nn_ClONO2,L))*4d-2

! osipov, get rid out the remaining else block, but keep the PSCs stuff
! else
Expand Down

0 comments on commit 3e253cf

Please sign in to comment.