Ignore:
Timestamp:
Apr 7, 2016 1:15:51 PM (8 years ago)
Author:
hoffmann
Message:

cloud physics variables renamed

File:
1 edited

Legend:

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

    r1823 r1831  
    1919! Current revisions:
    2020! ------------------
    21 !
     21! turbulence renamed collision_turbulence
    2222!
    2323! Former revisions:
     
    233233               time_dots, time_do_av, time_do_sla, time_disturb, time_dvrp,    &
    234234               time_run_control, time_since_reference_point,                   &
    235                turbulence,                                                     &
    236235               turbulent_inflow, use_initial_profile_as_reference,             &
    237236               use_single_reference_value, u_gtrans, v_gtrans, ws_scheme_mom,  &
    238237               ws_scheme_sca
     238
     239    USE cloud_parameters,                                                      &
     240        ONLY: collision_turbulence
    239241
    240242    USE cpulog,                                                                &
     
    501503                   CALL exchange_horiz( ql_vp, nbgp )
    502504                ENDIF
    503                 IF ( wang_kernel  .OR.  turbulence  .OR.  use_sgs_for_particles ) &
    504                 THEN
     505                IF ( wang_kernel  .OR.  collision_turbulence  .OR.            &
     506                     use_sgs_for_particles )  THEN
    505507                   CALL exchange_horiz( diss, nbgp )
    506508                ENDIF
     
    568570                   CALL exchange_horiz( ql_vp, nbgp )
    569571                ENDIF
    570                 IF ( wang_kernel  .OR.  turbulence  .OR.  use_sgs_for_particles ) &
    571                 THEN
     572                IF ( wang_kernel  .OR.  collision_turbulence  .OR.            &
     573                     use_sgs_for_particles )  THEN
    572574                   CALL exchange_horiz( diss, nbgp )
    573575                ENDIF
     
    657659                CALL exchange_horiz( ql_vp, nbgp )
    658660             ENDIF
    659              IF ( wang_kernel  .OR.  turbulence  .OR.  use_sgs_for_particles ) &
    660              THEN
     661             IF ( wang_kernel  .OR.  collision_turbulence  .OR.                &
     662                  use_sgs_for_particles )  THEN
    661663                CALL exchange_horiz( diss, nbgp )
    662664             ENDIF
Note: See TracChangeset for help on using the changeset viewer.