Changeset 1682 for palm/trunk/SOURCE/print_1d.f90
- Timestamp:
- Oct 7, 2015 11:56:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/print_1d.f90
r1321 r1682 1 SUBROUTINE print_1d 2 1 !> @file print_1d.f90 3 2 !--------------------------------------------------------------------------------! 4 3 ! This file is part of PALM. … … 20 19 ! Current revisions: 21 20 ! ----------------- 22 ! 21 ! Code annotations made doxygen readable 23 22 ! 24 23 ! Former revisions: … … 50 49 ! Description: 51 50 ! ------------ 52 ! List output of 1D-profiles.51 !> List output of 1D-profiles. 53 52 !------------------------------------------------------------------------------! 53 SUBROUTINE print_1d 54 54 55 55 56 USE arrays_3d, & … … 75 76 76 77 77 CHARACTER (LEN=20) :: period_chr ! :78 CHARACTER (LEN=20) :: period_chr !< 78 79 79 INTEGER(iwp) :: k ! :80 INTEGER(iwp) :: sr ! :80 INTEGER(iwp) :: k !< 81 INTEGER(iwp) :: sr !< 81 82 82 83
Note: See TracChangeset
for help on using the changeset viewer.