ccpp-framework icon indicating copy to clipboard operation
ccpp-framework copied to clipboard

Common Community Physics Package (CCPP)

Results 122 ccpp-framework issues
Sort by recently updated
recently updated
newest added

The CCPP prebuild version is case-sensitive wrt scheme names in the suite definition files versus the Fortran file, i.e. if a Fortran file contains ``` module FoO ... subroutine FoO_init(...)...

question
ccpp_prebuild

In order for the CCPP framework to function as a library that can be used with many host models, it should not require information for any host model to be...

enhancement

## Description PR #552 introduces optional arguments in `ccpp_prebuild.py` based on requirements described in https://github.com/NCAR/ccpp-framework/issues/526. The PR discussion led to a set of requirements that go further than what is...

enhancement
capgen

## Description CCPP is seeking to provide DOIs for all of its various repositories so that they can be cited scientifically. Github conveniently provides a standard way to include this...

enhancement

Tiny bugfix for unit conversion edge case that was trying to convert "None" to "none" ## Description Convert "none" units to lowercase before comparing. User interface changes?: No Fixes: closes...

Because of the change in directory structure for CCPP physics (https://github.com/ufs-community/ccpp-physics/pull/99), there are now `.meta` files at different levels in the directory tree. The `ccpp_track_variables.py` script needs the location of...

## Overview This PR adds a new phase, *register*, that can be called by a host model and used by schemes to perform any set up that needs to happen...

# Description Because of the change in directory structure for CCPP physics (https://github.com/ufs-community/ccpp-physics/pull/99), there are now `.meta` files at different levels in the directory tree. The `ccpp_track_variables.py` script needs the...

bug

## Description A new object for which the data would be handled by the framework would be a nice have for CCPP; it would mean you could pass around the...

enhancement

## Description Rather than returning one error at a time, it would be nice to have all the parsing errors returned at the end of the parsing/metadata validation stage. ##...

enhancement