Changeset 1060
- Timestamp:
- Nov 21, 2012 7:19:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1054 r1060 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! additional check for parameter turbulent_inflow 22 23 ! 23 24 ! Former revisions: … … 3419 3420 3420 3421 ! 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 ! 3421 3431 !-- In case of turbulent inflow calculate the index of the recycling plane 3422 3432 IF ( turbulent_inflow ) THEN
Note: See TracChangeset
for help on using the changeset viewer.