Skip to content

Commit ecd7134

Browse files
mlee03mlee03
authored andcommitted
change real(8) to real(r8_kind)
1 parent 53f094a commit ecd7134

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

horiz_interp/horiz_interp_conserve.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!***********************************************************************
1+
rea!***********************************************************************
22
!* GNU Lesser General Public License
33
!*
44
!* This file is part of the GFDL Flexible Modeling System (FMS).
@@ -222,7 +222,7 @@ subroutine horiz_interp_read_weights_conserve(Interp, weight_filename, weight_fi
222222

223223
integer :: i, j, ncells, domain_ncells
224224
integer :: istart, iend, i_dst, j_dst, index
225-
real(8), allocatable :: dst_area2(:,:), dst_area1(:), read1(:), xarea(:)
225+
real(r8_kind), allocatable :: dst_area2(:,:), dst_area1(:), read1(:), xarea(:)
226226
integer, allocatable :: tile1(:), read2(:,:)
227227
logical, allocatable :: mask(:)
228228

0 commit comments

Comments
 (0)