Ignore:
Timestamp:
Feb 20, 2013 2:15:53 AM (11 years ago)
Author:
raasch
Message:

small bugfixes; mrun and subjob scripts are made bash compatible; further adjustments for lckyuh

File:
1 edited

Legend:

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

    r1093 r1103  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Bugfix: turbulent inflow must not require cyclic fill in restart runs
    2323!
    2424! Former revisions:
     
    34363436!
    34373437!-- Turbulent inflow requires that 3d arrays have been cyclically filled with
    3438 !-- data from prerun
    3439     IF ( turbulent_inflow  .AND.  initializing_actions /= 'cyclic_fill' )  THEN
     3438!-- data from prerun in the first main run
     3439    IF ( turbulent_inflow  .AND.  initializing_actions /= 'cyclic_fill'  .AND. &
     3440         initializing_actions /= 'read_restart_data' )  THEN
    34403441       message_string = 'turbulent_inflow = .T. requires ' // &
    34413442                        'initializing_actions = ''cyclic_fill'' '
Note: See TracChangeset for help on using the changeset viewer.