c-h-david / rapid

Routing Application for Parallel computatIon of Discharge (RAPID)
http://rapid-hub.org/
Other
86 stars 35 forks source link

Rewritting counting/filling loops in rapid_mus_mat.f90 #8

Closed ch-m-emery closed 6 years ago

ch-m-emery commented 6 years ago

The main changes with the new commits are:

Also, IMPORTANT: I look into including the case of broken network (with rapid_net_mat_break.f90) when initializing IV_cols/IV_cols_duplicate. These two vectors are initialized using IM_index_up. However, the IM_index_up variable is updated, along with ZM_Net, in rapid_net_mat_break.f90. So, the case of broken network seems to be accounted for.

c-h-david commented 6 years ago

@ch-m-emery, thanks so much for doing this!