-
After discussing with @AaronDonahue and @PeterCaldwell , it seems that the way we organize our build folder is a bit confusing. In particular, some of the tests executables are foudn inside the `src` …
-
After call to `shoc_main()` in the interface, add postprocessing of outputs needed by other processes.
-
Currently SHOC assumes dx and dy are input variables to SHOC interface. They should instead be calculated inside SHOC's interface. I think there are a couple steps needed:
1. create a function ass…
-
There are two remaining tasks to resolve before P3 is "fully" integrated into the AD:
- [x] post-processing of P3 output to prepare variables used by other processes.
The pre-processing is alrea…
-
Currently the shoc interface in the AD only handles liquid cloud fraction, alst. But it is expected that macrophysics is responsible for computing the total cloud fraction as the maximum cloud fracti…
-
```
PHP PCNTL support is needed if wishing to gracefully interrupt testing with signals.
PHP Fatal error: Uncaught Error: Undefined constant "GLOB_BRACE" in /root/benchmark/phoronix-test-suite/pts-…
-
The AD won't likely use the WorkspaceManager from ekat. It will likely have something simple, like the FunctorsBuffersManager in Hommexx (which simply allocates a 1d buffer that accommodates all needs…
-
@AaronDonahue recently noticed that E3SM computes saturation mixing ratio as `qsat=eps*e_s/(P-(1-eps)*e_s)` where `eps=0.622`, `e_s` is saturation vapor pressure, and `P` is the total pressure. In SCR…
-
It's incredibly helpful to be able to develop in a friendly local environment with comfortable tools and no queues. I know I really enjoy being able to develop, test, and debug SCREAM on my Linux work…
-
## Description
Building of the package fails like this:
```
-- Enable OpenMP support for C/C++/Fortran compiler
-- Got CCPP TYPEDEFS from environment variable: ccpp_typedefs.mod;gfs_typedefs.mod…