Ignore:
Timestamp:
Nov 23, 2022, 4:41:34 PM (2 years ago)
Author:
emillour
Message:

Generic PCM:
Add the possibility to include Venus-like aerosols (triggered by option
aerovenus=.true. in callphys.def); baseline is to use 5 distinct scatterers
but each may be turned on/off (via aerovenus1, aerovenus2, aerovenus2p,
aerovenus3, aerovenusUV flags which may be specified in callphys.def).
GG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/su_gases.F90

    r1315 r2831  
    109109           igas_C2H2=igas
    110110           count=count+1
     111        !! GG MODIF 11 Jan 2019
     112       elseif (trim(gnom(igas)).eq."OCS") then
     113           igas_OCS=igas
     114           count=count+1
     115       elseif (trim(gnom(igas)).eq."HCl") then
     116           igas_HCl=igas
     117           count=count+1
     118       elseif (trim(gnom(igas)).eq."HF") then
     119           igas_HF=igas
     120           count=count+1
    111121        endif
    112122     enddo
Note: See TracChangeset for help on using the changeset viewer.