Courtney Peverley
Courtney Peverley
## Description DISCUSSION SOLICITED The following constituent properties are currently parsed from the standard name: 1. volume mixing ratio vs mass mixing ratio vs. number_concentration -> parsed from standard name...
# Description There is currently no check that disallows usage of horizontal_dimension in the run phase of a physics scheme (where horizontal_loop_extent must be used). ## Steps to Reproduce 1....
## Description Now that we've removed support for python2 "officially" we should make an effort to go through and change all the old ".format" strings to "f" strings ## Solution...
## Description A few suggested testing updates/changes: 1. update .pylintrc file to run against any updated python files, then add linting to the github workflow 2. Drop Travis-CI file (.travis.yml)...
## Description For the purposes of completing the constituent infrastructure in CAMDEN, @gold2718 and I propose two new optional metadata fields: - molar_mass (float) - input_names (list): list of aliases...
## Description In CAMDEN, we are currently using a parameter set to 512 to set the length of errmsg. We'd like to avoid having these parallel values of 512 (our...
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...
## 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 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...
## 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. ##...