Ignore:
Timestamp:
Apr 16, 2014 3:17:48 PM (10 years ago)
Author:
hoffmann
Message:

improved version of two-moment cloud physics

File:
1 edited

Legend:

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

    r1360 r1361  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! +call_microphysics_at_all_substeps
    2323!
    2424! Former revisions:
     
    148148               bottom_salinityflux, building_height, building_length_x,        &
    149149               building_length_y, building_wall_left, building_wall_south,     &
    150                call_psolver_at_all_substeps, canopy_mode, canyon_height,       &
     150               call_microphysics_at_all_substeps, call_psolver_at_all_substeps,&
     151               canopy_mode, canyon_height,                                     &
    151152               canyon_width_x, canyon_width_y, canyon_wall_left,               &
    152153               canyon_wall_south, cfl_factor,                                  &
     
    248249             bottom_salinityflux, building_height, building_length_x, &
    249250             building_length_y, building_wall_left, building_wall_south, &
    250              call_psolver_at_all_substeps, canopy_mode, canyon_height, &
     251             call_psolver_at_all_substeps, call_microphysics_at_all_substeps, &
     252             canopy_mode, canyon_height, &
    251253             canyon_width_x, canyon_width_y, canyon_wall_left, &
    252254             canyon_wall_south, c_sedimentation, cfl_factor, cloud_droplets, &
Note: See TracChangeset for help on using the changeset viewer.