Changes in palm/trunk/SOURCE/coriolis.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/coriolis.f90
r3 r1 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 10 ! $Log: coriolis.f90,v $ 13 11 ! Revision 1.12 2006/02/23 10:08:57 raasch 14 12 ! nzb_2d replaced by nzb_u/v/w_inner 13 ! 14 ! Revision 1.11 2005/06/29 10:30:17 steinfeld 15 ! A potential dependency of the geostrophic wind components ug and vg on height 16 ! is considered 17 ! 18 ! Revision 1.10 2005/03/26 20:02:04 raasch 19 ! Extension of horizontal loop upper bounds for non-cyclic boundary conditions 20 ! 21 ! Revision 1.9 2004/01/30 10:17:34 raasch 22 ! Scalar lower k index nzb replaced by 2d-array nzb_2d 23 ! 24 ! Revision 1.8 2003/03/12 16:23:47 raasch 25 ! Full code replaced in the call for all gridpoints instead of calling the 26 ! _ij version (required by NEC, because otherwise no vectorization) 27 ! 28 ! Revision 1.7 2002/12/19 14:08:14 raasch 29 ! STOP statement replaced by call of subroutine local_stop 30 ! 31 ! Revision 1.6 2002/06/11 12:51:09 raasch 32 ! Former subroutine changed to a module which allows to be called for all grid 33 ! points of a single vertical column with index i,j or for all grid points by 34 ! using function overloading. 35 ! 36 ! Revision 1.5 2001/03/30 06:59:09 raasch 37 ! Translation of remaining German identifiers (variables, subroutines, etc.) 38 ! 39 ! Revision 1.4 2001/01/22 05:44:16 raasch 40 ! Module test_variables removed 41 ! 42 ! Revision 1.3 2000/12/20 09:50:27 letzel 43 ! All comments translated into English. 44 ! 45 ! Revision 1.2 1998/07/06 12:09:54 raasch 46 ! + USE test_variables 15 47 ! 16 48 ! Revision 1.1 1997/08/29 08:57:38 raasch
Note: See TracChangeset
for help on using the changeset viewer.