Ignore:
Timestamp:
Jan 13, 2025, 2:52:33 PM (3 weeks ago)
Author:
debatzbr
Message:

Remove generic_aerosols and generic_condensation, along with their related variables (useless). RENAME THE VARIABLE AEROHAZE TO OPTICHAZE.

File:
1 edited

Legend:

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

    r3275 r3572  
    66
    77      Subroutine aeropacity(ngrid,nlayer,nq,pplay,pplev,pt, pq, &
    8          aerosol,reffrad,nueffrad, QREFvis3d,QREFir3d,tau_col, &
    9          cloudfrac,totcloudfrac,clearsky)
     8         aerosol,reffrad,nueffrad, QREFvis3d,QREFir3d,tau_col)
    109
    1110       use radinc_h, only : L_TAUMAX,naerkind
    12        use aerosol_mod, only: iaero_haze, i_haze, iaero_generic, &
    13                               noaero
     11       use aerosol_mod, only: iaero_haze, i_haze
    1412       USE tracer_h, only: noms,rho_n2,rho_ice,rho_q,mmol
    1513       use comcstfi_mod, only: g, pi, mugaz, avocado
    1614       use geometry_mod, only: latitude
    17        use callkeys_mod, only: aerofixn2,kastprof,cloudlvl,     &
    18                 pres_bottom_tropo,pres_top_tropo,obs_tau_col_tropo,     &
    19                 pres_bottom_strato,pres_top_strato,obs_tau_col_strato,  &
    20                 nlayaero, aeronlay_tauref, aeronlay_choice,             &
    21                 aeronlay_pbot, aeronlay_ptop, aeronlay_sclhght,         &
    22                 aerogeneric
    23         use generic_tracer_index_mod, only: generic_tracer_index
     15       use callkeys_mod, only: kastprof
    2416       implicit none
    2517
     
    7062      REAL,INTENT(IN) :: QREFir3d(ngrid,nlayer,naerkind)
    7163      REAL,INTENT(OUT):: tau_col(ngrid) !column integrated visible optical depth
    72       ! BENJAMIN MODIFS
    73       real,intent(in) :: cloudfrac(ngrid,nlayer) ! cloud fraction
    74       real,intent(out) :: totcloudfrac(ngrid) ! total cloud fraction
    75       logical,intent(in) :: clearsky
    7664
    7765      real aerosol0, obs_tau_col_aurora, pm
     
    9684      integer igen_ice,igen_gas ! to store the index of generic tracer
    9785      logical dummy_bool ! dummy boolean just in case we need one
    98       ! integer i_rgcs_ice(aerogeneric)
    9986      !  for venus clouds
    10087      real      :: p_bot,p_top,h_bot,h_top,mode_dens,h_lay
     
    11299          endif
    113100        enddo
    114 
    115         if (noaero) then
    116           print*, "No active aerosols found in aeropacity"
    117         else
    118           print*, "If you would like to use aerosols, make sure any old"
    119           print*, "start files are updated in newstart using the option"
    120           print*, "q=0"
    121           write(*,*) "Active aerosols found in aeropacity:"
    122         endif
    123101
    124102        firstcall=.false.
Note: See TracChangeset for help on using the changeset viewer.