Skip to content

Commit

Permalink
just match up with master
Browse files Browse the repository at this point in the history
  • Loading branch information
nmizukami committed Jul 21, 2020
1 parent 4edb087 commit 1e83069
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/Input_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion route/build/src/read_streamSeg.f90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e83069

Please sign in to comment.