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

add a new function to recursively resolve early variables #1158

Open mandresm opened 2 months ago

mandresm commented 2 months ago

Now early variables are not only resolved if the are in a choose block, but also their values are resolve if depending on another variable or math operation

TODO

nwieters commented 2 months ago

closes #1154