Changeset 3879


Ignore:
Timestamp:
Aug 5, 2025, 1:43:24 PM (2 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

Location:
trunk/LMDZ.PLUTO/libf/phypluto
Files:
2 edited

Legend:

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

    r3844 r3879  
    11271127         end do
    11281128
    1129         else ! total heating rates multiplied by nlte coef
     1129        else ! total heating rates multiplied by nlte coef : better not use
    11301130
    11311131         do nw=1,L_NSPECTV
  • 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.