Changeset 4098 for palm/trunk/TUTORIALS/cases/example_cbl/INPUT
- Timestamp:
- Jul 15, 2019 3:20:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/TUTORIALS/cases/example_cbl/INPUT/example_cbl_p3d
r4002 r4098 53 53 !-- run steering 54 54 !------------------------------------------------------------------------------- 55 end_time = 1 800.0, ! simulation time of the 3D model55 end_time = 10800.0, ! simulation time of the 3D model 56 56 57 57 create_disturbances = .TRUE., ! randomly perturbate horiz. velocity … … 71 71 dt_dopr = 900.0, ! output interval for profile data 72 72 73 data_output = 'w_xy', 74 'w_xz', 75 'w_xz_av', 76 'theta_xy', 77 'theta_xz', 73 data_output = 'u', 'u_av', 74 'v', 'v_av', 75 'w', 'w_av', 76 'theta', 'theta_av', 77 'u_xy', 'u_xz', 'u_yz', 'u_xz_av', 78 'v_xy', 'v_xz', 'v_yz', 'v_xz_av', 79 'w_xy', 'w_xz', 'w_yz', 'w_xz_av', 80 'theta_xy', 'theta_xz', 'theta_yz', 78 81 79 data_output_pr = 'wtheta', 'w"theta"', 'w*theta*', 80 'w*2', 82 data_output_pr = 'u', 'u*2', 83 'v', 'v*2', 84 'w', 'w*2', 'w*3', 81 85 '#theta', 'theta*2', 86 'wtheta', 'w"theta"', 'w*theta*', 82 87 83 88 section_xy = 2, 84 89 10, ! grid index for 2D XY cross sections 85 section_xz = 20, ! grid index for 2D XZ cross sections 90 section_xz = 5, 91 20, ! grid index for 2D XZ cross sections 92 section_yz = 20, 93 25, ! grid index for 2D YZ cross sections 86 94 87 95 averaging_interval = 900.0, ! averaging interval general data 88 96 dt_averaging_input = 10.0, ! averaging general data sampling rate 89 97 90 averaging_interval_pr = 600.0, ! averaging interval profile data91 dt_averaging_input_pr = 10.0,! averaging profile data sampling rate98 averaging_interval_pr = 900.0, ! averaging interval profile data 99 dt_averaging_input_pr = 0.0, ! averaging profile data sampling rate 92 100 93 101 / ! end of runtime parameter namelist
Note: See TracChangeset
for help on using the changeset viewer.