Changeset 4564 for palm/trunk/SOURCE/timestep.f90
- Timestamp:
- Jun 12, 2020 2:03:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/timestep.f90
r4540 r4564 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Vertical nesting method of Huq et al. (2019) removed 28 ! 29 ! 4540 2020-05-18 15:23:29Z raasch 27 30 ! File re-formatted to follow the PALM coding standard 28 31 ! … … 135 138 w_max, & 136 139 w_max_ijk 137 138 #if defined( __parallel )139 USE vertical_nesting_mod, &140 ONLY: vnested, &141 vnest_timestep_sync142 #endif143 140 144 141 IMPLICIT NONE … … 413 410 ENDIF 414 411 415 #if defined( __parallel )416 !417 !-- Vertical nesting: coarse and fine grid timestep has to be identical418 IF ( vnested ) CALL vnest_timestep_sync419 #endif420 421 412 CALL cpu_log( log_point(12), 'calculate_timestep', 'stop' ) 422 413
Note: See TracChangeset
for help on using the changeset viewer.