Changeset 4346 for palm/trunk/SOURCE/time_integration.f90
- Timestamp:
- Dec 18, 2019 11:55:56 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/time_integration.f90
r4329 r4346 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Introduction of wall_flags_total_0, which currently sets bits based on static 28 ! topography information used in wall_flags_static_0 29 ! 30 ! 4329 2019-12-10 15:46:36Z motisi 27 31 ! Renamed wall_flags_0 to wall_flags_static_0 28 32 ! … … 369 373 370 374 USE indices, & 371 ONLY: advc_flags_m, advc_flags_s, nyn, nyng, nys, nysg, nz, nzb_max, wall_flags_ static_0375 ONLY: advc_flags_m, advc_flags_s, nyn, nyng, nys, nysg, nz, nzb_max, wall_flags_total_0 372 376 373 377 USE statistics, & … … 459 463 !$ACC COPYIN(advc_flags_m(nzb:nzt+1,nysg:nyng,nxlg:nxrg)) & 460 464 !$ACC COPYIN(advc_flags_s(nzb:nzt+1,nysg:nyng,nxlg:nxrg)) & 461 !$ACC COPYIN(wall_flags_ static_0(nzb:nzt+1,nysg:nyng,nxlg:nxrg))465 !$ACC COPYIN(wall_flags_total_0(nzb:nzt+1,nysg:nyng,nxlg:nxrg)) 462 466 463 467 ! … … 599 603 !-- Execute all other module actions routines 600 604 CALL module_interface_actions( 'before_timestep' ) 601 602 ! 605 603 606 !-- Start of intermediate step loop 604 607 intermediate_timestep_count = 0
Note: See TracChangeset
for help on using the changeset viewer.