Ignore:
Timestamp:
Feb 19, 2009 4:08:56 PM (15 years ago)
Author:
letzel
Message:
  • Option to predefine a target bulk velocity for conserve_volume_flow
File:
1 edited

Legend:

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

    r240 r241  
    55! -----------------
    66! +canyon_height, canyon_width_x, canyon_width_y, canyon_wall_left,
    7 ! canyon_wall_south, dp_external, dp_level_b, dp_smooth, dpdxy
     7! canyon_wall_south, conserve_volume_flow_mode, dp_external, dp_level_b,
     8! dp_smooth, dpdxy, u_bulk, v_bulk
    89!
    910! Former revisions:
     
    8182!-- Make version number check first
    8283    READ ( 13 )  version_on_file
    83     binary_version = '3.3'
     84    binary_version = '3.4'
    8485    IF ( TRIM( version_on_file ) /= TRIM( binary_version ) )  THEN
    8586       IF ( myid == 0 )  THEN
     
    240241          CASE ( 'conserve_volume_flow' )
    241242             READ ( 13 )  conserve_volume_flow
     243          CASE ( 'conserve_volume_flow_mode' )
     244             READ ( 13 )  conserve_volume_flow_mode
    242245          CASE ( 'cthf' )
    243246             READ ( 13 )  cthf
     
    508511          CASE ( 'turbulent_inflow' )
    509512             READ ( 13 )  turbulent_inflow
     513          CASE ( 'u_bulk' )
     514             READ ( 13 )  u_bulk
    510515          CASE ( 'u_init' )
    511516             READ ( 13 )  u_init
     
    542547          CASE ( 'use_upstream_for_tke' )
    543548             READ ( 13 )  use_upstream_for_tke
     549          CASE ( 'v_bulk' )
     550             READ ( 13 )  v_bulk
    544551          CASE ( 'v_init' )
    545552             READ ( 13 )  v_init
Note: See TracChangeset for help on using the changeset viewer.