Changeset 4409 for palm/trunk/TUTORIALS/cases/flow_around_cube_cyclic/INPUT
- Timestamp:
- Feb 14, 2020 1:39:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/TUTORIALS/cases/flow_around_cube_cyclic/INPUT/flow_around_cube_cyclic_p3d
r4222 r4409 22 22 vg_surface = 0.0, ! v-comp of geostrophic wind at surface 23 23 24 neutral = .T ., ! strictly neutral flow24 neutral = .TRUE., ! strictly neutral flow 25 25 ! 26 26 !-- mode 27 27 !------------------------------------------------------------------------------- 28 dp_external = .T ., ! use horizontal pressure gradient28 dp_external = .TRUE., ! use horizontal pressure gradient 29 29 dpdxy = -0.0002, 0.0, ! set pressure gradient along x 30 30 ! … … 58 58 !------------------------------------------------------------------------------- 59 59 end_time = 3600.0, ! simulation time of the 3D model 60 create_disturbances = .T ., ! randomly perturbate horiz. velocity60 create_disturbances = .TRUE., ! randomly perturbate horiz. velocity 61 61 ! 62 62 !-- data output … … 67 67 dt_dopr = 1800.0, ! output interval for profile data 68 68 69 data_output = 'u', 'u_av', 70 'v', 'v_av', 71 'w', 'w_av', ! 2d and/ 72 ! or 3d 73 ! output 69 data_output = 'u', 'u_av', 'v', 'v_av', 'w', 'w_av', 74 70 75 data_output_pr = '#u', 'u*2', 'wu', 'w*u*', 'w"u"', 76 '#v', 'v*2', 'wv', 'w*v*', 'w"v"', 77 'w', 'w*2', 78 'e', 'e*', 79 '#km', 80 '#l', ! Profile 81 ! output 71 data_output_pr = '#u', 'u*2', 'wu', 'w*u*', 'w"u"', '#v', 'v*2', 'wv', 'w*v*', 'w"v"', 'w', 'w*2', 'e', 'e*', '#km', '#l', 82 72 83 73 averaging_interval = 1800.0, ! averaging interval general data
Note: See TracChangeset
for help on using the changeset viewer.