Ignore:
Timestamp:
Dec 10, 2018 7:05:46 AM (6 years ago)
Author:
raasch
Message:

unused variables removed, abort renamed inifor_abort to avoid intrinsic problem in Fortran

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/surface_output_mod.f90

    r3572 r3614  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 3572 2018-11-28 11:40:28Z suehring
    2730! Added short- and longwave radiation flux arrays (e.g. diffuse, direct,
    2831! reflected, resedual) for all surfaces (M. Salim)
     
    166169
    167170      INTEGER(iwp) ::  i                 !< grid index in x-direction, also running variable for counting non-average data output
    168       INTEGER(iwp) ::  ilen              !< string length
    169171      INTEGER(iwp) ::  j                 !< grid index in y-direction, also running variable for counting average data output
    170172      INTEGER(iwp) ::  k                 !< grid index in z-direction
    171173      INTEGER(iwp) ::  l                 !< running index for surface-element orientation
    172174      INTEGER(iwp) ::  m                 !< running index for surface elements
    173       INTEGER(iwp) ::  n_out             !< running index for number of output variables   
    174175      INTEGER(iwp) ::  npg               !< counter variable for all surface elements ( or polygons )
    175176      INTEGER(iwp) ::  point_index_count !< local counter variable for point index
     
    875876      INTEGER(iwp) ::  av     !< id indicating average or non-average data output
    876877      INTEGER(iwp) ::  i      !< loop index
    877       INTEGER(iwp) ::  l      !< running index for surface-element orientation
    878       INTEGER(iwp) ::  m      !< running index for surface elements
    879878      INTEGER(iwp) ::  n_out  !< counter variables for surface output
    880879
     
    22642263      CHARACTER(LEN=100) ::  trimvar !< dummy variable for current output variable
    22652264       
    2266       INTEGER(iwp) ::  l      !< running index for surface-element orientation
    2267       INTEGER(iwp) ::  m      !< running index for surface elements
    22682265      INTEGER(iwp) ::  n_out  !< counter variables for surface output
    22692266     
     
    35133510    SUBROUTINE surface_output_parin
    35143511
    3515        USE control_parameters,                                                 &
    3516            ONLY:  message_string
    3517 
    35183512       IMPLICIT NONE
    35193513
     
    35653559
    35663560       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
    35703562
    35713563       IMPLICIT NONE
Note: See TracChangeset for help on using the changeset viewer.