Changes in palm/trunk/SOURCE/calc_radiation.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/calc_radiation.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_radiation.f90,v $ 13 11 ! Revision 1.6 2004/01/30 10:17:03 raasch 14 12 ! Scalar lower k index nzb replaced by 2d-array nzb_2d 13 ! 14 ! Revision 1.5 2003/03/12 16:21:56 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.4 2002/06/11 12:40:33 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 ! 1D-arrays lwp_groud,... are only allocated once in the first call. 23 ! 24 ! Revision 1.3 2001/03/30 06:55:27 raasch 25 ! Translation of remaining German identifiers (variables, subroutines, etc.) 26 ! 27 ! Revision 1.2 2001/01/22 05:35:05 raasch 28 ! Module test_variables removed 15 29 ! 16 30 ! Revision 1.1 2000/04/13 14:42:45 schroeter
Note: See TracChangeset
for help on using the changeset viewer.