Changeset 3719 for palm/trunk/SOURCE/synthetic_turbulence_generator_mod.f90
- Timestamp:
- Feb 6, 2019 1:10:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/synthetic_turbulence_generator_mod.f90
r3646 r3719 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Removed log_point measurement from stg_init, since this part is counted to 28 ! log_point(2) 'initialisation' already. Moved other log_points to calls of 29 ! the subroutines in time_integration for better overview. 30 ! 31 ! 3646 2018-12-28 17:58:49Z kanani 27 32 ! Bugfix: use time_since_reference_point instead of simulated_time (relevant 28 33 ! when using wall/soil spinup) … … 182 187 syn_turb_gen 183 188 184 USE cpulog, &185 ONLY: cpu_log, log_point186 187 189 USE indices, & 188 190 ONLY: nbgp, nzb, nzt, nxl, nxlg, nxr, nxrg, nys, nyn, nyng, nysg … … 573 575 #endif 574 576 575 CALL cpu_log( log_point(57), 'synthetic_turbulence_gen', 'start' )576 577 577 #if defined( __parallel ) 578 578 ! … … 885 885 ENDIF 886 886 887 CALL cpu_log( log_point(57), 'synthetic_turbulence_gen', 'stop' )888 889 887 END SUBROUTINE stg_init 890 888 … … 1085 1083 REAL(wp) :: volume_flow_l !< local mass flux through lateral boundary 1086 1084 1087 CALL cpu_log( log_point(57), 'synthetic_turbulence_gen', 'start' )1088 1085 1089 1086 ! … … 1429 1426 time_stg_call = 0.0_wp 1430 1427 1431 CALL cpu_log( log_point(57), 'synthetic_turbulence_gen', 'stop' )1432 1428 1433 1429 END SUBROUTINE stg_main … … 1833 1829 INTEGER(iwp) :: k 1834 1830 1835 CALL cpu_log( log_point(57), 'synthetic_turbulence_gen', 'start' ) 1831 1836 1832 ! 1837 1833 !-- Compute mean boundary layer height according to Richardson-Bulk … … 1867 1863 time_stg_adjust = 0.0_wp 1868 1864 1869 CALL cpu_log( log_point(57), 'synthetic_turbulence_gen', 'stop' )1870 1865 1871 1866 END SUBROUTINE stg_adjust
Note: See TracChangeset
for help on using the changeset viewer.