E3SM-Project / E3SM-Project/E3SM
ELM: Use of some uninitialized variables
Open
bug
ELM
- Dominant language
- Fortran
- Stars
- 440
- Forks
- 481
- Avg merge
- 4d 6h
- Merged PRs (30d)
- 36
Description
The variable `kn` appears to be used in these two spots:
* https://github.com/E3SM-Project/E3SM/blob/fb7d271bfc9f343d395b4f08992cd5a949397cef/components/elm/src/biogeophys/PhotosynthesisMod.F90#L596
* https://github.com/E3SM-Project/E3SM/blob/fb7d271bfc9f343d395b4f08992cd5a949397cef/components/elm/src/biogeophys/PhotosynthesisMod.F90#L639
before being defined here:
https://github.com/E3SM-Project/E3SM/blob/fb7d271bfc9f343d395b4f08992cd5a949397cef/components/elm/src/biogeophys/PhotosynthesisMod.F90#L681-L685
Contributor guide
Assessment
This issue has not been assessed yet.