Ignore:
Timestamp:
Feb 16, 2026, 3:47:40 PM (13 days ago)
Author:
debatzbr
Message:

Pluto PCM: Improvement of Ice Microphysics + some cleans.
Allows for nucleation on spherical, fractal, or both aerosol types.
Add coagulation of ice particles.
BBT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/muphypluto/mp2m_globals.F90

    r4032 r4073  
    9393    ! Moments parameters (mm_clouds_init)
    9494    PROTECTED :: mm_m0ccn, mm_m3ccn, mm_m3ice
    95     ! Moments parameters (derived, are updated with moments parameters)
    96     PROTECTED :: mm_drad, mm_drho
    9795    ! Thresholds parameters
    9896    PROTECTED :: mm_m0ccn_min, mm_m3ccn_min, mm_m3cld_min, mm_drad_min, mm_drad_max
     
    12911289 
    12921290      IF (Ntot <= mm_m0ccn_min .OR. Vtot <= mm_m3cld_min) THEN
    1293         drad = mm_drad_min
    1294         IF (PRESENT(drho)) drho = mm_rhoaer
     1291        drad = 0._mm_wp
     1292        IF (PRESENT(drho)) drho = 0._mm_wp
    12951293      ELSE
    12961294        drad = (Vtot / Ntot)**athird
Note: See TracChangeset for help on using the changeset viewer.