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

feat: transient forcing checker #1188

Closed pgierz closed 3 weeks ago

pgierz commented 4 weeks ago

Adds a checker on the top-level CLI for the transient forcing table. Use as:

$ esm_tools check-transient-forcing [table_path] [year]

If not provided, user is prompted. Uses the same machinery as the echam namelist.

pgierz commented 3 weeks ago

bump