-
Currently includes shoc_main port (along with review of structs passed into/out of it) and pblh routine.
-
I've successfully built POCL (git tag v1.7) with the `make` command but then
```
# make install
...
[100%] Built target EinsteinToolkit
Install the project...
-- Install configuration: "Debug"…
-
Using scream repo of June 4th, and making one edit to get around a bug in shoc.F90 (https://github.com/E3SM-Project/scream/issues/400)
compset=FSCREAM-HR
res=ne30pg2_r05_oECv3
I don't see the error…
-
In the nucleation process, the planetary boundary layer height (`pblh`, in code) is used to adjust the rate of aerosol nucleation. There's exactly one `pblh` value per column, which makes it somewhat …
-
We have previously discussed how we might pack all advected tracer fields into a monster, multi-"component" "tracers" field for the dynamics package to advect. A detailed technical discussion started …
-
Most recent work on KNL (cori and theta), but I did verify this DEBUG/thread/scream test also fails on compy.
I see the below tests fails with dyamond2 branch as well as scream master of of March 3rd…
-
Add SCREAMv1 as an optional atmosphere choice in CIME and get CIME to build a C++ executable when SCREAMv1 is chosen. Initially, this will probably just include building the AD and the dycore because …
-
This issue is to track stuff in the AD related to grid remapping that needs to be fixed or completely re-designed.
As of now (10/29/20), I can think of a few things that need to be addressed/improv…
-
My compiler reports the following warning.
```
shoc_functions_f90.cpp:429:82: warning: narrowing conversion of ‘nlevi’ from ‘ekat::Int’ {aka ‘int’} to ‘long unsigned int’ inside { } [-Wnarrowing]
…
-
The SHOC-AD interface is very old and was created before SHOC was fully implemented in SCREAM. Now that there is a C++ to Fortran bridge to run in stand-alone mode it is possible to restructure the i…