Changeset 4765 for palm/trunk/TUTORIALS/cases/example_cbl/INPUT
- Timestamp:
- Nov 2, 2020 10:31:45 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/TUTORIALS/cases/example_cbl/INPUT/example_cbl_p3d
r4409 r4765 26 26 27 27 pt_surface = 300.0, ! initial surface potential temp 28 pt_vertical_gradient = 0.0, 1.0, ! piecewise temp gradients 29 pt_vertical_gradient_level = 0.0, 800.0, ! height level of temp gradients 28 pt_vertical_gradient = 0.0, 29 1.0, ! piecewise temp gradients 30 pt_vertical_gradient_level = 0.0, 31 800.0, ! height level of temp gradients 30 32 31 33 ! … … 72 74 dt_dopr = 900.0, ! output interval for profile data 73 75 74 data_output = 'u', 'u_av','v', 'v_av','w', 'w_av','theta', 'theta_av','u_xy', 'u_xz', 'u_yz', 'u_xz_av', 'v_xy', 'v_xz', 'v_yz', 'v_xz_av', 'w_xy', 'w_xz', 'w_yz', 'w_xz_av', 'theta_xy', 'theta_xz', 'theta_yz', 76 data_output = 'u', 'u_av', 77 'v', 'v_av', 78 'w', 'w_av', 79 'theta', 'theta_av', 80 'u_xy', 'u_xz', 'u_yz', 'u_xz_av', 81 'v_xy', 'v_xz', 'v_yz', 'v_xz_av', 82 'w_xy', 'w_xz', 'w_yz', 'w_xz_av', 83 'theta_xy', 'theta_xz', 'theta_yz', 75 84 76 data_output_pr = 'u', 'u*2', 'v', 'v*2', 'w', 'w*2', 'w*3', '#theta', 'theta*2', 'wtheta', 'w"theta"', 'w*theta*', 85 data_output_pr = 'u', 'u*2', 86 'v', 'v*2', 87 'w', 'w*2', 'w*3', 88 '#theta', 'theta*2', 89 'wtheta', 'w"theta"', 'w*theta*', 77 90 78 91 section_xy = 2,
Note: See TracChangeset
for help on using the changeset viewer.