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
what role does irexit code play in new code (FTABLEs have exits, maybe for releases or withdrawals?)
OUTDGT is where withdrawal data is inputted from WDMs in old model, and the _hydr_ function in new model takes OUTDGT as argument: ef _hydr_(ui, ts, COLIND, OUTDGT, rowsFT, funct, Olabels, OVOLlabels):
calls to function called demand() set variables rod1,od1[:], see: rod1,od1[:] = demand(v1, rowsFT[indx, :], funct, nexits, delts, convf, colind, outdgt) in lines 277, 279, 329, 337, etc
SUBROUTINE RCHRES
, line 519 in HRCH.for_hydr_
:def _hydr_(ui, ts, COLIND, OUTDGT, rowsFT, funct, Olabels, OVOLlabels):
_hydr_
function in new model takes OUTDGT as argument:ef _hydr_(ui, ts, COLIND, OUTDGT, rowsFT, funct, Olabels, OVOLlabels):
demand()
set variablesrod1,od1[:]
, see:rod1,od1[:] = demand(v1, rowsFT[indx, :], funct, nexits, delts, convf, colind, outdgt)
in lines 277, 279, 329, 337, etcThe text was updated successfully, but these errors were encountered: