Ignore:
Timestamp:
Mar 26, 2009 3:11:21 PM (15 years ago)
Author:
heinze
Message:

Indentation of the message calls corrected

File:
1 edited

Legend:

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

    r264 r274  
    319319                                      ( rho_surface * dx * dy * dz )
    320320          IF ( ql_c(k,j,i) > 100.0 )  THEN
    321              WRITE( message_string, * ) 'k=',k,' j=',j,' i=',i, &
     321             WRITE( message_string, * ) 'k=',k,' j=',j,' i=',i,      &
    322322                          ' ql_c=',ql_c(k,j,i), ' &part(',n,')%wf=', &
    323323                          particles(n)%weight_factor,' delta_r=',delta_r
     
    329329          IF ( ( new_r - particles(n)%radius ) < 0.0  .AND.  new_r < 0.0 ) &
    330330          THEN
    331              WRITE( message_string, * ) '#1 k=',k,' j=',j,' i=',i, &
    332                           ' e_s=',e_s, ' e_a=',e_a,' t_int=',t_int, &
     331             WRITE( message_string, * ) '#1 k=',k,' j=',j,' i=',i,   &
     332                          ' e_s=',e_s, ' e_a=',e_a,' t_int=',t_int,  &
    333333                          ' &d_radius=',d_radius,' delta_r=',delta_r,&
    334334                          ' particle_radius=',particles(n)%radius
     
    424424                           effective_coll_efficiency < 0.0 )     &
    425425                      THEN
    426                          WRITE( message_string, * )   'collision_efficiency ' , &
    427                                    'out of range:' ,effective_coll_efficiency
    428                          CALL message( 'advec_particles', 'PA0145', 2, 2, 0, 6, 0 )
     426                         WRITE( message_string, * ) 'collision_efficiency ' , &
     427                                   'out of range:', effective_coll_efficiency
     428                         CALL message( 'advec_particles', 'PA0145', &
     429                                       2, 2, 0, 6, 0 )
    429430                      END IF
    430431
     
    19201921               maximum_number_of_particles  )  THEN
    19211922             IF ( netcdf_output )  THEN
    1922                 message_string = 'maximum_number_of_particles ' // &
    1923                                  'needs to be increased ' // &
     1923                message_string = 'maximum_number_of_particles ' //   &
     1924                                 'needs to be increased ' //         &
    19241925                                 '&but this is not allowed with ' // &
    19251926                                 'NetCDF output switched on'
     
    19401941                  maximum_number_of_tails  )  THEN
    19411942                IF ( netcdf_output )  THEN
    1942                    message_string = 'maximum_number_of_tails ' // &
    1943                                     'needs to be increased ' // &
     1943                   message_string = 'maximum_number_of_tails ' //    &
     1944                                    'needs to be increased ' //      &
    19441945                                    '&but this is not allowed wi' // &
    19451946                                    'th NetCDF output switched on'
     
    23252326          THEN
    23262327             IF ( netcdf_output )  THEN
    2327                  message_string = 'maximum_number_of_particles ' // &
    2328                                   'needs to be increased ' // &
     2328                 message_string = 'maximum_number_of_particles ' //    &
     2329                                  'needs to be increased ' //          &
    23292330                                  '&but this is not allowed with ' //  &
    23302331                                  'NetCDF output switched on'
     
    23532354             THEN
    23542355                IF ( netcdf_output )  THEN
    2355                    message_string = 'maximum_number_of_tails ' // &
    2356                                     'needs to be increased ' // &
     2356                   message_string = 'maximum_number_of_tails ' //   &
     2357                                    'needs to be increased ' //     &
    23572358                                    '&but this is not allowed wi'// &
    23582359                                    'th NetCDF output switched on'
     
    24022403          THEN
    24032404             IF ( netcdf_output )  THEN
    2404                 message_string = 'maximum_number_of_particles ' // &
    2405                                  'needs to be increased ' // &
     2405                message_string = 'maximum_number_of_particles ' //  &
     2406                                 'needs to be increased ' //        &
    24062407                                 '&but this is not allowed with '// &
    24072408                                 'NetCDF output switched on'
     
    24302431             THEN
    24312432                IF ( netcdf_output )  THEN
    2432                    message_string = 'maximum_number_of_tails ' // &
    2433                                     'needs to be increased ' // &
     2433                   message_string = 'maximum_number_of_tails ' //   &
     2434                                    'needs to be increased ' //     &
    24342435                                    '&but this is not allowed wi'// &
    24352436                                    'th NetCDF output switched on'
     
    27662767          THEN
    27672768             IF ( netcdf_output )  THEN
    2768                 message_string = 'maximum_number_of_particles ' // &
    2769                                  'needs to be increased ' // &
     2769                message_string = 'maximum_number_of_particles ' //  &
     2770                                 'needs to be increased ' //        &
    27702771                                 '&but this is not allowed with '// &
    27712772                                 'NetCDF output switched on'
     
    27942795             THEN
    27952796                IF ( netcdf_output )  THEN
    2796                    message_string = 'maximum_number_of_tails ' // &
    2797                                     'needs to be increased ' // &
     2797                   message_string = 'maximum_number_of_tails ' //    &
     2798                                    'needs to be increased ' //      &
    27982799                                    '&but this is not allowed wi' // &
    27992800                                    'th NetCDF output switched on'
     
    28432844          THEN
    28442845             IF ( netcdf_output )  THEN
    2845                 message_string = 'maximum_number_of_particles ' // &
    2846                                  'needs to be increased ' // &
     2846                message_string = 'maximum_number_of_particles ' //   &
     2847                                 'needs to be increased ' //         &
    28472848                                 '&but this is not allowed with ' // &
    28482849                                 'NetCDF output switched on'
     
    28712872             THEN
    28722873                IF ( netcdf_output )  THEN
    2873                    message_string = 'maximum_number_of_tails ' // &
    2874                                     'needs to be increased ' // &
     2874                   message_string = 'maximum_number_of_tails ' //   &
     2875                                    'needs to be increased ' //     &
    28752876                                    '&but this is not allowed wi'// &
    28762877                                    'th NetCDF output switched on'
     
    36613662    CALL handle_netcdf_error( 'output_particles_netcdf', 12 )
    36623663
    3663     nc_stat = NF90_PUT_VAR( id_set_prt, id_var_prt(11), particles%x,           &
     3664    nc_stat = NF90_PUT_VAR( id_set_prt, id_var_prt(11), particles%x,          &
    36643665                            start = (/ 1, prt_time_count /),                  &
    36653666                            count = (/ maximum_number_of_particles /) )
     
    38963897            k > nzt )  THEN
    38973898          WRITE( message_string, * ) ' particle out of range: i=', i, ' j=', &
    3898                           j, ' k=', k, &
    3899                           ' &nxl=', nxl, ' nxr=', nxr, &
    3900                           ' nys=', nys, ' nyn=', nyn, &
     3899                          j, ' k=', k,                                       &
     3900                          ' &nxl=', nxl, ' nxr=', nxr,                       &
     3901                          ' nys=', nys, ' nyn=', nyn,                        &
    39013902                          ' nzb=', nzb, ' nzt=', nzt
    39023903         CALL message( 'sort_particles', 'PA0149', 1, 2, 0, 6, 0 )
Note: See TracChangeset for help on using the changeset viewer.