Ignore:
Timestamp:
Nov 22, 2012 5:42:36 PM (12 years ago)
Author:
hoffmann
Message:

cloud physics: rain sedimentation and turbulence effects

File:
1 edited

Legend:

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

    r1054 r1065  
    2020! Current revisions:
    2121! -----------------
     22! +nc, c_sedimentation, limiter_sedimentation, turbulence
     23! -mu_constant, mu_constant_value
    2224!
    2325! Former revisions:
     
    199201             call_psolver_at_all_substeps, canopy_mode, canyon_height, &
    200202             canyon_width_x, canyon_width_y, canyon_wall_left, &
    201              canyon_wall_south, cfl_factor, cloud_droplets, cloud_physics, &
    202              cloud_scheme, collective_wait, conserve_volume_flow, &
     203             canyon_wall_south, c_sedimentation, cfl_factor, cloud_droplets, &
     204             cloud_physics, cloud_scheme, collective_wait, &
     205             conserve_volume_flow, &
    203206             conserve_volume_flow_mode, coupling_start_time, cthf, &
    204207             curvature_solution_effects, cycle_mg, damp_level_1d, &
     
    212215             initializing_actions, km_constant, lad_surface, &
    213216             lad_vertical_gradient, lad_vertical_gradient_level, &
    214              leaf_surface_concentration, &
     217             leaf_surface_concentration, limiter_sedimentation, &
    215218             loop_optimization, masking_method, mg_cycles, &
    216219             mg_switch_to_pe0_level, mixing_length_1d, momentum_advec, &
    217              mu_constant, mu_constant_value, &
    218              netcdf_precision, neutral, ngsrb, nr_surface, &
     220             nc, netcdf_precision, neutral, ngsrb, nr_surface, &
    219221             nr_surface_initial_change, nr_vertical_gradient, &
    220222             nr_vertical_gradient_level, nsor, &
     
    241243             topography, topography_grid_convention, top_heatflux, &
    242244             top_momentumflux_u, top_momentumflux_v, top_salinityflux, &
    243              turbulent_inflow, ug_surface, ug_vertical_gradient, &
     245             turbulence, turbulent_inflow, ug_surface, ug_vertical_gradient, &
    244246             ug_vertical_gradient_level, use_surface_fluxes, &
    245247             use_top_fluxes, use_ug_for_galilei_tr, use_upstream_for_tke, &
Note: See TracChangeset for help on using the changeset viewer.