Skip to content

Commit

Permalink
missing urbpoi to add_column
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed May 28, 2020
1 parent f6c9fc6 commit 8ac9d0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/initSubgridMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ subroutine add_column(ci, li, ctype, wtlunit, type_is_dynamic)
col%hydrologically_active(ci) = is_hydrologically_active( &
col_itype = ctype, &
lun_itype = lun%itype(li))
col%urbpoi(ci) = lun%urbpoi(li)

end subroutine add_column

Expand Down

0 comments on commit 8ac9d0b

Please sign in to comment.