Ignore:
Timestamp:
Apr 8, 2016 11:33:18 AM (8 years ago)
Author:
hoffmann
Message:

lpm_droplet_condensation improved, microphysics partially modularized

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/radiation_model_mod.f90

    r1827 r1849  
    1919! Current revisions:
    2020! -----------------
    21 !
     21! Adapted for modularization of microphysics
    2222!
    2323! Former revisions:
     
    9898
    9999    USE cloud_parameters,                                                      &
    100         ONLY:  cp, l_d_cp, nc_const, rho_l, sigma_gc 
     100        ONLY:  cp, l_d_cp, rho_l
    101101
    102102    USE constants,                                                             &
     
    112112
    113113    USE kinds
     114
     115    USE microphysics_mod,                                                      &
     116        ONLY:  nc_const, sigma_gc
    114117
    115118#if defined ( __netcdf )
Note: See TracChangeset for help on using the changeset viewer.