-
**Description:**
The purpose of this run is to test various optimizations to the dynamical core for increased throughput in a FMTHIST run.
Same as #374 but with namelist and source code modifica…
-
The current strategy for CAMDEN is to set the dynamical core using the user-specifed horizontal grid. For the physics testbed, this requires a "null" or "none" grid option, not only to set the dynami…
-
The Python wrapper currently enables getting and setting a few 3D variables in the `Stateout` container. Since these 3D variables come from the physics side of the model, they are oriented oppositely…
-
[Julia](https://julialang.org/) is a fast and elegant language. It is likely that the dynamical core would work faster in Julia.
It would be nice to experiment with it, i.e. convert the important …
-
**Description:**
The purpose of this run is to test various optimizations to the dynamical core for increased throughput (see details below). Only tested in 1 month long run so we will see if it is…
-
currently impossible to run a simulation using the "flat" option with the dynamical core turned on
did not find why
would be good to create a "etu.def" file for this situation, when a stable solution …
-
Currently the Emanuel convection Fortran code is written to only work on contiguous vertical columns. Since the GFS dynamical core only works on contiguous horizontal slices, that means array copying …
-
Many dynamical core stencils have been implemented in GT4Py and tests for these need to be implemented for the Dawn backends (e.g., C++-Naive, CUDA).
DoD: add to GT4py repo some of the representati…
-
## Description
Regional configurations abort sporadically with a floating-point exception in subroutine a2b_ord2 in FV3/atmos_cubed_sphere/model/a2b_edge.F90 on Hera here:
```f90
if (gridst…
-
Currently several variables, including those that are auto-generated, are set to specific values when created to indicate that they have not been properly initialized, while still avoiding potentially…