Ignore:
Timestamp:
Apr 7, 2016 7:49:42 AM (8 years ago)
Author:
hoffmann
Message:

changes in LPM and bulk cloud microphysics

File:
1 edited

Legend:

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

    r1818 r1822  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! icloud_scheme removed. microphysics_sat_adjust, microphysics_kessler,
     22! microphysics_seifert added.
    2223!
    2324! Former revisions:
     
    626627                             bc_sa_t = 'neumann', &
    627628                             bc_uv_b = 'dirichlet', bc_uv_t = 'dirichlet', &
    628                              cloud_scheme = 'seifert_beheng', &
     629                             cloud_scheme = 'saturation_adjust', &
    629630                             coupling_mode = 'uncoupled', &
    630631                             coupling_mode_remote = 'uncoupled', &
     
    665666                     grid_level, ibc_e_b, ibc_p_b, ibc_p_t, &
    666667                     ibc_pt_b, ibc_pt_t, ibc_q_b, ibc_q_t, &
    667                      ibc_sa_t, ibc_uv_b, ibc_uv_t, icloud_scheme, &
     668                     ibc_sa_t, ibc_uv_b, ibc_uv_t, &
    668669                     inflow_disturbance_begin = -1, inflow_disturbance_end = -1, &
    669670                     intermediate_timestep_count, intermediate_timestep_count_max, &
     
    734735                lsf_vert = .TRUE., lptnudge = .FALSE., lqnudge = .FALSE., &
    735736                lunudge = .FALSE., lvnudge = .FALSE., lwnudge = .FALSE., &
    736                 masking_method = .FALSE., mg_switch_to_pe0 = .FALSE., &
     737                masking_method = .FALSE., &
     738                microphysics_sat_adjust = .FALSE., &
     739                microphysics_kessler = .FALSE., &
     740                microphysics_seifert = .FALSE., &
     741                mg_switch_to_pe0 = .FALSE., &
    737742                monotonic_adjustment = .FALSE.
    738743    LOGICAL ::  nest_bound_l = .FALSE. !< nested boundary on left side
Note: See TracChangeset for help on using the changeset viewer.