Ignore:
Timestamp:
Aug 5, 2025, 1:43:24 PM (12 days ago)
Author:
tbertrand
Message:

LMDZ.PLUTO:
NLTE Scheme : using strobel formulism as reference when activating NLTE for CH4 in the radiative transfer. strobel=false correspond to an empiric scheme used to tune the temperature
TB

File:
1 edited

Legend:

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

    r3844 r3879  
    885885    if (is_master)write(*,*)trim(rname)//&
    886886     " nlte = ",nlte
    887     strobel=.false.  ! default value
     887    strobel=.true.  ! default value
    888888    call getin_p("strobel",strobel)
    889889    if (is_master)write(*,*)trim(rname)//&
Note: See TracChangeset for help on using the changeset viewer.