Sam Rabin
Sam Rabin
Right now [`doc/testing.sh`](https://github.com/ESCOMP/CTSM/blob/443480112c50d87a2241a54f531eb88278af3abf/doc/testing.sh) is scheduled to run in its entirety whenever the docs are updated, via [`docs-omnibus.yml`](https://github.com/ESCOMP/CTSM/blob/443480112c50d87a2241a54f531eb88278af3abf/.github/workflows/docs-omnibus.yml). This should be broken up for clarity and to minimize the number of...
The following system tests fail on my Mac. A quick look suggests they're probably all due to my machine's name not being in CIME's `config_machines.xml` file. We should think about...
Tried to do this in ctsm5.3.051, but it didn't include the right CMEPS version; see #3214. @adrifoster reports a lot of additional work is required to actually use FTorch with...
There are some things preventing us from running the Python system tests anywhere other than the NCAR clusters (or at least machines not specified in CIME's `config_machines.xml`). Aside from being...
We have a few GitHub workflow jobs that require the use of `ctsm_pylib`. Whenever those run, they have to download the packages and install the environment—there's no way to cache...
There are some things preventing us from running the Python unit tests anywhere other than the NCAR clusters (or at least machines not specified in CIME's `config_machines.xml`). Aside from being...
However, it should throw a warning on non-Derecho systems telling the user to make sure and test on Derecho too.
This can happen in separate steps for the unit and system tests; see sub-issues.
Sometime after the CTSM6.0 release, because it'll be useful to have for documentation hotfixes. Maybe for 6.1?
### What sort(s) of documentation issue is this? - [ ] Something is missing. - [x] Something is (or might be) incorrect or outdated. - [ ] Something is confusing....