ecmwf / pyflow

A high level Python interface to ecFlow allowing the creation of ecFlow suites in a modular and "pythonic" way
https://pyflow-workflow-generator.readthedocs.io/en/latest/
Apache License 2.0
8 stars 7 forks source link

adding support for ecflow generated variables #52

Closed corentincarton closed 1 month ago

corentincarton commented 2 months ago

Generated variables are hardcoded and only available at the Node level (not attributes like repeat), we'll get them from ecflow in the future but it requires to fix the python interface in ecflow (thanks @marcosbento for helping with this).