Ignore:
Timestamp:
Mar 26, 2013 6:16:16 PM (11 years ago)
Author:
hoffmann
Message:

optimization of two-moments cloud physics

File:
1 edited

Legend:

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

    r1112 r1115  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! calculation of qr and nr is restricted to precipitation
    2323!
    2424! Former revisions:
     
    130130          IF ( humidity  .OR.  passive_scalar )  THEN
    131131             q => q_1;    q_p => q_2
    132              IF ( cloud_physics  .AND.  icloud_scheme == 0 )  THEN
     132             IF ( cloud_physics  .AND.  icloud_scheme == 0  .AND.  &
     133                  precipitation )  THEN
    133134                qr => qr_1;    qr_p => qr_2
    134135                nr => nr_1;    nr_p => nr_2
     
    153154          IF ( humidity  .OR.  passive_scalar )  THEN
    154155             q => q_2;    q_p => q_1
    155              IF ( cloud_physics  .AND.  icloud_scheme == 0 )  THEN
     156             IF ( cloud_physics  .AND.  icloud_scheme == 0  .AND.  &
     157                  precipitation)  THEN
    156158                qr => qr_2;    qr_p => qr_1
    157159                nr => nr_2;    nr_p => nr_1
Note: See TracChangeset for help on using the changeset viewer.