Changeset 256 for palm/trunk/EXAMPLES
- Timestamp:
- Mar 8, 2009 8:56:27 AM (16 years ago)
- Location:
- palm/trunk/EXAMPLES
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/EXAMPLES/building/example_building_p3d
r248 r256 15 15 16 16 topography = 'single_building', 17 topography_grid_convention = 'cell_edge', ! default 17 18 building_height = 40.0, 18 19 building_length_x = 40.0, … … 49 50 data_output = 'u', 'v', 'w', 50 51 'u_av', 'v_av', 'w_av', / 51 52 &userpar53 topography_grid_convention = 'cell_edge', /54 ! this is the default for topography = 'single_building' -
palm/trunk/EXAMPLES/constant_flux_layer/example_constant_flux_layer_p3d
r252 r256 20 20 21 21 topography = 'single_building', 22 topography_grid_convention = 'cell_edge', ! default 22 23 building_height = 40.0, 23 24 building_length_x = 40.0, … … 54 55 data_output = 'u', 'v', 'w', 55 56 'u_av', 'v_av', 'w_av', / 56 57 &userpar58 topography_grid_convention = 'cell_edge', /59 ! this is the default for topography = 'single_building' -
palm/trunk/EXAMPLES/topo_file/example_topo_file_p3d
r248 r256 15 15 16 16 topography = 'read_from_file', 17 topography_grid_convention = 'cell_center', ! default 17 18 18 19 surface_heatflux = 0.0, ! strictly neutral simulation … … 46 47 data_output = 'u', 'v', 'w', 47 48 'u_av', 'v_av', 'w_av', / 48 49 &userpar50 topography_grid_convention = 'cell_center', /51 ! this is the default for topography = 'read_from_file'
Note: See TracChangeset
for help on using the changeset viewer.