Changeset 2258 for palm/trunk/SOURCE/pmc_interface_mod.f90
- Timestamp:
- Jun 8, 2017 7:55:13 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/pmc_interface_mod.f90
r2241 r2258 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Bugfix, add pre-preprocessor directives to enable non-parrallel mode 29 ! 30 ! 2241 2017-06-01 13:46:13Z hellstea 28 31 ! A minor indexing error in pmci_init_loglaw_correction is corrected. 29 32 ! … … 3954 3957 3955 3958 SUBROUTINE pmci_set_swaplevel( swaplevel ) 3959 3956 3960 ! 3957 3961 !-- After each Runge-Kutta sub-timestep, alternately set buffer one or buffer … … 3966 3970 INTEGER(iwp) :: m !: 3967 3971 3972 #if defined( __parallel ) 3968 3973 DO m = 1, SIZE( pmc_parent_for_child )-1 3969 3974 child_id = pmc_parent_for_child(m) 3970 3975 CALL pmc_s_set_active_data_array( child_id, swaplevel ) 3971 3976 ENDDO 3972 3977 #endif 3973 3978 END SUBROUTINE pmci_set_swaplevel 3974 3979
Note: See TracChangeset
for help on using the changeset viewer.