-
I think there are only certain netcdf formats that we want to be using. For one case, a file that was in `netCDF-4` caused an issue that did not happen after converting it to `cdf5`.
To convert, ca…
-
With June 10th master, which includes changes to make running without SPA easier, I wanted to try a run without SPA. I added these lines:
```
./atmchange do_aerosol_rad=false
./atmchange do_presc…
-
Just says `Test failed`.
-
Pointer cast gone wrong. Produces invalid SPIR-V.
-
Fails its own validation.
-
Currently failing with `CL_PROFILING_INFO_NOT_AVAILABLE`. Some event somewhere has a failed status.
-
v0 had an option of turning off aerosols by setting do_aerosol_rad and micro_aerosolactivation to false. The former bypasses aerosol calculations in radiation.F90 and sets aerosol optical properties t…
-
Using a scream master of Apr12th, can reproduce with `SMS_Ld1_P16x1.ne4_ne4.F2000SCREAMv1.cori-knl_intel` (ie OPT build) after commenting out abort as noted here https://github.com/E3SM-Project/scream…
-
Hi there,
I have a class defined like so:
```python
def __init__(self, x:Union[List[str],str], y:str, z:str):
```
and it produces a docstring like so when using `shoc_doc(Class.__init__)`
…
-
The ability to subcycle processes or groups of processes was added in #1371 , which also has instructions on how to set up subcycling for a set of tightly coupled processes. Unfortunately this doesn'…