YingyiLiu / HAMS

An open-source computer program for the analysis of wave diffraction and radiation of three-dimensional floating or submerged structures
Apache License 2.0
100 stars 50 forks source link

Fortran runtime error: Assignment of scalar to unallocated array #6

Closed ramisetti closed 2 years ago

ramisetti commented 3 years ago

I get the following runtime error while trying to run the HAMS Solver. Can you please help me to fix this?


At line 60 of file HydroStatic.f90 Fortran runtime error: Assignment of scalar to unallocated array

Error termination. Backtrace:

0 0x42f9ac in __hydrostatic_MOD_initialisation

at /soft/opensoft/HAMS/11May2021/SourceCode/HydroStatic.f90:60

1 0x43f8ec in __hams_lib_MOD_exec

at /soft/opensoft/HAMS/11May2021/SourceCode/HAMS_Prog.f90:125

2 0x40179e in hams

at /soft/opensoft/HAMS/11May2021/SourceCode/HAMS_Prog.f90:392

3 0x40179e in main

at /soft/opensoft/HAMS/11May2021/SourceCode/HAMS_Prog.f90:391
gbarter commented 3 years ago

This should be resolved in the PR

ramisetti commented 3 years ago

thank you. I will check

YingyiLiu commented 3 years ago

Garrett, thanks for your effort. I checked all your 6 commits and found no problem. I've merged them to the master repository.

YingyiLiu commented 3 years ago

Srinivasa, thanks for the reporting issues. Just a reminder, Issue #4 and Issue #6 have been resolved by Garret and are now reflected in the main repository.