Changeset 3614 for palm/trunk/SOURCE/surface_output_mod.f90
- Timestamp:
- Dec 10, 2018 7:05:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_output_mod.f90
r3572 r3614 25 25 ! ----------------- 26 26 ! $Id$ 27 ! unused variables removed 28 ! 29 ! 3572 2018-11-28 11:40:28Z suehring 27 30 ! Added short- and longwave radiation flux arrays (e.g. diffuse, direct, 28 31 ! reflected, resedual) for all surfaces (M. Salim) … … 166 169 167 170 INTEGER(iwp) :: i !< grid index in x-direction, also running variable for counting non-average data output 168 INTEGER(iwp) :: ilen !< string length169 171 INTEGER(iwp) :: j !< grid index in y-direction, also running variable for counting average data output 170 172 INTEGER(iwp) :: k !< grid index in z-direction 171 173 INTEGER(iwp) :: l !< running index for surface-element orientation 172 174 INTEGER(iwp) :: m !< running index for surface elements 173 INTEGER(iwp) :: n_out !< running index for number of output variables174 175 INTEGER(iwp) :: npg !< counter variable for all surface elements ( or polygons ) 175 176 INTEGER(iwp) :: point_index_count !< local counter variable for point index … … 875 876 INTEGER(iwp) :: av !< id indicating average or non-average data output 876 877 INTEGER(iwp) :: i !< loop index 877 INTEGER(iwp) :: l !< running index for surface-element orientation878 INTEGER(iwp) :: m !< running index for surface elements879 878 INTEGER(iwp) :: n_out !< counter variables for surface output 880 879 … … 2264 2263 CHARACTER(LEN=100) :: trimvar !< dummy variable for current output variable 2265 2264 2266 INTEGER(iwp) :: l !< running index for surface-element orientation2267 INTEGER(iwp) :: m !< running index for surface elements2268 2265 INTEGER(iwp) :: n_out !< counter variables for surface output 2269 2266 … … 3513 3510 SUBROUTINE surface_output_parin 3514 3511 3515 USE control_parameters, &3516 ONLY: message_string3517 3518 3512 IMPLICIT NONE 3519 3513 … … 3565 3559 3566 3560 USE control_parameters, & 3567 ONLY: averaging_interval, dt_data_output, dt_data_output_av, & 3568 message_string, skip_time_data_output, & 3569 skip_time_data_output_av 3561 ONLY: averaging_interval, dt_data_output, message_string 3570 3562 3571 3563 IMPLICIT NONE
Note: See TracChangeset
for help on using the changeset viewer.