Ignore:
Timestamp:
Mar 5, 2025, 2:13:17 PM (4 months ago)
Author:
afalco
Message:

Pluto: add C2H4 as gas.
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/su_gases.F90

    r3184 r3669  
    88
    99  !==================================================================
    10   !     
     10  !
    1111  !     Purpose
    1212  !     -------
    1313  !     Load atmospheric composition info
    14   !     
     14  !
    1515  !     Authors
    1616  !     -------
    1717  !     R. Wordsworth (2011)
    1818  !     Allocatable arrays by A. Spiga (2011)
    19   !     
     19  !
    2020  !==================================================================
    2121
     
    5454
    5555        ! find variable gas (if any)
    56         if(gfrac(igas).eq.-1.0)then 
     56        if(gfrac(igas).eq.-1.0)then
    5757           if(vgas.eq.0)then
    5858              vgas=igas
     
    109109           igas_C2H2=igas
    110110           count=count+1
    111         !! GG MODIF 11 Jan 2019
    112        elseif (trim(gnom(igas)).eq."OCS") then
     111        elseif (trim(gnom(igas)).eq."C2H4") then
     112           igas_C2H4=igas
     113           count=count+1
     114        elseif (trim(gnom(igas)).eq."OCS") then
    113115           igas_OCS=igas
    114116           count=count+1
    115        elseif (trim(gnom(igas)).eq."HCl") then
     117        elseif (trim(gnom(igas)).eq."HCl") then
    116118           igas_HCl=igas
    117119           count=count+1
    118        elseif (trim(gnom(igas)).eq."HF") then
     120        elseif (trim(gnom(igas)).eq."HF") then
    119121           igas_HF=igas
    120122           count=count+1
Note: See TracChangeset for help on using the changeset viewer.