Changeset 1542 for palm/trunk/EXAMPLES/topo_file/example_topo_file_p3d
- Timestamp:
- Jan 28, 2015 12:45:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/EXAMPLES/topo_file/example_topo_file_p3d
r712 r1542 4 4 fft_method = 'temperton-algorithm', ! fast, but restrictions apply 5 5 6 momentum_advec = ' pw-scheme', ! topography does not work with7 scalar_advec = ' pw-scheme', ! Wicker-Skamarock advection so far6 momentum_advec = 'ws-scheme', ! default advection scheme 7 scalar_advec = 'ws-scheme', 8 8 9 9 omega = 0.0, ! no Coriolis force … … 13 13 ug_surface = 1.0, vg_surface = 0.0, ! implies bulk velocity 1 m/s 14 14 roughness_length = 0.1, ! applies to all surfaces locally 15 neutral = .T., ! strictly neutral flow 15 16 16 bc_pt_b = 'neumann',17 17 bc_uv_t = 'dirichlet_0', ! channel flow boundary condition 18 18 19 19 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 24 21 25 22 &d3par end_time = 7200.0,
Note: See TracChangeset
for help on using the changeset viewer.