Changeset 4409 for palm/trunk/TUTORIALS/cases/flow_around_cube_precursor
- Timestamp:
- Feb 14, 2020 1:39:31 PM (5 years ago)
- Location:
- palm/trunk/TUTORIALS/cases/flow_around_cube_precursor
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/TUTORIALS/cases/flow_around_cube_precursor/INPUT/flow_around_cube_precursor_p3d
r4222 r4409 26 26 vg_surface = 0.0, ! v-comp of geostrophic wind at surface 27 27 28 neutral = .T ., ! strictly neutral flow28 neutral = .TRUE., ! strictly neutral flow 29 29 ! 30 30 !-- mode 31 31 !------------------------------------------------------------------------------- 32 dp_external = .T ., ! use horizontal pressure gradient32 dp_external = .TRUE., ! use horizontal pressure gradient 33 33 dpdxy = -0.00003, 0.0, ! set pressure gradient along x 34 34 ! … … 57 57 !------------------------------------------------------------------------------- 58 58 end_time = 3600.0, ! simulation time of the 3D model 59 create_disturbances = .T .,! randomly perturbate horiz. velocity59 create_disturbances = .TRUE., ! randomly perturbate horiz. velocity 60 60 ! 61 61 !-- data output … … 66 66 dt_dopr = 1800.0, ! output interval for profile data 67 67 68 data_output = 'u', 'u_av', 69 'v', 'v_av', 70 'w', 'w_av', ! 2d and/ 71 ! or 3d 72 ! output 68 data_output = 'u', 'u_av', 'v', 'v_av', 'w', 'w_av', 73 69 74 data_output_pr = '#u', 'u*2', 'wu', 'w*u*', 'w"u"', 75 '#v', 'v*2', 'wv', 'w*v*', 'w"v"', 76 'w', 'w*2', 77 'e', 'e*', 78 '#km', 79 '#l', ! Profile 80 ! output 70 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', 81 71 82 72 averaging_interval = 1800.0, ! averaging interval general data -
palm/trunk/TUTORIALS/cases/flow_around_cube_precursor/MONITORING/flow_around_cube_precursor_rc
r4398 r4409 34 34 35 35 ****************************** -------------------------------------------- 36 * PALM 6.0 Rev: 4 397* atmosphere - run with 1D - prerun36 * PALM 6.0 Rev: 4402 * atmosphere - run with 1D - prerun 37 37 ****************************** -------------------------------------------- 38 38 39 Date: 2020-02- 08 Run: flow_around_cube_precursor40 Time: 12:53:43Run-No.: 0041 Run on host: default39 Date: 2020-02-12 Run: flow_around_cube_precursor__gfortr 40 Time: 09:09:44 Run-No.: 00 41 Run on host: gfortran_d 42 42 Number of PEs: 4 Processor grid (x,y): ( 2, 2) calculated 43 43 ------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.