Changeset 4106


Ignore:
Timestamp:
Mar 6, 2026, 2:38:16 PM (4 days ago)
Author:
mlefevre
Message:

Addition of the polysulfur species condensation in the Venus PCM. ML

Location:
trunk/LMDZ.VENUS/libf/phyvenus
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/phytrac_chimie.F

    r4098 r4106  
    456456         end do      ! ilon
    457457      end if  ! detailed scheme
     458
     459      if (1.eq.1) then ! polysulfur condensation
     460
     461        call polysulfur_condens(nlev, nlon, temp, pplay,
     462     $  ztrac(:,:,i_s2),ztrac(:,:,i_s3),ztrac(:,:,i_s4),ztrac(:,:,i_s8),
     463     $  ztrac(:,:,i_s2con),ztrac(:,:,i_s3con),ztrac(:,:,i_s4con),   
     464     $  ztrac(:,:,i_s8con))
     465
     466      endif       
    458467
    459468!===================================================================
Note: See TracChangeset for help on using the changeset viewer.