-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cookie Cut #62
Comments
Hi @mlmaskey, I would suggest starting from a very small subnetwork and export and gradually add new nodes to see where it is going to break. I would not recommend selecting nodes randomly because of connectivity. If you run in debug mode, unconnected matrices would run, but it will not run without debug mode. I am actually not a big fan of creating subnetworks and running the model. If you like to reduce runtime, I suggest excluding Southern California, where all its operations can actually be represented on a single link with boundary conditions. |
Okay I will try like that. But I am not sure how to exclude Southern California. |
I also have a question on the link d17-sr_fol since we have inflow to the lake. Which one is the rim flow? |
You need to take a look at CALVIN schematic. For Folsom, there two inflows: North and Middle Fork American River Inflows are represented on D17-SR_FOL and South Fork American River inflows are represented on Inflow-SR_FOL. |
Hi @msdogan and @nickrsan,
I tried to make a cookie cut from the network near the American River as follws:
cnf matrix --format csv --start 1921-10 --stop 1922-10 --ts . --to linksWY1922 --max-ub 1000000000000 --debug all --verbose D17 SR_FOL D9 C173 HGP08 A207 CVPM08G HGR08 GW_08 CVPM08S HSU207C173 HU207 HSD207 WTP207 U207 D517 C107 D85 D64 C67 HSU204C67 HGP07 A204 CVPM07G HGR07 GW_07 CVPM07S C7 C18 C19 C16 WTP205 C20 C8 C104 C105 HXI204 HNP204 HP204 HSD204 HSU204C67 HU204 WTP204 WWP204 U204 EXT_SAC INT_SAC D44 D503 D511 D513 D55 HSU_D55 D507 D509 PMP_ISOL_F
But it became unsuccessful with the following screenshot
Do you have any thoughts about it? I also wonder while making subnet, whether we can list the nodes randomly. If not, what will be the best way to deal with branches.
Thank you...
@mlmaskey
The text was updated successfully, but these errors were encountered: