Changeset 2951 for palm/trunk/SOURCE/palm.f90
- Timestamp:
- Apr 6, 2018 9:05:08 AM (5 years ago)
- File:
-
- 1 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 !
Note: See TracChangeset
for help on using the changeset viewer.