-
In dummy mode, we remove any configured script items, except err-script for some reason.
See https://github.com/cylc/cylc-flow/pull/5721#discussion_r1391143979
-
Implement the [cylc remove proposal](https://github.com/cylc/cylc-admin/blob/master/docs/proposal-remove.md):
* Extend `cylc remove` to cover historical (`n0`) tasks.
* Update CLI and GraphQL sche…
-
This is a problem many new users run into, in my experience. It's not a "Cylc problem" as such, but Cylc depends critically on ssh, so we should at least document the issue and how to handle it.
Wh…
-
> See also: https://github.com/cylc/cylc-uiserver/issues/547
This workflow has proven to be remarkably difficult for the UIS & UI to handle:
```ini
#!Jinja2
{% set members = 10 %}
{% set ho…
-
A couple of mac os tests are passing, but with strange traceback going to stderr.
Example CI run: https://github.com/cylc/cylc-flow/actions/runs/9808161608/job/27083401819?pr=6187#step:16:118
Ex…
-
### Description
If you have a task at 1 cycle whose run duration changes in subsequent cycles, the run time displayed for that task at that cycle will:
- not update as long as it remains in the n-…
-
> See also: https://github.com/cylc/cylc-ui/issues/1614
This workflow has proven to be remarkably difficult for the UIS & UI to handle:
```ini
#!Jinja2
{% set members = 10 %}
{% set hours =…
-
Currently the [`hres_ic.py`](https://github.com/ACCESS-NRI/replace_landsurface/blob/cbd75b8/src/hres_ic.py) file has three options for reading the high resolution data for the replacement:
- era5land…
-
Currently we cap the log at 5000 lines.
This is to protect the browser, the GUI could have multiple views (incl logs) open simultaneously. Long log files cause issues with Cylc Review (which also h…
-
Cylc can run tasks in a few different modes:
* Live (i.e. normal)
* Simulation (don't actually run the task, just make it look like it's running)
* Dummy (run a job, but remove all the `script`)
…