Ignore:
Timestamp:
Jan 20, 2025, 10:17:54 AM (12 days ago)
Author:
debatzbr
Message:

Connecting microphysics to radiative transfer + miscellaneous cleans

File:
1 edited

Legend:

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

    r3572 r3585  
    44!  module to centralize the radii calculations for aerosols
    55!==================================================================
    6 
    7 !     N2 cloud properties (initialized in inifis)
    8       real,save :: Nmix_n2 ! Number mixing ratio of N2 ice particles
    9 !$OMP THREADPRIVATE(Nmix_n2)
    106
    117      ! flag to specify if we assume a constant fixed radius for particles
     
    3026      use datafile_mod, only: hazerad_file
    3127      use aerosol_mod, only: iaero_haze, i_haze
    32       use tracer_h, only: radius, nqtot, is_rgcs, nmono
     28      use tracer_h, only: radius, nqtot, nmono
    3329      Implicit none
    3430
     
    6763      USE tracer_h, only:rho_n2,nmono
    6864      use comcstfi_mod, only: pi
    69       use aerosol_mod, only: iaero_haze, i_haze
     65      use aerosol_mod, only: iaero_haze
    7066      use datafile_mod
    7167      Implicit none
Note: See TracChangeset for help on using the changeset viewer.