Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error handling #31

Open
jimmielin opened this issue Feb 28, 2024 · 0 comments
Open

Fatal error handling #31

jimmielin opened this issue Feb 28, 2024 · 0 comments

Comments

@jimmielin
Copy link

In geoschem_src in GeosUtil/error_mod.F90 there are some error handlers

~/devel/geos-chem/GeosUtil/error_mod.F90:
  501  
  502  #elif defined( MODEL_CESM )
  503:       CALL ENDRUN('GEOS-Chem failure!')
  504  
  505  #else

~/devel/geos-chem/Headers/errcode_mod.F90:
  142  
  143  #if defined( MODEL_CESM )
  144:     CALL ENDRUN('GEOS-Chem failure!')
  145  #endif
  146  

which could probably point to cesm.log to see the actual GEOS-Chem error messages if they're not caught upstream by chemistry.F90, for user friendliness. I will make a PR to the GC main repo later, just noting this down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant