RE: Model dimensions too large for DELWAQ - Forum - Delft3D
Forum
- Home
- 3. Archive
- DELWAQ
- RE: Model dimensions too large for DELWAQ
RE: Model dimensions too large for DELWAQ
Stefan Mirbach, modified 5 Years ago.
Model dimensions too large for DELWAQ
Youngling Posts: 2 Join Date: 1/3/12 Recent Posts
Hello everyone,
I'm trying to set up a water quality simulation coupled to the results of a Delft3D-Flow simulation. When I run the preprocessor delwaq1 I get the following error message:
ERRORĀ : real array is too big. Unable to create pointer
I found the related passage in the source code in file dhmmra.f, it's due to an integer overflow of the variable counting the size of an array. If I change the variable to an 8 byte integer, delwaq1 runs without an error. But of course, delwaq2 crashes because the array is used in many other parts of the program.
Is there any way to avoid this error and get DELWAQ to run with large models?
Best regards
Stefan
I'm trying to set up a water quality simulation coupled to the results of a Delft3D-Flow simulation. When I run the preprocessor delwaq1 I get the following error message:
ERRORĀ : real array is too big. Unable to create pointer
I found the related passage in the source code in file dhmmra.f, it's due to an integer overflow of the variable counting the size of an array. If I change the variable to an 8 byte integer, delwaq1 runs without an error. But of course, delwaq2 crashes because the array is used in many other parts of the program.
Is there any way to avoid this error and get DELWAQ to run with large models?
Best regards
Stefan
Stefan Mirbach, modified 5 Years ago.
RE: Model dimensions too large for DELWAQ (Answer)
Youngling Posts: 2 Join Date: 1/3/12 Recent Posts
I already found a solution. There is a branch in the repository for big DELWAQ models.