Changeset 3669 for trunk/LMDZ.PLUTO/libf/phypluto/su_gases.F90
- Timestamp:
- Mar 5, 2025, 2:13:17 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/su_gases.F90
r3184 r3669 8 8 9 9 !================================================================== 10 ! 10 ! 11 11 ! Purpose 12 12 ! ------- 13 13 ! Load atmospheric composition info 14 ! 14 ! 15 15 ! Authors 16 16 ! ------- 17 17 ! R. Wordsworth (2011) 18 18 ! Allocatable arrays by A. Spiga (2011) 19 ! 19 ! 20 20 !================================================================== 21 21 … … 54 54 55 55 ! find variable gas (if any) 56 if(gfrac(igas).eq.-1.0)then 56 if(gfrac(igas).eq.-1.0)then 57 57 if(vgas.eq.0)then 58 58 vgas=igas … … 109 109 igas_C2H2=igas 110 110 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 113 115 igas_OCS=igas 114 116 count=count+1 115 elseif (trim(gnom(igas)).eq."HCl") then117 elseif (trim(gnom(igas)).eq."HCl") then 116 118 igas_HCl=igas 117 119 count=count+1 118 elseif (trim(gnom(igas)).eq."HF") then120 elseif (trim(gnom(igas)).eq."HF") then 119 121 igas_HF=igas 120 122 count=count+1
Note: See TracChangeset
for help on using the changeset viewer.