Ignore:
Timestamp:
Aug 14, 2025, 9:40:34 AM (3 days ago)
Author:
debatzbr
Message:

Pluto PCM: Allows for haze production with vmr CH4 fix profile.
BBT

File:
1 edited

Legend:

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

    r3889 r3894  
    827827     if (is_master)write(*,*)trim(rname)//&
    828828     "hazconservch4 = ",hazeconservch4
     829     if (is_master) write(*,*) "Production of haze with CH4 fix profile?"
     830     haze_ch4proffix=.false. ! default value
     831     call getin_p("haze_ch4proffix",haze_ch4proffix)
     832     if (is_master) write(*,*)" haze_ch4proffix = ",haze_ch4proffix
    829833     if (is_master)write(*,*)trim(rname)//&
    830834     "Production of haze (fast version) ?"
Note: See TracChangeset for help on using the changeset viewer.