ai2cm / pace

Implementation of the FV3GFS / SHiELD atmospheric model in Python
https://ai2cm.github.io/pace/
Apache License 2.0
37 stars 12 forks source link

`DaceProgress` should be turned into a general `Logger` for Pace #302

Open jdahm opened 2 years ago

jdahm commented 2 years ago

DaCeProgress is a custom made Logger that prepend orchestration mode & prints timing when used at a ContextManager. It uses default python logger, but this should be the base of a global Logger for Pace