esm-tools / esm_tools

Simple Infrastructure for Earth System Simulations
https://esm-tools.github.io/
GNU General Public License v2.0
25 stars 12 forks source link

Feature: Unified Utility Functions #515

Open pgierz opened 2 years ago

pgierz commented 2 years ago

Certain small things are used all over the code, and now that we are migrating to a monorepo structure, we could unify them into one place.

For example:

Feel free to add to the list.

An example usage of the finished extraction would be:

from esm_logger import user_error  # esm_logger could be a small wrapper around loguru

user_error("You did this wrong, please see <link to docu>")

Initial recommendation was here

_Originally posted by @pgierz in https://github.com/esm-tools/esm_tools/pull/514#r761423277_

pgierz commented 2 years ago

This needs more discussion in the group before we start working on it.

github-actions[bot] commented 2 months ago

This issue has been inactive for the last 365 days. It will now be marked as stale and closed after 30 days of further inactivity. Please add a comment to reset this automatic closing of this issue or close it if solved.

mandresm commented 2 months ago

Don't close this issue please.