Some extra unused fields in datm
Open
Assigned
Low Priority
tp: data models
ty: Bug
- Dominant language
- Python
- Stars
- 174
- Forks
- 225
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 14
Description
It looks like the integers sco2p and sco2d in src/components/data_comps/datm/datm_comp_mod.F90 isn't actually used so should be removed.
``` fortran
sco2p = mct_aVect_indexRA(avstrm,'strm_co2p' ,perrWith='quiet')
sco2d = mct_aVect_indexRA(avstrm,'strm_co2d' ,perrWith='quiet')
```
Contributor guide
Assessment
This issue has not been assessed yet.