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/time_integration.f90

    r1818 r1822  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! icloud_scheme replaced by microphysics_*
    2222!
    2323! Former revisions:
     
    213213               dt_dopr_listing, dt_dosp, dt_dots, dt_dvrp, dt_run_control,     &
    214214               end_time, first_call_lpm, galilei_transformation, humidity,     &
    215                icloud_scheme, intermediate_timestep_count,                     &
     215               intermediate_timestep_count,                                    &
    216216               intermediate_timestep_count_max, large_scale_forcing,           &
    217                loop_optimization, lsf_surf, lsf_vert, masks, mid, nest_domain, &
     217               loop_optimization, lsf_surf, lsf_vert, masks,                   &
     218               microphysics_seifert, mid, nest_domain,                         &
    218219               neutral, nr_timesteps_this_run, nudging,                        &
    219                ocean, on_device, passive_scalar, precipitation,                &
     220               ocean, on_device, passive_scalar,                               &
    220221               prho_reference, pt_reference, pt_slope_offset, random_heatflux, &
    221222               run_coupled, simulated_time, simulated_time_chr,                &
     
    486487                IF (humidity  .OR.  passive_scalar)  THEN
    487488                   CALL exchange_horiz( q_p, nbgp )
    488                    IF ( cloud_physics .AND. icloud_scheme == 0 )  THEN
     489                   IF ( cloud_physics .AND. microphysics_seifert )  THEN
    489490                      CALL exchange_horiz( qr_p, nbgp )
    490491                      CALL exchange_horiz( nr_p, nbgp )
     
    553554                IF (humidity  .OR.  passive_scalar)  THEN
    554555                   CALL exchange_horiz( q_p, nbgp )
    555                    IF ( cloud_physics .AND. icloud_scheme == 0 )  THEN
     556                   IF ( cloud_physics .AND. microphysics_seifert )  THEN
    556557                      CALL exchange_horiz( qr_p, nbgp )
    557558                      CALL exchange_horiz( nr_p, nbgp )
     
    642643             IF (humidity  .OR.  passive_scalar)  THEN
    643644                CALL exchange_horiz( q_p, nbgp )
    644                 IF ( cloud_physics .AND. icloud_scheme == 0  .AND.  &
    645                      precipitation )  THEN
     645                IF ( cloud_physics .AND. microphysics_seifert )  THEN
    646646                   CALL exchange_horiz( qr_p, nbgp )
    647647                   CALL exchange_horiz( nr_p, nbgp )
Note: See TracChangeset for help on using the changeset viewer.