goldy
goldy
In order to control the complexity of suites, we could allow a `` keyword in the suite definition file (SDF) in order to allow for some modularity. For instance, if...
- MPI F77 interfaces (`use mpi`) cause issues with compilers in that two calls to the same MPI routine with different data types (e.g., `MPI_bcast` called with `MPI_REAL8` and `MPI_INTEGER`)....
## Description In order to develop and verify capgen's ability to handle host models that use blocked data, unit tests that require this feature and can validate correct code generation...
## Description While the current rules prohibit a CCPP scheme from writing to a log file (any output), many developers would like to be able to log information from a...
Concatenating a suite name, group name, and phase can result in a cap interface name which exceeds 63 characters. Proposal is to use name mangling to keep name under 63...
# Description The README.md file on the feature/capgen branch is incorrect in that it discusses usage of the prebuild system. This should be corrected to discuss usage using capgen. Separately,...
Many models (e.g., UFS, CAM6) have blocked data structures where each 'block' is a DDT that contains field arrays. - A task's `horizontal_dimension` is made up of the collection of...
## Description Sometimes, a physics scheme will need input data that is specific to the scheme. The host model needs to perform the input of this data but should not...
All host model interface routines (except suite and suite part lists) must take a group name as an optional argument. - At run time if no group is specified, run...
ccpp_fortran_to_metadata.py needs to be updated to include the `ccpp-table-properties` metadata section.