Changeset 2011 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Sep 19, 2016 5:29:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r2008 r2011 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! Flag urban_surface is now defined in module control_parameters, 23 ! removed commented CALLs of global_min_max. 23 24 ! 24 25 ! Former revisions: … … 275 276 time_dots, time_do_av, time_do_sla, time_disturb, time_dvrp, & 276 277 time_run_control, time_since_reference_point, & 277 turbulent_inflow, use_initial_profile_as_reference, & 278 turbulent_inflow, urban_surface, & 279 use_initial_profile_as_reference, & 278 280 use_single_reference_value, u_gtrans, v_gtrans, virtual_flight, & 279 281 ws_scheme_mom, ws_scheme_sca … … 346 348 347 349 USE urban_surface_mod, & 348 ONLY: u rban_surface, usm_material_heat_model, usm_material_model, &350 ONLY: usm_material_heat_model, usm_material_model, & 349 351 usm_radiation, usm_surface_energy_balance 350 352 … … 1211 1213 timestep_scheme(1:5) /= 'runge' .OR. disturbance_created ) & 1212 1214 THEN 1213 ! IF ( current_timestep_number == 1 ) THEN1214 ! IF ( nxl < 7 .AND. nxr > 7 .AND. nys < 7 .AND. nyn > 7 ) THEN1215 ! u(10,7,7) = 0.551216 ! ENDIF1217 ! PRINT*, 'calculating minmax'1218 ! CALL global_min_max( nzb, nzt+1, nysg, nyng, nxlg, nxrg, u, &1219 ! 'abs', 0.0_wp, u_max, u_max_ijk )1220 ! CALL global_min_max( nzb, nzt+1, nysg, nyng, nxlg, nxrg, v, &1221 ! 'abs', 0.0_wp, v_max, v_max_ijk )1222 ! CALL global_min_max( nzb, nzt+1, nysg, nyng, nxlg, nxrg, w, &1223 ! 'abs', 0.0_wp, w_max, w_max_ijk )1224 ! PRINT*, 'calculated u_max = ', u_max, ' myid = ', myid1225 ! ENDIF1226 1215 CALL run_control 1227 1216 IF ( time_run_control >= dt_run_control ) THEN
Note: See TracChangeset
for help on using the changeset viewer.