Changeset 4228 for palm/trunk/EXAMPLES/mountain/example_mountain_p3d
- Timestamp:
- Sep 11, 2019 11:50:57 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/EXAMPLES/mountain/example_mountain_p3d
r886 r4228 5 5 fft_method = 'temperton-algorithm', 6 6 7 momentum_advec = 'pw-scheme', ! topography does not work with8 scalar_advec = 'pw-scheme', ! Wicker-Skamarock advection so far7 momentum_advec = 'pw-scheme', 8 scalar_advec = 'pw-scheme', 9 9 10 10 initializing_actions = 'set_1d-model_profiles', … … 19 19 20 20 topography = 'read_from_file', !Gaussian shaped mountain 21 21 !height: 1km, base diameter: 2km 22 22 wall_heatflux(0) = 0.05, 23 23 24 24 surface_heatflux = 0.05, bc_pt_b = 'neumann', / 25 25 26 26 &d3par end_time = 7200.0, … … 44 44 'v_xy','v_xz', 'v_yz', 'v_xy_av', 45 45 'w_xy','w_xz', 'w_yz', 'w_xy_av', 46 ' pt_xy','pt_xz', 'pt_yz', 'pt_xy_av',46 'theta_xy','theta_xz', 'theta_yz', 'theta_xy_av', 47 47 48 48 … … 50 50 averaging_interval_pr = 600.0, 51 51 dt_averaging_input_pr = 10.0, 52 data_output_pr = '# pt','#u', '#v', 'w',53 'w pt', 'w*pt*', 'w"pt"',52 data_output_pr = '#theta','#u', '#v', 'w', 53 'wtheta', 'w*theta*', 'w"theta"', 54 54 'wu', 'w*u*', 'w"u"', 55 55 'u*2', 'v*2', 'w*2',
Note: See TracChangeset
for help on using the changeset viewer.