Ignore:
Timestamp:
Feb 19, 2026, 9:22:06 PM (10 days ago)
Author:
mturbet
Message:

minor renaming commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phygeneric/newsedim.F

    r4077 r4079  
    1515      use tracer_h, only : igcm_h2o_ice
    1616      use watercommon_h, only: T_h2O_ice_liq,T_h2O_ice_clouds     
    17       use aerosol_radius, only: h2o_cloudrad
     17      use aerosol_radius, only: aerosol_radius_h2o_liquid_ice_separate
    1818
    1919      IMPLICIT NONE
     
    166166c Compute liquid and ice particle radii
    167167        if((iq.eq.igcm_h2o_ice).and.crystal_shape) then
    168             call h2o_cloudrad(ngrid,nlay,pqi,reffh2oliq,reffh2oice)
     168            call aerosol_radius_h2o_liquid_ice_separate(ngrid,
     169     &                         nlay,pqi,reffh2oliq,reffh2oice)
    169170        endif
    170171
Note: See TracChangeset for help on using the changeset viewer.