Closed abukowski21 closed 1 month ago
Might have been fixed with commit dc8ab1d
Need to test other compilers
All tests pass with #16 . Closing issue. Have updated script we can use if we want to test with -debug
in the future.
Reopening. Found a new error in src/Aurora.Earth.f90 where, when avepower is zero, things break with -debug.
I'll fix this when the Aurora code is refactored...
Easy fix is adding if (avepower == 0) avepower = 1
before ratio=Hpi/avepower
(line 187/188), but there probably needs to be an investigation on why there is no avepower when running within SWMF.
Haven't been able to break this. closing.
Describe the bug GITM raises errors when compiled with
-debug
flag. This would be a fantastic option to aid in development.To Reproduce Steps to reproduce the behavior:
cd GITM
./Config.pl -install -earth -compiler=gfortran10 -debug
run/
directory:make && make rundir && cd run
mpirun -np 4 ./GITM.exe
Expected behavior Not crashing. When adding new features or fixing other problems, the stacktrace of errors would be useful. However, GITM cannot pass the first timestep.
Screenshots
Desktop (please complete the following information):