Changes in palm/trunk/SOURCE/init_slope.f90 [3:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_slope.f90
r3 r1 1 1 SUBROUTINE init_slope 2 2 3 !------------------------------------------------------------------------------ !3 !-------------------------------------------------------------------------------! 4 4 ! Actual revisions: 5 5 ! ----------------- … … 8 8 ! Former revisions: 9 9 ! ----------------- 10 ! $Id$ 11 ! RCS Log replace by Id keyword, revision history cleaned up 12 ! 10 ! $Log: init_slope.f90,v $ 13 11 ! Revision 1.5 2006/02/23 12:35:34 raasch 14 12 ! nanz_2dh renamed ngp_2dh 13 ! 14 ! Revision 1.4 2003/03/16 09:40:02 raasch 15 ! Two underscores (_) are placed in front of all define-strings 16 ! 17 ! Revision 1.3 2001/03/30 07:33:59 raasch 18 ! Translation of remaining German identifiers (variables, subroutines, etc.) 19 ! 20 ! Revision 1.2 2001/01/22 07:21:35 raasch 21 ! Module test_variables removed 15 22 ! 16 23 ! Revision 1.1 2000/04/27 07:06:24 raasch … … 24 31 ! Remember: when a sloping surface is used, only one constant temperature 25 32 ! gradient is allowed! 26 !------------------------------------------------------------------------------ !33 !-------------------------------------------------------------------------------! 27 34 28 35 USE arrays_3d
Note: See TracChangeset
for help on using the changeset viewer.