- Timestamp:
- Apr 6, 2018 9:05:08 AM (7 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/palm.f90
r2903 r2951 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Add log_point_s for pmci_init 28 ! 29 ! 2903 2018-03-16 08:17:06Z hellstea 27 30 ! Nesting-related calls to pmci_ensure_nest_mass_conservation and pres after 28 31 ! the nest initialization are removed as they may create unwanted initial … … 242 245 243 246 USE cpulog, & 244 ONLY: cpu_log, log_point, cpu_statistics247 ONLY: cpu_log, log_point, log_point_s, cpu_statistics 245 248 246 249 USE indices, & … … 294 297 !-- available for this (nested) model. If it is not a nested run, comm_palm 295 298 !-- is returned as MPI_COMM_WORLD 299 CALL cpu_log( log_point_s(70), 'pmci_init', 'start' ) 296 300 CALL pmci_init( comm_palm ) 301 CALL cpu_log( log_point_s(70), 'pmci_init', 'stop' ) 297 302 comm2d = comm_palm 298 303 ! -
palm/trunk/SOURCE/pmc_interface_mod.f90
r2938 r2951 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Add log_point_s for pmci_model_configuration 28 ! 29 ! 2938 2018-03-27 15:52:42Z suehring 27 30 ! - Nesting for RANS mode implemented 28 31 ! - Interpolation of TKE onto child domain only if both parent and child are … … 743 746 744 747 CALL location_message( 'setup the nested model configuration', .FALSE. ) 748 CALL cpu_log( log_point_s(79), 'pmci_model_config', 'start' ) 745 749 ! 746 750 !-- Compute absolute coordinates for all models … … 763 767 CLOSE( 90 ) 764 768 769 CALL cpu_log( log_point_s(79), 'pmci_model_config', 'stop' ) 765 770 CALL location_message( 'finished', .TRUE. ) 766 771
Note: See TracChangeset
for help on using the changeset viewer.