Changeset 3585 for trunk/LMDZ.PLUTO/libf/phypluto/radii_mod.F90
- Timestamp:
- Jan 20, 2025, 10:17:54 AM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/radii_mod.F90
r3572 r3585 4 4 ! module to centralize the radii calculations for aerosols 5 5 !================================================================== 6 7 ! N2 cloud properties (initialized in inifis)8 real,save :: Nmix_n2 ! Number mixing ratio of N2 ice particles9 !$OMP THREADPRIVATE(Nmix_n2)10 6 11 7 ! flag to specify if we assume a constant fixed radius for particles … … 30 26 use datafile_mod, only: hazerad_file 31 27 use aerosol_mod, only: iaero_haze, i_haze 32 use tracer_h, only: radius, nqtot, is_rgcs,nmono28 use tracer_h, only: radius, nqtot, nmono 33 29 Implicit none 34 30 … … 67 63 USE tracer_h, only:rho_n2,nmono 68 64 use comcstfi_mod, only: pi 69 use aerosol_mod, only: iaero_haze , i_haze65 use aerosol_mod, only: iaero_haze 70 66 use datafile_mod 71 67 Implicit none
Note: See TracChangeset
for help on using the changeset viewer.