Ignore:
Timestamp:
Nov 21, 2018 1:21:24 PM (5 years ago)
Author:
suehring
Message:

variable description added some routines

File:
1 edited

Legend:

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

    r3421 r3547  
    2525! -----------------
    2626! $Id$
     27! variables documented
     28!
     29! 3421 2018-10-24 18:39:32Z gronemeier
    2730! Renamed output variables
    2831!
     
    126129    IMPLICIT NONE
    127130
    128     INTEGER(iwp) ::  m       !<
    129     INTEGER(iwp) ::  pr      !<
     131    INTEGER(iwp) ::  m       !< running index over spectra output
     132    INTEGER(iwp) ::  pr      !< index used to assign default quantities to data output
    130133   
    131134    CALL cpu_log( log_point(31), 'data_output_spectra', 'start' )
     
    267270    IMPLICIT NONE
    268271
    269     CHARACTER (LEN=1), INTENT(IN) ::  direction     !<
    270 
    271     INTEGER(iwp), INTENT(IN)      ::  nsp           !<
    272 
    273     INTEGER(iwp)                  ::  i             !<
    274     INTEGER(iwp)                  ::  k             !<
    275 
    276     REAL(wp)                      ::  frequency     !<
    277 
    278     REAL(wp), DIMENSION(nx/2)     ::  netcdf_data_x !<
    279     REAL(wp), DIMENSION(ny/2)     ::  netcdf_data_y !<
     272    CHARACTER (LEN=1), INTENT(IN) ::  direction     !< directio of spectra evaluation
     273
     274    INTEGER(iwp), INTENT(IN)      ::  nsp           !< number of spectrum
     275
     276    INTEGER(iwp)                  ::  i             !< running index in frequency space
     277    INTEGER(iwp)                  ::  k             !< running index over number of spectrum
     278
     279    REAL(wp)                      ::  frequency     !< wavenumber
     280
     281    REAL(wp), DIMENSION(nx/2)     ::  netcdf_data_x !< normalized wavenumber along x written into NetCDF file
     282    REAL(wp), DIMENSION(ny/2)     ::  netcdf_data_y !< normalized wavenumber along y written into NetCDF file
    280283
    281284
Note: See TracChangeset for help on using the changeset viewer.