- 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_noncyclic/INPUT/flow_around_cube_noncyclic_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 !-- physics … … 68 68 dt_dopr = 1800.0, ! output interval for profile data 69 69 70 data_output = 'u', 'u_av', 71 'v', 'v_av', 72 'w', 'w_av', ! 2d and/ 73 ! or 3d 74 ! output 70 data_output = 'u', 'u_av', 'v', 'v_av', 'w', 'w_av', 75 71 76 data_output_pr = '#u', 'u*2', 'wu', 'w*u*', 'w"u"', 77 '#v', 'v*2', 'wv', 'w*v*', 'w"v"', 78 'w', 'w*2', 79 'e', 'e*', 80 '#km', 81 '#l', ! Profile 82 ! output 72 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', 83 73 84 74 averaging_interval = 1800.0, ! averaging interval general data
Note: See TracChangeset
for help on using the changeset viewer.