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