Ignore:
Timestamp:
Nov 20, 2017 12:40:38 PM (6 years ago)
Author:
schwenkel
Message:

enable particle advection with grid stretching and some formatation changes in lpm

File:
1 edited

Legend:

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

    r2575 r2628  
    2525! -----------------
    2626! $Id$
     27! Enabled particle advection with grid stretching -> Removed parameter check
     28!
     29! 2575 2017-10-24 09:57:58Z maronga
    2730! Renamed phi --> latitude
    2831!
     
    880883
    881884!
    882 !-- Check if vertical grid stretching is used together with particles
    883     IF ( dz_stretch_level < 100000.0_wp .AND. particle_advection )  THEN
    884        message_string = 'Vertical grid stretching is not allowed together ' // &
    885                         'with particle advection.'
    886        CALL message( 'check_parameters', 'PA0017', 1, 2, 0, 6, 0 )
    887     ENDIF
    888 
    889 !
    890885!-- Check topography setting (check for illegal parameter combinations)
    891886    IF ( topography /= 'flat' )  THEN
Note: See TracChangeset for help on using the changeset viewer.