Changeset 3767 for palm/trunk/SOURCE/surface_mod.f90
- Timestamp:
- Feb 27, 2019 8:18:02 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/surface_mod.f90
r3761 r3767 26 26 ! ----------------- 27 27 ! $Id$ 28 ! unused variables removed from rrd-subroutine parameter list 29 ! 30 ! 3761 2019-02-25 15:31:42Z raasch 28 31 ! OpenACC directives added to avoid compiler warnings about unused variables, 29 32 ! unused variable removed … … 3820 3823 !> of cyclic_fill mode. 3821 3824 !------------------------------------------------------------------------------! 3822 SUBROUTINE surface_rrd_local( ii, kk, nxlf, nxlc, nxl_on_file, nxrf, nxrc, &3823 nxr_on_file, nynf, nyn c, nyn_on_file, nysf,&3825 SUBROUTINE surface_rrd_local( kk, nxlf, nxlc, nxl_on_file, nxrf, & 3826 nxr_on_file, nynf, nyn_on_file, nysf, & 3824 3827 nysc, nys_on_file, found ) 3825 3828 … … 3833 3836 INTEGER(iwp) :: m !< running index for surface elements, refers to gathered array encompassing all surface types 3834 3837 INTEGER(iwp) :: mm !< running index for surface elements, refers to individual surface types 3835 INTEGER(iwp) :: ii !< running index over input files3836 3838 INTEGER(iwp) :: kk !< running index over previous input files covering current local domain 3837 3839 INTEGER(iwp) :: nxlc !< index of left boundary on current subdomain 3838 3840 INTEGER(iwp) :: nxlf !< index of left boundary on former subdomain 3839 3841 INTEGER(iwp) :: nxl_on_file !< index of left boundary on former local domain 3840 INTEGER(iwp) :: nxrc !< index of right boundary on current subdomain3841 3842 INTEGER(iwp) :: nxrf !< index of right boundary on former subdomain 3842 3843 INTEGER(iwp) :: nxr_on_file !< index of right boundary on former local domain 3843 INTEGER(iwp) :: nync !< index of north boundary on current subdomain3844 3844 INTEGER(iwp) :: nynf !< index of north boundary on former subdomain 3845 3845 INTEGER(iwp) :: nyn_on_file !< index of norht boundary on former local domain
Note: See TracChangeset
for help on using the changeset viewer.