Changes in palm/trunk/SOURCE/calc_radiation.f90 [1:3]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/calc_radiation.f90
r1 r3 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Log: calc_radiation.f90,v $ 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 11 13 ! Revision 1.6 2004/01/30 10:17:03 raasch 12 14 ! Scalar lower k index nzb replaced by 2d-array nzb_2d 13 !14 ! Revision 1.5 2003/03/12 16:21:56 raasch15 ! Full code replaced in the call for all gridpoints instead of calling the16 ! _ij version (required by NEC, because otherwise no vectorization)17 !18 ! Revision 1.4 2002/06/11 12:40:33 raasch19 ! Former subroutine changed to a module which allows to be called for all grid20 ! points of a single vertical column with index i,j or for all grid points by21 ! 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 raasch25 ! Translation of remaining German identifiers (variables, subroutines, etc.)26 !27 ! Revision 1.2 2001/01/22 05:35:05 raasch28 ! Module test_variables removed29 15 ! 30 16 ! Revision 1.1 2000/04/13 14:42:45 schroeter
Note: See TracChangeset
for help on using the changeset viewer.