Changeset 5926 for LMDZ6/trunk/libf/phylmd/StratAer/traccoag_mod.f90
- Timestamp:
- Dec 11, 2025, 4:17:28 PM (3 months ago)
- File:
-
- 1 edited
-
LMDZ6/trunk/libf/phylmd/StratAer/traccoag_mod.f90 (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/StratAer/traccoag_mod.f90
r5924 r5926 121 121 WHERE (stratomask.GT.0.5) is_strato=.TRUE. 122 122 123 IF(flag_strat_compo ) THEN123 IF(flag_strat_compo.EQ.2) THEN 124 124 IF(debutphy) WRITE(lunout,*) 'traccoag: COMPO/DENSITY (Tabazadeh 97) + H2O kelvin effect', flag_strat_compo 125 125 ! STRACOMP (H2O, P, t_seri, R -> R2SO4 + Kelvin effect) : Taba97, Socol, etc... … … 146 146 147 147 !--initialise emission diagnostics 148 if (nErupt > 0 .and. (flag_emit == 1 .or. flag_emit == 4))budg_emi(:,1)=0.0148 budg_emi(:,1)=0.0 149 149 budg_emi_ocs(:)=0.0 150 150 budg_emi_so2(:)=0.0 … … 383 383 & *pplay(i,j)/t_seri(i,j)/RD ! [air mass concentration in kg air /m3A] 384 384 385 IF(flag_strat_compo ) THEN385 IF(flag_strat_compo.EQ.2) THEN 386 386 ! SAD_sulfate: SAD WET sulfate aerosols (cm2/cm3) 387 387 SAD_sulfate(i,j) = SAD_sulfate(i,j) + nd_mode(i,j,it) & ! [DRY part/m3A (in bin it)]
Note: See TracChangeset
for help on using the changeset viewer.
