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/diffusion_u.f90

    r3241 r3547  
    2525! -----------------
    2626! $Id$
     27! variables documented
     28!
     29! 3241 2018-09-12 15:02:00Z raasch
    2730! unused variables removed
    2831!
     
    154157       INTEGER(iwp) ::  l             !< running index of surface type, south- or north-facing wall
    155158       INTEGER(iwp) ::  m             !< running index surface elements
    156        INTEGER(iwp) ::  surf_e        !< End index of surface elements at (j,i)-gridpoint
    157        INTEGER(iwp) ::  surf_s        !< Start index of surface elements at (j,i)-gridpoint
     159       INTEGER(iwp) ::  surf_e        !< end index of surface elements at (j,i)-gridpoint
     160       INTEGER(iwp) ::  surf_s        !< start index of surface elements at (j,i)-gridpoint
    158161
    159162       REAL(wp)     ::  flag          !< flag to mask topography grid points
    160        REAL(wp)     ::  kmym          !<
    161        REAL(wp)     ::  kmyp          !<
    162        REAL(wp)     ::  kmzm          !<
    163        REAL(wp)     ::  kmzp          !<
     163       REAL(wp)     ::  kmym          !< diffusion coefficient on southward side of the u-gridbox - interpolated onto xu-yv grid
     164       REAL(wp)     ::  kmyp          !< diffusion coefficient on northward side of the u-gridbox - interpolated onto xu-yv grid
     165       REAL(wp)     ::  kmzm          !< diffusion coefficient on bottom of the gridbox - interpolated onto xu-zw grid
     166       REAL(wp)     ::  kmzp          !< diffusion coefficient on top of the gridbox - interpolated onto xu-zw grid
    164167       REAL(wp)     ::  mask_bottom   !< flag to mask vertical upward-facing surface       
    165168       REAL(wp)     ::  mask_north    !< flag to mask vertical surface north of the grid point
     
    395398
    396399       REAL(wp)     ::  flag          !< flag to mask topography grid points
    397        REAL(wp)     ::  kmym          !<
    398        REAL(wp)     ::  kmyp          !<
    399        REAL(wp)     ::  kmzm          !<
    400        REAL(wp)     ::  kmzp          !<
     400       REAL(wp)     ::  kmym          !< diffusion coefficient on southward side of the u-gridbox - interpolated onto xu-yv grid
     401       REAL(wp)     ::  kmyp          !<diffusion coefficient on northward side of the u-gridbox - interpolated onto xu-yv grid
     402       REAL(wp)     ::  kmzm          !< diffusion coefficient on bottom of the gridbox - interpolated onto xu-zw grid
     403       REAL(wp)     ::  kmzp          !< diffusion coefficient on top of the gridbox - interpolated onto xu-zw grid
    401404       REAL(wp)     ::  mask_bottom   !< flag to mask vertical upward-facing surface       
    402405       REAL(wp)     ::  mask_north    !< flag to mask vertical surface north of the grid point
Note: See TracChangeset for help on using the changeset viewer.