Ignore:
Timestamp:
Mar 11, 2024, 5:26:53 PM (9 months ago)
Author:
afalco
Message:

Pluto PCM:
Methane/CO taken into account in callcorrk
AF

File:
1 edited

Legend:

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

    r3244 r3258  
    5555                              n2cond,nearn2cond,noseason_day,conservn2, &
    5656                              kbo,triton,paleo,paleoyears, &
    57                               carbox, methane, UseVdifcPlutold, &
     57                              carbox, methane, oldplutovdifc, oldplutocorrk, &
    5858                              aerohaze,haze_proffix,source_haze, &
    5959                              season, sedimentation,generic_condensation, &
     
    6767      use phys_state_var_mod
    6868      use callcorrk_mod, only: callcorrk
     69    !   use callcorrk_pluto_mod, only: callcorrk_pluto
    6970      use vdifc_mod, only: vdifc
    7071      use vdifc_pluto_mod, only: vdifc_pluto
     
    920921               ! standard callcorrk
    921922               ! clearsky=.false.
    922                call callcorrk(ngrid,nlayer,pq,nq,qsurf,                           &
     923            !    if (oldplutocorrk) then
     924            !       call callcorrk_pluto(icount,ngrid,nlayer,pq,nq,qsurf,          &
     925            !                    albedo,emis,mu0,pplev,pplay,pt,                   &
     926            !                    tsurf,fract,dist_star,aerosol, &
     927            !                    zdtlw,zdtsw,fluxsurf_lw,fluxsurf_sw,fluxtop_lw,   &
     928            !                    fluxabs_sw,fluxtop_dn,reffrad,tau_col,ptime,pday, &
     929            !                    firstcall,lastcall,zzlay)
     930            !    else
     931                call callcorrk(ngrid,nlayer,pq,nq,qsurf,                          &
    923932                              albedo,albedo_equivalent,emis,mu0,pplev,pplay,pt,   &
    924933                              tsurf,fract,dist_star,aerosol,muvar,                &
     
    929938                              tau_col,cloudfrac,totcloudfrac,                     &
    930939                              .false.,firstcall,lastcall)
    931 
     940            !    endif ! oldplutocorrk
    932941                !GG (feb2021): Option to "artificially" decrease the raditive time scale in
    933942                !the deep atmosphere  press > 0.1 bar. Suggested by MT.
     
    10421051         zflubid(1:ngrid)=fluxrad(1:ngrid)+fluxgrd(1:ngrid)
    10431052
    1044          if (UseVdifcPlutold) then
     1053         if (oldplutovdifc) then
    10451054            zflubid(1:ngrid)=fluxrad(1:ngrid)+fluxgrd(1:ngrid)
    10461055            zdum1(:,:) = 0
     
    10981107                          taux,tauy)
    10991108
    1100          else ! if (UseVdifcPlutold) .and. (UseTurbDiff)
     1109         else ! if (oldplutovdifc) .and. (UseTurbDiff)
    11011110
    11021111            zdh(1:ngrid,1:nlayer)=pdt(1:ngrid,1:nlayer)/zpopsk(1:ngrid,1:nlayer)
Note: See TracChangeset for help on using the changeset viewer.