Ignore:
Timestamp:
Jan 28, 2015 12:45:42 PM (9 years ago)
Author:
kanani
Message:

updated some run examples according to latest PALM revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/EXAMPLES/building/example_building_p3d

    r698 r1542  
    44         fft_method = 'temperton-algorithm',   ! fast, but restrictions apply
    55
    6          momentum_advec = 'pw-scheme',         ! topography does not work with
    7          scalar_advec   = 'pw-scheme',         ! Wicker-Skamarock advection so far
     6         momentum_advec = 'ws-scheme',         ! default advection scheme
     7         scalar_advec   = 'ws-scheme',
    88
    99         omega = 0.0,                          ! no Coriolis force
     
    1313         ug_surface = 1.0, vg_surface = 0.0,   ! implies bulk velocity 1 m/s
    1414         roughness_length = 0.1,               ! applies to all surfaces locally
     15         neutral = .T.,                        ! strictly neutral flow
    1516
    16          bc_pt_b = 'neumann',
    1717         bc_uv_t = 'dirichlet_0',              ! channel flow boundary condition
    1818
     
    2121         building_height   = 40.0,
    2222         building_length_x = 40.0,
    23          building_length_y = 40.0,
    24 
    25          surface_heatflux = 0.0,               ! strictly neutral simulation
    26          wall_heatflux = 0.0, 0.0, 0.0, 0.0, 0.0,  /
     23         building_length_y = 40.0,  /
    2724
    2825 &d3par  end_time                  =   7200.0,
Note: See TracChangeset for help on using the changeset viewer.