8000 Fatal error handling · Issue #31 · geoschem/CAM · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Fatal error handling #31
Open
Open
@jimmielin

Description

@jimmielin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0