Ignore:
Timestamp:
Feb 1, 2008 12:41:46 PM (16 years ago)
Author:
raasch
Message:

further updates for turbulent inflow: reading input data of a precursor run using a smaller total domain is working

File:
1 edited

Legend:

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

    r139 r147  
    44! Actual revisions:
    55! -----------------
    6 !
     6! Case of reading data for recycling included in initializing_actions
    77!
    88! Former revisions:
     
    506506    ENDIF
    507507
    508     IF ( TRIM( initializing_actions ) /= 'read_restart_data' )  THEN
     508    IF ( TRIM( initializing_actions ) /= 'read_restart_data'  .AND.  &
     509         TRIM( initializing_actions ) /= 'read_data_for_recycling' )  THEN
    509510!
    510511!--    No model continuation run; several initialising actions are possible
Note: See TracChangeset for help on using the changeset viewer.