Ignore:
Timestamp:
May 28, 2018 7:55:41 AM (6 years ago)
Author:
Giersch
Message:

Code adjusted according to coding standards, renamed namelists, error messages revised until PA0347, output CASE 108 disabled

File:
1 edited

Legend:

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

    r3039 r3045  
    2525! -----------------
    2626! $Id$
     27! Error messages revised
     28!
     29! 3039 2018-05-24 13:13:11Z schwenkel
    2730! bugfix for lcm with grid stretching
    2831!
     
    380383!--    the model timestep might be too long.
    381384       IF ( ql_c(kp,jp,ip) > 100.0_wp )  THEN
    382           WRITE( message_string, * ) 'k=',kp,' j=',jp,' i=',ip,      &
    383                        ' ql_c=',ql_c(kp,jp,ip), ' &part(',n,')%wf=', &
     385          WRITE( message_string, * ) 'k=',kp,' j=',jp,' i=',ip,                &
     386                       ' ql_c=',ql_c(kp,jp,ip), ' part(',n,')%wf=',            &
    384387                       particles(n)%weight_factor,' delta_r=',delta_r
    385388          CALL message( 'lpm_droplet_condensation', 'PA0143', 2, 2, -1, 6, 1 )
     
    390393       delta_r = new_r(n) - particles(n)%radius
    391394       IF ( delta_r < 0.0_wp  .AND. new_r(n) < 0.0_wp )  THEN
    392           WRITE( message_string, * ) '#1 k=',kp,' j=',jp,' i=',ip,    &
    393                        ' e_s=',e_s, ' e_a=',e_a,' t_int=',t_int,      &
    394                        ' &delta_r=',delta_r,                          &
     395          WRITE( message_string, * ) '#1 k=',kp,' j=',jp,' i=',ip,             &
     396                       ' e_s=',e_s, ' e_a=',e_a,' t_int=',t_int,               &
     397                       ' delta_r=',delta_r,                                    &
    395398                       ' particle_radius=',particles(n)%radius
    396399          CALL message( 'lpm_droplet_condensation', 'PA0144', 2, 2, -1, 6, 1 )
Note: See TracChangeset for help on using the changeset viewer.