Changeset 4224 for palm/trunk/TUTORIALS/cases/example_cbl/INPUT
- Timestamp:
- Sep 10, 2019 12:49:41 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/TUTORIALS/cases/example_cbl/INPUT/example_cbl_p3d
r4098 r4224 15 15 dz = 50.0, ! Size of single gridbox in z-direction 16 16 17 dz_stretch_level = 12 25.0, ! Height (in m) where stretching starts17 dz_stretch_level = 1200.0, ! Height (in m) where stretching starts 18 18 dz_stretch_factor = 1.08, ! dz(k+1) = dz(k) * dz_stretch_factor 19 19 ! … … 38 38 surface_heatflux = 0.1, ! sensible heat flux at the bottom surface 39 39 bc_pt_b = 'neumann', ! required with surface_heatflux 40 41 ! rayleigh_damping_height = 3500.0, ! Rayleigh damping height (in m) 42 ! rayleigh_damping_factor = 0.01, ! Rayleigh damping factor 40 43 ! 41 44 !-- numerics … … 57 60 create_disturbances = .TRUE., ! randomly perturbate horiz. velocity 58 61 dt_disturb = 150.0, ! interval for random perturbations 59 disturbance_energy_limit = 0.01 , ! upper limit for perturbation energy62 disturbance_energy_limit = 0.015, ! upper limit for perturbation energy 60 63 61 64 data_output_2d_on_each_pe = .FALSE., ! don't do 2D output on each MPI rank … … 69 72 dt_data_output = 900.0, ! output interval for general data 70 73 dt_data_output_av = 1800.0, ! output interval for averaged data 74 dt_do3d = 900.0, ! output interval for 3D data 75 dt_do2d_xy = 900.0, ! output interval for 2D XY data 76 dt_do2d_xz = 900.0, ! output interval for 2D XZ data 77 dt_do2d_yz = 900.0, ! output interval for 2D YZ data 71 78 dt_dopr = 900.0, ! output interval for profile data 72 79 … … 100 107 101 108 / ! end of runtime parameter namelist 102 109
Note: See TracChangeset
for help on using the changeset viewer.