Changeset 4848 for palm/trunk/SOURCE/init_pegrid.f90
- Timestamp:
- Jan 21, 2021 3:51:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_pegrid.f90
r4648 r4848 21 21 ! ----------------- 22 22 ! $Id$ 23 ! replaced use_syn_turb_gen by syn_turb_gen 24 ! 25 ! 4648 2020-08-25 07:52:08Z raasch 23 26 ! file re-formatted to follow the PALM coding standard 24 27 ! … … 95 98 ONLY: coupling_mode, coupling_topology, gathered_size, momentum_advec, & 96 99 outflow_source_plane, recycling_width, scalar_advec, subdomain_size, & 97 turbulent_inflow, turbulent_outflow, y_shift100 syn_turb_gen, turbulent_inflow, turbulent_outflow, y_shift 98 101 99 102 USE grid_variables, & … … 123 126 124 127 USE synthetic_turbulence_generator_mod, & 125 ONLY: id_stg_left, id_stg_north, id_stg_right, id_stg_south , use_syn_turb_gen128 ONLY: id_stg_left, id_stg_north, id_stg_right, id_stg_south 126 129 #endif 127 130 … … 1158 1161 !-- Please note, if no forcing or nesting is applied, the generator is applied only at the left 1159 1162 !-- lateral boundary. 1160 IF ( use_syn_turb_gen ) THEN1163 IF ( syn_turb_gen ) THEN 1161 1164 IF ( bc_dirichlet_l ) THEN 1162 1165 id_stg_left_l = myidx
Note: See TracChangeset
for help on using the changeset viewer.