-
Hi,
I was wondering if there is a reason why smaug isn't using the xenon sweeper like the rest of the gem5 ecosystem?
Also, the design space exposed in this repo sweeper: https://github.com/yaoyu…
-
Currently SHOC computes the DSE internally but really only needs the temperature. It does this because EAM uses DSE (or possibly enthalpy) instead of temperature as a state variable.
In SCREAM we …
-
Start with SHOC, then do P3.
-
Requestioned by @paullric who asked me to also cc: @ambrad.
As part of HyperFACETS, I have been running some 4km refined simulations (ne30 refined x32) over the WUS. These apply essentially the sam…
-
This should just involve defining a new variable named "condensation_macro" and have it store the value of "CMELIQ" in p3_interface. It would be compatible with SHOC and CLUBB.
-
Old issue regarding cold T was here https://github.com/E3SM-Project/scream/issues/1950
Using Nov 9th repo and using SPA, hit the following error with ne256 on pm-gpu after 11 days.
```
184: ter…
-
After talking with @bartgol at the EESM meeting last week, he suggested making a tracking issue to discuss changes that would be useful or necessary for differentiable modeling, specifically with auto…
-
As we approach a complete v1, we are realizing that some parts of the infrastructure are clunky and/or overly complicated (like adding lots of code/logic to support scenarios unlikely to ever be neede…
-
Running p3_tests on GPU took me 178s, roughly 3 minutes. That executable is running a lot of tests (roughly one for each p3 function). Every other test (except shoc_tests) was done in less than 30s.
…
-
Hi, I build pocl on risc-v machine simulated by qemu. After building pocl, I run a test "vecadd", and it run into a problem : pocl can't open vecadd.so generated by pocl compiler. I already checked th…