Ignore:
Timestamp:
May 12, 2021, 2:45:26 PM (4 years ago)
Author:
Guillaume Chaverot
Message:

update of the H2O continuum

File:
1 edited

Legend:

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

    r2133 r2520  
    1414  use gases_h, only: gfrac, ngasmx, igas_N2, igas_He, igas_H2O, igas_H2
    1515  use comcstfi_mod, only: g, r, mugaz
    16   use callkeys_mod, only: kastprof,continuum,graybody,H2Ocont_simple
     16  use callkeys_mod, only: kastprof,continuum,graybody
    1717  implicit none
    1818
     
    205205                 enddo
    206206
    207               elseif(igas.eq.igas_H2O.and.T_cont.gt.200.0)then
    208 
     207              elseif(igas.eq.igas_H2O.and.T_cont.gt.100.0)then
     208                 ! Compute self and foreign (with air) continuum of H2O
    209209                 p_air = dble(PMID(k)*scalep) - p_cont ! note assumes background is air!
    210                  if(H2Ocont_simple)then
    211                     call interpolateH2Ocont_PPC(wn_cont,T_cont,p_cont,p_air,dtemp,.false.)
    212                  else
    213                     interm = indi(nw,igas,igas)
    214                     call interpolateH2Ocont_CKD(wn_cont,T_cont,p_cont,p_air,dtemp,.false.,interm)
    215                     indi(nw,igas,igas) = interm
    216                  endif
     210                 interm = indi(nw,igas,igas)
     211                 call interpolateH2O_self_foreign(wn_cont,T_cont,p_cont,p_air,dtemp,.false.,interm) ! MTCKD v3.3
     212                 indi(nw,igas,igas) = interm
    217213
    218214              endif
Note: See TracChangeset for help on using the changeset viewer.