You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int nSegments =_pModel->GetSubBasin(p)->GetNumSegments();
271
271
double seg_fraction=1.0/(double)(nSegments);
272
272
@@ -284,7 +284,7 @@ void CConstituentModel::RouteMass(const int p, // SB index
284
284
else {
285
285
ExitGracefully("Unrecognized or unsupported constiuent routing method (:Routing command must be ROUTE_NONE, ROUTE_PLUG_FLOW, or ROUTE_DIFFUSIVE_WAVE to support transport)",STUB);
286
286
}
287
-
287
+
288
288
//all fluxes from catchment are routed directly to basin outlet (unless handled in convolution routing as source term)
289
289
if ((!_lateral_via_convol) || (_pModel->GetSubBasin(p)->IsHeadwater())){
290
290
aMout_new[nSegments-1]+=Mlat_new;
@@ -436,7 +436,7 @@ void CConstituentModel::UpdateMassOutflows( const int p,
436
436
if (!_lateral_via_convol){//elsewise, in get net reach losses
// ExitGracefully("ParseEnsembleFile::nested :RedirectToFile commands are not allowed to be nested more than two levels (e.g., rvm file to rvm file to rvm file to rvm file)",BAD_DATA);
211
211
//}
212
-
//if (pMainParser != NULL) {
212
+
//if (pMainParser != NULL) {
213
213
// pSecondaryParser=pp
214
214
// pp=new CParser(INPUT3,filename,line);//open new parser
215
-
//} //from already redirected .rvm file
216
-
//else {
217
-
// pMainParser=pp;
215
+
//} //from already redirected .rvm file
216
+
//else {
217
+
// pMainParser=pp;
218
218
// pp=new CParser(INPUT2,filename,line);//open new parser
0 commit comments