Changes in palm/trunk/SOURCE/calc_precipitation.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/calc_precipitation.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: calc_precipitation.f90,v $ 13 11 ! Revision 1.5 2004/01/30 10:15:57 raasch 14 12 ! Scalar lower k index nzb replaced by 2d-array nzb_2d 13 ! 14 ! Revision 1.4 2003/03/12 16:21:23 raasch 15 ! Full code replaced in the call for all gridpoints instead of calling the 16 ! _ij version (required by NEC, because otherwise no vectorization) 17 ! 18 ! Revision 1.3 2002/06/11 12:38:58 raasch 19 ! Former subroutine changed to a module which allows to be called for all grid 20 ! points of a single vertical column with index i,j or for all grid points by 21 ! using function overloading. 22 ! 23 ! Revision 1.2 2001/01/22 05:32:25 raasch 24 ! Module test_variables removed 15 25 ! 16 26 ! Revision 1.1 2000/04/13 14:45:22 schroeter
Note: See TracChangeset
for help on using the changeset viewer.