ColemanTom

Results 94 comments of ColemanTom

It would only be if the variable is enclosed in quotes, like in my example that I think it would make sense. In my view, if you have trailing spaces...

@lesserwhirls here is a sample file like discussed in https://github.com/Unidata/netcdf-java/pull/285#issuecomment-627675941 It has 3 grib messages. Two have the same wavelength but different satellite identifiers (message 1 and 2). Two have...

I know this is closed, but I think https://cylc.github.io/cylc-doc/latest/html/7-to-8/caveats.html#cylc-flow needs updating?

Could it be a bit smarter perhaps? For example, pseudocode ``` surface = _FIXED_SURFACE.get(typeOfFixedSurface, deriveFixedSurface(grib_message_gid)) ... def deriveFixedSurface(gid): long_name = codes_get_string(gid, 'nameOfFirstFixedSurface').replace(' ', '_').lower() short_name = codes_get_string(gid', 'typeOfFirstFixedSurface').replace(' ', '_').lower()...

Perhaps the instructions weren't quite right. ``` [runtime] [[start]] script = cylc message -p CUSTOM "$MSG" [[[environment]]] MSG = $(echo /usr/* | sed 's/ /::/g') ``` If I do `MSG=abc::efg::hij::sdf`,...

> Admittedly it is a bit clunky but it is not really a priority to improve I'm afraid. That's fine, it's easy to work around in our case, I just...

I have added some tests following the structure of other editorconfig tests.

Assuming workflows are using `share` and `work` as per the user guide (i.e. warm/shared data in `share` and transient data in `work`), this `issue` only affects cold-running models for the...

> manually fix the dangling symlinks Hard to do in our environment where there is no direct access to a user and access is via Cylc edit runs only. Can...

> This isn't the same as it being something Cylc needs to handle, but it would be nice if it did. Yes, we do have code which makes them, its...