Open CH2-littlefat opened 5 days ago
Thanks for writing. Are you using an "out-of-the-box" 14.5.0 version or did you make additional modifications to the code? If you have made modifications, try building a "clean" 14.5.0 version and see if that has the same error.
I suspect the error could be be caused by an out-of-bounds error or similar error. It could also mean that you have exceeded a memory limit on your system.
First, try reconfiguring with the -DCMAKE_RELEASE_TYPE=Debug
and recompile the model to build a new excecutable. Then run that and see if it gives a new error message.
Also see our the following Supplemental Guides on ReadTheDocs:
Thanks for @yantosca's reply.
I have modified the chemical model of GEOS-Chem by KPP, and didn't change the other code.
I will try to build a 'clean' 14.5.0 version again and use -DCMAKE_RELEASE_TYPE=Debug
to compile the model.
Your name
CH2
Your affiliation
SCUT(South China University of Technology)
What happened? What did you expect to happen?
I was running simulations with GEOS-Chem and the program reported a 'SIGBUS' error.
'GC.log' displays the following error information
It seems like some variables in 'drydep_mod.F90:4138' is undefined: (line 4115 to 4138)
I found that the value of 'LUC' is too large (about 10^10) but I do not how does the program calculate this value. Is there something wrong in function 'LUCUNDEX'? I want to know how to solve the problem of excessive 'LUC' values.
What are the steps to reproduce the bug?
A similar problem appeared in GEOS-Chem-14.3.1. But I can run simulation in GEOS-Chem-14.1.0 successfully.
Please attach any relevant configuration and log files.
GC.txt geoschem_config.txt HEMCO_Config.txt HEMCO_Diagn.txt HISTORY.txt
What GEOS-Chem version were you using?
14.5.0
What environment were you running GEOS-Chem on?
Local cluster
What compiler and version were you using?
gcc 10.2.0
Will you be addressing this bug yourself?
No
In what configuration were you running GEOS-Chem?
GCClassic
What simulation were you running?
Full chemistry
As what resolution were you running GEOS-Chem?
2x2.5
What meterology fields did you use?
MERRA-2
Additional information
No response