Ignore:
Timestamp:
Nov 7, 2024, 11:13:46 AM (2 weeks ago)
Author:
debatzbr
Message:

Add AC6H6 condensation in the microphysics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/optci.F90

    r3340 r3497  
    3939  !         --> Clean and adaptation to Titan
    4040  !     B. de Batz de Trenquelléon (2022-2023)
    41   !         --> Clean and correction to Titan
     41  !         --> Clean and correction
    4242  !         --> New optics added for Titan's clouds
    4343  !     
     
    282282               call get_haze_and_cloud_opacity(FTYPE,FTYPE,m0ccn,m3ccn,iw,dtau_ccn,ssa_ccn(nw),asf_ccn(nw))
    283283               
    284                ! Clear column (CCN, C2H2, C2H6, HCN) :
     284               ! Clear column (CCN, C2H2, C2H6, HCN, AC6H6) :
    285285               IF (CDCOLUMN == 0) THEN
    286286                  DO iq = 2, nice
     
    289289                  call get_haze_and_cloud_opacity(FTYPE,CTYPE,m0ccn,m3cld,iw,dtau_cld,ssa_cld(nw),asf_cld(nw))
    290290               
    291                ! Dark column (CCN, CH4, C2H2, C2H6, HCN) :
     291               ! Dark column (CCN, CH4, C2H2, C2H6, HCN, AC6H6) :
    292292               ELSEIF (CDCOLUMN == 1) THEN
    293293                  DO iq = 1, nice
Note: See TracChangeset for help on using the changeset viewer.