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
I have been making updates to a project that I have worked in the past. I did a few minor output adjustments to the source code, and I started getting the error below. I went back to the old edition (without the updates), recompiled TISC and tried it again the same error persists. These errors seem to only be sources that have complied on recent updates to the Mac OS. I have tested old tisc executables that were complied previously and they work fine without errors.
I have looked at the code that is make this error and it doesn't seem to make sense why it would be happening, since I have run this code before.
I appreciate any suggestions you might have on this.
ERROR: In Define_Drainage_Net: [187][177] -->> [-268433415][1342179321] 'L'
ERROR: In Define_Drainage_Net: [188][177] -->> [-268433415][1342179321] 'L'
ERROR: In Define_Drainage_Net: [189][177] -->> [-268433415][1342179321] 'L'
ERROR: In Define_Drainage_Net: [191][171] -->> [-268435456][805308409] 'L'
ERROR: In Define_Drainage_Net: [192][172] -->> [-268435456][805308409] 'L'
ERROR: In Define_Drainage_Net: [194][171] -->> [805308409][-268435456] 'L'
ERROR: In Define_Drainage_Net: [196][170] -->> [805308409][-268435456] 'L'
ERROR: In Calculate_Discharge: [179][185] transferring water to lake in [180][185] is < than outlet [175][174]: 234.5<263.1.
ERROR: In Calculate_Discharge: [178][185] transferring water to lake in [178][186] is < than outlet [175][174]: 231.4<263.1.
ERROR: In Calculate_Discharge: [180][184] transferring water to lake in [180][185] is < than outlet [175][174]: 227.9<263.1.
ERROR: In Calculate_Discharge: [178][179] transferring water to lake in [179][180] is < than outlet [0][199]: 194.8<1294.9.
The text was updated successfully, but these errors were encountered:
My only suggestion right now is: try removing the call to the
write_file_river_basins in tiscio.c. There is a bug in find_up_river i
never managed to solve. It could be this.
The entire Spain is currently under home self-isolation and it will last
for a couple of weeks at least, so it will be difficult to put some time on
this.
Other standard measures to try: reduce resolution if it is above 200x200
Remove evaporation to see if it's an issue about closed drainage? That's
where most bugs usually are.
Let me know about your project when you can.
Hi there,
I have been making updates to a project that I have worked in the past. I did a few minor output adjustments to the source code, and I started getting the error below. I went back to the old edition (without the updates), recompiled TISC and tried it again the same error persists. These errors seem to only be sources that have complied on recent updates to the Mac OS. I have tested old tisc executables that were complied previously and they work fine without errors.
I have looked at the code that is make this error and it doesn't seem to make sense why it would be happening, since I have run this code before.
I appreciate any suggestions you might have on this.
ERROR: In Define_Drainage_Net: [187][177] -->> [-268433415][1342179321] 'L'
ERROR: In Define_Drainage_Net: [188][177] -->> [-268433415][1342179321] 'L'
ERROR: In Define_Drainage_Net: [189][177] -->> [-268433415][1342179321] 'L'
ERROR: In Define_Drainage_Net: [191][171] -->> [-268435456][805308409] 'L'
ERROR: In Define_Drainage_Net: [192][172] -->> [-268435456][805308409] 'L'
ERROR: In Define_Drainage_Net: [194][171] -->> [805308409][-268435456] 'L'
ERROR: In Define_Drainage_Net: [196][170] -->> [805308409][-268435456] 'L'
ERROR: In Calculate_Discharge: [179][185] transferring water to lake in [180][185] is < than outlet [175][174]: 234.5<263.1.
ERROR: In Calculate_Discharge: [178][185] transferring water to lake in [178][186] is < than outlet [175][174]: 231.4<263.1.
ERROR: In Calculate_Discharge: [180][184] transferring water to lake in [180][185] is < than outlet [175][174]: 227.9<263.1.
ERROR: In Calculate_Discharge: [178][179] transferring water to lake in [179][180] is < than outlet [0][199]: 194.8<1294.9.
The text was updated successfully, but these errors were encountered: