Ignore:
Timestamp:
May 30, 2017 5:47:52 PM (7 years ago)
Author:
suehring
Message:

Adjustments according new topography and surface-modelling concept implemented

File:
1 edited

Legend:

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

    r2101 r2232  
    2020! Current revisions:
    2121! ------------------
    22 !
    23 !
     22! Replace wall_qflux, wall_sflux by wall_humidityflux and wall_scalarflux; add
     23! wall_salinityflux
     24! +tunnel_height, tunnel_length, tunnel_width_x, tunnel_width_y,
     25!  tunnel_wall_depth
     26!
    2427! Former revisions:
    2528! -----------------
     
    705708          CASE ( 'collision_turbulence' )
    706709             READ ( 13 )  collision_turbulence
     710          CASE ( 'tunnel_height' )
     711             READ ( 13 )  tunnel_height
     712          CASE ( 'tunnel_length' )
     713             READ ( 13 )  tunnel_length
     714          CASE ( 'tunnel_width_x' )
     715             READ ( 13 )  tunnel_width_x
     716          CASE ( 'tunnel_width_y' )
     717             READ ( 13 )  tunnel_width_y
     718          CASE ( 'tunnel_wall_depth' )
     719             READ ( 13 )  tunnel_wall_depth
    707720          CASE ( 'turbulent_inflow' )
    708721             READ ( 13 )  turbulent_inflow
     
    769782          CASE ( 'wall_heatflux' )
    770783             READ ( 13 )  wall_heatflux
    771           CASE ( 'wall_qflux' )
    772              READ ( 13 )  wall_qflux
    773           CASE ( 'wall_sflux' )
    774              READ ( 13 )  wall_sflux
     784          CASE ( 'wall_humidityflux' )
     785             READ ( 13 )  wall_humidityflux
     786          CASE ( 'wall_scalarflux' )
     787             READ ( 13 )  wall_scalarflux
     788          CASE ( 'wall_salinityflux' )
     789             READ ( 13 )  wall_salinityflux
    775790          CASE ( 'w_max' )
    776791             READ ( 13 )  w_max
     
    851866
    852867    READ ( 13 )  version_on_file
     868
    853869
    854870!
     
    932948    ENDIF
    933949
    934 
    935950!
    936951!-- Now read and check some control parameters and skip the rest
Note: See TracChangeset for help on using the changeset viewer.