Changeset 2022 for palm/trunk
- Timestamp:
- Oct 7, 2016 2:10:04 PM (8 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_grid.f90
r2021 r2022 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix: setting Neumann boundary conditions for topography required for 23 ! topography flags in multigrid_noopt solver 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 2021 2016-10-07 14:08:57Z suehring 29 ! Bugfix: setting Neumann boundary conditions for topography required for 30 ! topography flags in multigrid_noopt solver 31 ! 29 32 ! 2000 2016-08-20 18:09:15Z knoop 30 33 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/poismg_mod.f90
r2021 r2022 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix: restore nest_bound_(l/r/s/n) in case of mg_switch_to_pe022 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2021 2016-10-07 14:08:57Z suehring 29 ! Bugfix: restore nest_bound_(l/r/s/n) in case of mg_switch_to_pe0 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns -
palm/trunk/SOURCE/poismg_noopt.f90
r2021 r2022 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Bugfix: restore nest_bound_(l/r/s/n) in case of mg_switch_to_pe022 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 2021 2016-10-07 14:08:57Z suehring 29 ! Bugfix: restore nest_bound_(l/r/s/n) in case of mg_switch_to_pe0 30 ! 28 31 ! 2000 2016-08-20 18:09:15Z knoop 29 32 ! Forced header and separation lines into 80 columns
Note: See TracChangeset
for help on using the changeset viewer.