Changeset 3375 for trunk/LMDZ.PLUTO


Ignore:
Timestamp:
Jun 13, 2024, 2:52:12 PM (5 months ago)
Author:
afalco
Message:

Pluto PCM: few fixes for aerohazes

File:
1 edited

Legend:

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

    r3361 r3375  
    576576
    577577
     578      ! AF24: for now only consider one aerosol (=haze)
     579      if (aerohaze) then
    578580        do iaer=1,naerkind
    579581            ! Shortwave.
     
    682684            end do ! L_LEVELS
    683685        end do ! naerkind
     686      end if ! aerohaze
    684687
    685688!-----------------------------------------------------------------------
    686689!     Aerosol optical depths
    687690!-----------------------------------------------------------------------
     691      if (aerohaze) then
    688692        do iaer=1,naerkind     ! a bug was here
    689693            do k=0,nlayer-1
     
    704708
    705709         end do ! naerkind
     710      else
     711         tauaero(:,:)=0
     712      end if ! aerohaze
    706713
    707714         ! Albedo and Emissivity.
     
    10421049            do l=1,L_NLAYRAD
    10431050               fmnetv(l)=0.0d0
     1051               fmnetv_nu(l,:)=0.0d0
    10441052               fluxupv(l)=0.0d0
    10451053               fluxdnv(l)=0.0d0
Note: See TracChangeset for help on using the changeset viewer.