Ignore:
Timestamp:
Sep 12, 2018 3:02:00 PM (6 years ago)
Author:
raasch
Message:

various changes to avoid compiler warnings (mainly removal of unused variables)

File:
1 edited

Legend:

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

    r2718 r3241  
    2525! -----------------
    2626! $Id$
     27! unused variables removed
     28!
     29! 2718 2018-01-02 08:49:38Z maronga
    2730! Corrected "Former revisions" section
    2831!
     
    143146       INTEGER(iwp) ::  j       !< running index y direction
    144147       INTEGER(iwp) ::  k       !< running index z direction
    145        INTEGER(iwp) ::  l       !< running index of surface type, south- or north-facing wall
    146148       INTEGER(iwp) ::  m       !< running index surface elements
    147        INTEGER(iwp) ::  surf_e  !< End index of surface elements at (j,i)-gridpoint
    148        INTEGER(iwp) ::  surf_s  !< Start index of surface elements at (j,i)-gridpoint
    149149
    150150       REAL(wp) ::  pden   !<
     
    258258       INTEGER(iwp) ::  j       !< running index y direction
    259259       INTEGER(iwp) ::  k       !< running index z direction
    260        INTEGER(iwp) ::  l       !< running index of surface type, south- or north-facing wall
    261260       INTEGER(iwp) ::  m       !< running index surface elements
    262261       INTEGER(iwp) ::  surf_e  !< End index of surface elements at (j,i)-gridpoint
Note: See TracChangeset for help on using the changeset viewer.