Changes in palm/trunk/SOURCE/exchange_horiz.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/exchange_horiz.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: exchange_horiz.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.16 2006/02/23 12:19:08 raasch 12 14 ! anz_yz renamed ngp_yz 13 !14 ! Revision 1.15 2005/03/26 20:20:39 raasch15 ! Extensions for non-cyclic boundary conditions along x or y16 !17 ! Revision 1.14 2003/10/29 08:51:10 raasch18 ! Exchange of boundaries within the PE memory in case that multigrid method19 ! has switched to PE0 only20 !21 ! Revision 1.13 2003/03/16 09:30:38 raasch22 ! Two underscores (_) are placed in front of all define-strings23 !24 ! Revision 1.12 2002/12/20 10:40:08 raasch25 ! Integer variables will be defined in the parallel case only26 !27 ! Revision 1.11 2002/12/19 14:46:43 raasch28 ! Cyclic boundary conditions along y used instead of sendrecv in case of29 ! pdims(2)=1. SENDRECV replaced by nonblocking routines ISEND and IRECV.30 ! Array "feld" is renamed to "ar".31 !32 ! Revision 1.9 2002/04/16 08:16:50 08:16:50 raasch (Siegfried Raasch)33 ! Cyclic boundary conditions along x used instead of sendrecv in case of34 ! pdims(1)=135 !36 ! Revision 1.8 2001/07/20 13:04:59 raasch37 ! anz_yz and type_xz changed to arrays to allow for the boundary value exchange38 ! for the different grid levels used in the multigrid method,39 ! +module control_parameters40 !41 ! Revision 1.7 2001/03/30 07:23:00 raasch42 ! Translation of remaining German identifiers (variables, subroutines, etc.)43 !44 ! Revision 1.6 2001/01/22 06:36:07 raasch45 ! Module test_variables removed46 !47 ! Revision 1.5 2000/12/20 12:06:44 letzel48 ! All comments translated into English.49 !50 ! Revision 1.4 1998/07/06 12:13:36 raasch51 ! + USE test_variables52 !53 ! Revision 1.3 1998/01/23 09:57:45 raasch54 ! Umbenennung von anz_yz_p in anz_yz sowie von type_xz_p in type_xz55 !56 ! Revision 1.2 1997/08/11 06:14:55 raasch57 ! Felder werden jetzt ueber Formalparameter uebergeben.58 15 ! 59 16 ! Revision 1.1 1997/07/24 11:13:29 raasch
Note: See TracChangeset
for help on using the changeset viewer.