Changeset 4077 for trunk/LMDZ.GENERIC/libf/phygeneric/condense_co2.F90
- Timestamp:
- Feb 18, 2026, 10:28:23 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phygeneric/condense_co2.F90
r3893 r4077 8 8 use radinc_h, only : L_NSPECTV 9 9 use gases_h, only: gfrac, igas_co2 10 use radii_mod, only : co2_reffrad11 use aerosol_ mod, only : iaero_co210 use aerosol_radius, only : aerosol_radius_co2 11 use aerosol_global_variables , only : iaero_co2 12 12 USE surfdat_h, only: emisice, emissiv 13 13 USE geometry_mod, only: latitude ! in radians … … 273 273 ! Gravitational sedimentation starts. 274 274 275 ! Sedimentation computed from radius computed from q in module radii_mod.276 call co2_reffrad(ngrid,nlayer,nq,zq,reffrad)275 ! Sedimentation computed from radius computed from q in module aerosol_radius. 276 call aerosol_radius_co2(ngrid,nlayer,nq,zq,reffrad) 277 277 278 278 DO ilay=1,nlayer
Note: See TracChangeset
for help on using the changeset viewer.
