Changeset 4756 for LMDZ6/trunk/libf/phylmd/StratAer
- Timestamp:
- Nov 30, 2023, 3:54:13 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/StratAer/traccoag_mod.F90
r4750 r4756 117 117 118 118 IF(flag_new_strat_compo) THEN 119 WRITE(lunout,*) 'traccoag: USE STRAT COMPO from Tabazadeh 1994', flag_new_strat_compo119 IF(debutphy) WRITE(lunout,*) 'traccoag: USE STRAT COMPO from Tabazadeh 1994', flag_new_strat_compo 120 120 ! STRACOMP (H2O, P, t_seri -> aerosol composition (R2SO4)) : binary routine (from reprobus) 121 121 ! H2SO4 mass fraction in aerosol (%) from Tabazadeh et al. (1994). … … 125 125 CALL denh2sa_taba(t_seri) 126 126 ELSE 127 WRITE(lunout,*) 'traccoag: USE STRAT COMPO from Bekki 2D model', flag_new_strat_compo127 IF(debutphy) WRITE(lunout,*) 'traccoag: USE STRAT COMPO from Bekki 2D model', flag_new_strat_compo 128 128 ! STRACOMP (H2O, P, t_seri -> aerosol composition (R2SO4)) 129 129 ! H2SO4 mass fraction in aerosol (%)
Note: See TracChangeset
for help on using the changeset viewer.