-
From @oliver-sanders
> - We should develop the ability to upgrade workflows via the auto-restart mechanism (basically just auto-restart as usual but change the value of CYLC_VERSION / CYLC_ENV_NA…
-
Follow-on from https://github.com/cylc/cylc-ui/issues/339
> Something I've had at the back of my mind for a while that should probably be documented.
Api-On-The-Fly (AOTF) allows us to integrate…
-
Precipitation fluxes of the forcing are remapped using bilinear interpolation. It probably doesn't make too much of a difference, but I think we should use a conservative remapping technique here. CDO…
-
See the Cylc-UI counterpart - https://github.com/cylc/cylc-ui/issues/263
Open up the ability for minimal customisation of the appearance of tasks / families.
The main use case for this will be v…
-
For the "Task" component, better handle cases where no progress information is available.
See the related https://github.com/cylc/cylc-ui/issues/563#issuecomment-761879176
Two parts:
1) Handl…
-
There appear to be a number of issues with late events.
I've tested with this workflow:
```
[scheduling]
initial cycle point = now
[[dependencies]]
[[[ R1]]]
graph =…
-
**Describe the bug**
I'm currently testing Cylc on a RedHat 8.1 virtual machine hosted in Azure.
I've installed Cylc 7.9.5, and have successfully submitted an example "Hello world" suite from the…
-
We're getting quite a few requests for this, and it would be easy to do (and of course, we do plan to do it ... this probably features in an existing issue somewhere, but I failed to find it).
Curr…
-
It's hard to know where to put this given the current state of development, plans, & the Issue tracker, but this relates to the:
* UI dashboard (see #94);
* "future" Cylc Review, whatever form it …
-
### Reproducible Example
```cylc
[scheduler]
allow implicit tasks = True
[scheduling]
cycling mode = integer
[[graph]]
P1 = """
end[-P1] => start
…