Ignore:
Timestamp:
Nov 21, 2012 7:19:51 AM (11 years ago)
Author:
raasch
Message:

additional check for parameter turbulent_inflow

File:
1 edited

Legend:

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

    r1054 r1060  
    2020! Current revisions:
    2121! -----------------
     22! additional check for parameter turbulent_inflow
    2223!
    2324! Former revisions:
     
    34193420
    34203421!
     3422!-- Turbulent inflow requires that 3d arrays have been cyclically filled with
     3423!-- data from prerun
     3424    IF ( turbulent_inflow  .AND.  initializing_actions /= 'cyclic_fill' )  THEN
     3425       message_string = 'turbulent_inflow = .T. requires ' // &
     3426                        'initializing_actions = ''cyclic_fill'' '
     3427       CALL message( 'check_parameters', 'PA0055', 1, 2, 0, 6, 0 )
     3428    ENDIF
     3429
     3430!
    34213431!-- In case of turbulent inflow calculate the index of the recycling plane
    34223432    IF ( turbulent_inflow )  THEN
Note: See TracChangeset for help on using the changeset viewer.