Changeset 4079 for trunk/LMDZ.GENERIC/libf/phygeneric/newsedim.F
- Timestamp:
- Feb 19, 2026, 9:22:06 PM (10 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.GENERIC/libf/phygeneric/newsedim.F (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phygeneric/newsedim.F
r4077 r4079 15 15 use tracer_h, only : igcm_h2o_ice 16 16 use watercommon_h, only: T_h2O_ice_liq,T_h2O_ice_clouds 17 use aerosol_radius, only: h2o_cloudrad17 use aerosol_radius, only: aerosol_radius_h2o_liquid_ice_separate 18 18 19 19 IMPLICIT NONE … … 166 166 c Compute liquid and ice particle radii 167 167 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) 169 170 endif 170 171
Note: See TracChangeset
for help on using the changeset viewer.
