Changeset 800 for palm


Ignore:
Timestamp:
Dec 21, 2011 6:13:51 PM (12 years ago)
Author:
franke
Message:

last commit documented

Location:
palm/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r799 r800  
    135135     # 21/08/11 - Siggi - inferno admitted
    136136     # 29/11/11 - Siggi - adjustments for lcsgih/lcsgib queues, pingui admitted
    137 
     137     # 21/12/11 - Theres- solano admitted
    138138
    139139
  • palm/trunk/SOURCE/advec_particles.f90

    r799 r800  
    44! Current revisions:
    55! ------------------
    6 ! Implementation of Wang collision kernel and corresponding new parameter
    7 ! wang_collision_kernel
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 799 2011-12-21 17:48:03Z franke
     13! Implementation of Wang collision kernel and corresponding new parameter
     14! wang_collision_kernel
    1215!
    1316! 792 2011-12-01 raasch
  • palm/trunk/SOURCE/compute_vpt.f90

    r799 r800  
    44! Current revisions:
    55! -----------------
    6 ! Bugfix: ql is now included in calculation of vpt in case of
    7 !         cloud droplets
     6!
    87!
    98! Former revisions:
    109! -----------------
    1110! $Id$
     11!
     12! 799 2011-12-21 17:48:03Z franke
     13! Bugfix: ql is now included in calculation of vpt in case of
     14!         cloud droplets
     15!
    1216! RCS Log replace by Id keyword, revision history cleaned up
    1317!
  • palm/trunk/SOURCE/interaction_droplets_ptq.f90

    r799 r800  
    44! Current revisions:
    55! -----------------
    6 ! Bugfix: pt_d_t(k) was missing in calculation of pt_p
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 799 2011-12-21 17:48:03Z franke
     13! Bugfix: pt_d_t(k) was missing in calculation of pt_p
     14!
    1115! RCS Log replace by Id keyword, revision history cleaned up
    1216!
  • palm/trunk/SOURCE/wang_kernel.f90

    r799 r800  
    44! Current revisions:
    55! -----------------
    6 ! speed optimizations and formatting
    7 ! Bugfix: iq=1 is not allowed (routine effic)
    8 ! Bugfix: replaced stop by ec=0.0 in case of very small ec (routine effic) 
     6!
    97!
    108! Former revisions:
    119! -----------------
    1210! $Id$
     11!
     12! 799 2011-12-21 17:48:03Z franke
     13! speed optimizations and formatting
     14! Bugfix: iq=1 is not allowed (routine effic)
     15! Bugfix: replaced stop by ec=0.0 in case of very small ec (routine effic)
    1316!
    1417! 790 2011-11-29 03:11:20Z raasch
Note: See TracChangeset for help on using the changeset viewer.