ecmwf / pyflow

Apache License 2.0
6 stars 6 forks source link

Support for ecflow-generated variables #39

Open corentincarton opened 4 months ago

corentincarton commented 4 months ago

Is your feature request related to a problem? Please describe.

We can't use ecflow-generated variables in scripts as they are not supported by pyflow, which means they are not detected and exported at the beginning of the script. For instance, if I create a RepeatDate("YMD",...), ecflow will generate the following variables:

Describe the solution you'd like

We could maybe add a list of exportables attached to an Exportable class?

Describe alternatives you've considered

No response

Additional context

No response

Organisation

No response

corentincarton commented 4 months ago

List of ECFLOW generated variables (missing repeat and maybe other attributes): https://ecflow.readthedocs.io/en/latest/ug/user_manual/ecflow_variables/generated_variables.html