goldy
goldy
I am confused on some of the usage. In CCPP_data.meta, I see: ``` [CCPP_interstitial] standard_name = CCPP_interstitial_type_instance long_name = instance of derived type CCPP_interstitial_type units = DDT dimensions = ()...
I do not see a problem with `CCPP_interstitial`, it is an example of what I expect to see. My problem with `GFS_Interstitial` is I do not understand why there are...
I would advocate using a host-model variable for the 'chunk' of data to pass in a particular call to ccpp_physics_run. If you really want to use OMP and are calling...
If a host model calls `_ccpp_physics_initialize` with group 'A' but not group 'B', then we have to consider group 'B' uninitialized. This greatly complicated the state machine since a call...
> I don't think we can/should expect the framework to handle all this logic, some thinking must be involved on the host model developer side. This philosophy works as long...
> > I am not seeing any way to modify capgen to be able to handle a single "suite" where the data is not on the same decomposition. If I...
To facilitate this shift, I propose a new, simple interface to the CCPP framework, tentatively called `ccpp_capgen`. There are five categories of inputs to this function: 1. A list of...
Notes from 2018-11-01 meeting: Add documentation generation switch to generate LaTeX and HTML documentation.
In order to clarify when things happen in a CCPP suite, I would like to propose the following four suite 'groups' which are always created: - `_initialize`: - This will...
Note that this issue is related to, and may subsume #276.