Ignore:
Timestamp:
Mar 6, 2015 10:48:54 AM (9 years ago)
Author:
keck
Message:

implemented possibility of adding a y shift to the recycled inflow turbulence

File:
1 edited

Legend:

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

    r1551 r1560  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! +recycling_yshift
    2323!
    2424! Former revisions:
     
    528528          CASE ( 'recycling_width' )
    529529             READ ( 13 )  recycling_width
     530          CASE ( 'recycling_yshift' )
     531             READ ( 13 ) recycling_yshift
    530532          CASE ( 'reference_state' )
    531533             READ ( 13 )  reference_state
Note: See TracChangeset for help on using the changeset viewer.