Ignore:
Timestamp:
Feb 18, 2026, 10:28:23 AM (7 weeks ago)
Author:
mturbet
Message:

renaming and merging of radiative routines in phygeneric

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phygeneric/condense_co2.F90

    r3893 r4077  
    88      use radinc_h, only : L_NSPECTV
    99      use gases_h, only: gfrac, igas_co2
    10       use radii_mod, only : co2_reffrad
    11       use aerosol_mod, only : iaero_co2
     10      use aerosol_radius, only : aerosol_radius_co2
     11      use aerosol_global_variables , only : iaero_co2
    1212      USE surfdat_h, only: emisice, emissiv
    1313      USE geometry_mod, only: latitude ! in radians
     
    273273         ! Gravitational sedimentation starts.
    274274           
    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)
    277277         
    278278         DO  ilay=1,nlayer
Note: See TracChangeset for help on using the changeset viewer.