Changeset 4079 for trunk/LMDZ.GENERIC/libf/phygeneric/physiq_mod.F90
- Timestamp:
- Feb 19, 2026, 9:22:06 PM (9 days ago)
- File:
-
- 1 edited
-
trunk/LMDZ.GENERIC/libf/phygeneric/physiq_mod.F90 (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phygeneric/physiq_mod.F90
r4077 r4079 25 25 use rad_correlatedk_ini_aerosol_mod, only: rad_correlatedk_ini_aerosol 26 26 use rad_correlatedk_init_stellar_mod, only: rad_correlatedk_init_stellar 27 use aerosol_radius, only: h2o_reffrad, aerosol_radius_co227 use aerosol_radius, only: aerosol_radius_h2o_liquid_ice_mixture, aerosol_radius_co2 28 28 use aerosol_global_variables , only: aerosol_init, iaero_co2, iaero_h2o 29 29 use surfdat_h, only: phisfi, zmea, zstd, zsig, zgam, zthe, & … … 2305 2305 endif 2306 2306 if(water.and.(iaero_h2o.ne.0))then 2307 call h2o_reffrad(ngrid,nlayer,zq(1,1,igcm_h2o_ice),zt, &2307 call aerosol_radius_h2o_liquid_ice_mixture(ngrid,nlayer,zq(1,1,igcm_h2o_ice),zt, & 2308 2308 reffrad(1,1,iaero_h2o),nueffrad(1,1,iaero_h2o)) 2309 2309 do ig=1,ngrid
Note: See TracChangeset
for help on using the changeset viewer.
