Changeset 3 for palm/trunk/SOURCE/advec_v_pw.f90
- Timestamp:
- Feb 13, 2007 11:30:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/advec_v_pw.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: advec_v_pw.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.15 2006/02/23 09:46:08 raasch 12 14 ! nzb_2d replaced by nzb_v_inner 13 !14 ! Revision 1.14 2005/03/26 14:52:51 raasch15 ! Extension of horizontal loop upper bounds for non-cyclic boundary conditions16 !17 ! Revision 1.13 2004/01/30 10:12:25 raasch18 ! Scalar lower k index nzb replaced by 2d-array nzb_2d19 !20 ! Revision 1.12 2003/03/12 16:18:19 raasch21 ! Full code replaced in the call for all gridpoints instead of calling the22 ! _ij version (required by NEC, because otherwise no vectorization)23 !24 ! Revision 1.11 2002/06/11 12:26:18 raasch25 ! Former subroutine changed to a module which allows to be called for all grid26 ! points of a single vertical column with index i,j or for all grid points by27 ! using function overloading.28 !29 ! Revision 1.10 2001/03/29 17:36:06 raasch30 ! Translation of remaining German identifiers (variables, subroutines, etc.)31 !32 ! Revision 1.9 2001/01/22 05:14:48 raasch33 ! Module test_variables removed34 !35 ! Revision 1.8 2000/01/20 10:16:37 letzel36 ! All comments translated into English37 !38 ! Revision 1.7 1998/08/05 06:49:43 raasch39 ! Alle Gitterpunkte gleich behandelt (keine zentralen Differenzenquotienten mehr40 ! bei Vertikaladvektion bei k=1)41 15 ! 42 16 ! Revision 1.1 1997/08/11 06:09:57 raasch
Note: See TracChangeset
for help on using the changeset viewer.