Ignore:
Timestamp:
May 28, 2009 12:13:56 PM (15 years ago)
Author:
letzel
Message:
  • initializing_actions='read_data_for_recycling' renamed to 'cyclic_fill', now independent of turbulent_inflow (check_parameters, header, init_3d_model)
File:
1 edited

Legend:

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

    r308 r328  
    44! Actual revisions:
    55! -----------------
     6! initializing_actions='read_data_for_recycling' renamed to 'cyclic_fill'
    67! Check for illegal entries in section_xy|xz|yz that exceed nz+1|ny+1|nx+1
    78! Coupling with independent precursor runs.
     
    531532
    532533    IF ( TRIM( initializing_actions ) /= 'read_restart_data'  .AND.  &
    533          TRIM( initializing_actions ) /= 'read_data_for_recycling' )  THEN
     534         TRIM( initializing_actions ) /= 'cyclic_fill' )  THEN
    534535!
    535536!--    No restart run: several initialising actions are possible
Note: See TracChangeset for help on using the changeset viewer.