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/optcv.F90

    r3340 r3497  
    3131  !         --> Clean and adaptation to Titan
    3232  !     B. de Batz de Trenquelléon (2022-2023)
    33   !         --> Clean and correction to Titan
     33  !         --> Clean and correction
    3434  !         --> New optics added for Titan's clouds
    3535  !     
     
    313313               call get_haze_and_cloud_opacity(FTYPE,FTYPE,m0ccn,m3ccn,iw,dtau_ccn,ssa_ccn(nw),asf_ccn(nw))
    314314
    315                ! Clear column (CCN, C2H2, C2H6, HCN) :
     315               ! Clear column (CCN, C2H2, C2H6, HCN, AC6H6) :
    316316               IF (CDCOLUMN == 0) THEN
    317317                  DO iq = 2, nice
     
    320320                  call get_haze_and_cloud_opacity(FTYPE,CTYPE,m0ccn,m3cld,iw,dtau_cld,ssa_cld(nw),asf_cld(nw))
    321321               
    322                ! Dark column (CCN, CH4, C2H2, C2H6, HCN) :
     322               ! Dark column (CCN, CH4, C2H2, C2H6, HCN, AC6H6) :
    323323               ELSEIF (CDCOLUMN == 1) THEN
    324324                  DO iq = 1, nice
Note: See TracChangeset for help on using the changeset viewer.