Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't set water species property for species that air_composition han…
…dles (ESCOMP#185) Originator(s): peverwhee Summary (include the keyword ['closes', 'fixes', 'resolves'] and issue number): Removes water_species property from instantiate call for water vapor mixing ratio species (as air_composition will set those). We may run into this issue again at some point for the water vapor number concentration variables, but hopefully by then we'll have metadata properties for setting that! can supersede ESCOMP/CAM-SIMA#342 Describe any changes made to the namelist: n/a List all files eliminated and why: n/a List all files added and what they do: n/a List all existing files that have been modified, and describe the changes: (Helpful git command: `git diff --name-status development...<your_branch_name>`) M test/test_schemes/initialize_constituents.F90 - remove water_species property from instantiate call List any test failures: all expected tests pass Is this a science-changing update? New physics package, algorithm change, tuning changes, etc? no
- Loading branch information