Skip to content

Commit

Permalink
mv grid1/2 str/end integers outside of scripmpi
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwarner-usgs committed Sep 20, 2024
1 parent 54835ec commit 1de0220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/SCRIP/scrip_remap_conservative.F
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ subroutine remap_conserv(l_master, l_test)
!
!-----------------------------------------------------------------------
#ifdef W3_SCRIPMPI
integer (SCRIP_i4) :: grid1_str, grid1_end, grid2_str, grid2_end
integer (SCRIP_i4) :: IERR_MPI, IPROC, ratio
integer (SCRIP_i4) :: j, ij, add1, add2, got_weight
integer (SCRIP_i4) :: nlink, min_link, max_link
Expand All @@ -278,6 +277,7 @@ subroutine remap_conserv(l_master, l_test)
integer (SCRIP_i4), dimension(:), allocatable :: Arecv1
integer (SCRIP_i4), dimension(:), allocatable :: Arecv2
#endif
integer (SCRIP_i4) :: grid1_str, grid1_end, grid2_str, grid2_end
integer (SCRIP_i4), parameter ::
& phi_or_theta = 2 ! integrate w.r.t. phi (1) or theta (2)
Expand Down

0 comments on commit 1de0220

Please sign in to comment.