From 1e83069781b9e475ef81d3d199d4c7f3f8445f79 Mon Sep 17 00:00:00 2001 From: Naoki Mizukami Date: Mon, 20 Jul 2020 21:45:26 -0600 Subject: [PATCH] just match up with master --- docs/source/Input_data.rst | 4 ++-- route/build/src/read_streamSeg.f90 | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/source/Input_data.rst b/docs/source/Input_data.rst index f1431e53..d2de7d5f 100644 --- a/docs/source/Input_data.rst +++ b/docs/source/Input_data.rst @@ -125,9 +125,9 @@ Required runoff mapping netCDF variables +--------+------------+-----------+-------+-------+-----------------------------------------------+ | 2 | HM_hruId | data | ``-`` | int | ID of overlapping HM_HRUs | +--------+------------+-----------+-------+-------+-----------------------------------------------+ -| 3 | i_index | data | ``-`` | int | i direction index overlapping grid boxes | +| 3 | i_index | data | ``-`` | int | i(x) direction index overlapping grid boxes | + +------------+-----------+-------+-------+-----------------------------------------------+ -| | j_index | data | ``-`` | int | j direction index overlapping grid boxes | +| | j_index | data | ``-`` | int | j(y) direction index overlapping grid boxes | +--------+------------+-----------+-------+-------+-----------------------------------------------+ Hope this picture helps you understand mapping netCDF variables. diff --git a/route/build/src/read_streamSeg.f90 b/route/build/src/read_streamSeg.f90 index f897e309..0a42fe78 100644 --- a/route/build/src/read_streamSeg.f90 +++ b/route/build/src/read_streamSeg.f90 @@ -61,7 +61,6 @@ subroutine getData(& structPFAF, & ! ancillary data for pfafstetter code ! output: error control ierr,message) ! output: error control - implicit none ! input variables character(*) , intent(in) :: fname ! filename