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/topo_file/example_topo_file_p3d

    r712 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
    1919         topography = 'read_from_file',
    20          topography_grid_convention = 'cell_center',  ! default
    21 
    22          surface_heatflux = 0.0,               ! strictly neutral simulation
    23          wall_heatflux = 0.0, 0.0, 0.0, 0.0, 0.0,  /
     20         topography_grid_convention = 'cell_center',  / ! default
    2421
    2522 &d3par  end_time                  =   7200.0,
Note: See TracChangeset for help on using the changeset viewer.