Changeset 4101 for palm/trunk/SOURCE/vertical_nesting_mod.f90
- Timestamp:
- Jul 17, 2019 3:14:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/vertical_nesting_mod.f90
r3802 r4101 26 26 ! ----------------- 27 27 ! $Id$ 28 ! remove old_dt 29 ! 30 ! 3802 2019-03-17 13:33:42Z raasch 28 31 ! unused subroutines commented out 29 32 ! … … 3943 3946 #if defined( __parallel ) 3944 3947 USE control_parameters, & 3945 ONLY: coupling_mode, dt_3d , old_dt3948 ONLY: coupling_mode, dt_3d 3946 3949 3947 3950 USE interfaces … … 3977 3980 !-- Identical timestep for coarse and fine grids 3978 3981 dt_3d = MIN( dtc, dtf ) 3979 !> @fixme setting old_dt might be obsolete at this point3980 !> Due to changes in timestep routine, setting of old_dt might be3981 !> not necessary any more at this point. However, could not be3982 !> tested so far.3983 !> 2018-05-18, gronemeier3984 old_dt = dt_3d3985 3982 #endif 3986 3983 END SUBROUTINE vnest_timestep_sync
Note: See TracChangeset
for help on using the changeset viewer.