E3SM-Project / E3SM-Project/ACME-ECP
ECPP - number of different constituent types are hardcoded
Open
- Dominant language
- Fortran
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The number of water and non-water constituent types is specified in
src/physics/cam/ecpp/module_ecpp_ppdriver2.F90
but these hard-coded values are problematic if/when the constituent list changes. We should handle this more intelligently by determining these counts at run-time by looping through the constituent names.

Contributor guide
Assessment
This issue has not been assessed yet.