remove duplicate call to SoilBiogeochemVerticalProfile
- Dominant language
- Fortran
- Stars
- 352
- Forks
- 361
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 7
Description
**Bill Sacks < sacks@ucar.edu > - 2013-04-19 12:10:46 -0600**
**Bugzilla Id:** [1668](http://bugz.cgd.ucar.edu/show_bug.cgi?id=1668)
**Bugzilla CC:** andre@ucar.edu, cdkoven@lbl.gov, erik@ucar.edu, muszala@ucar.edu, rfisher@ucar.edu,
Currently, decomp_vertprofiles is called from two places: (1) clm_driver.F90, (2) CNDecompAlloc, which is called from CNEcosystemDyn. From talking to Charlie, it sounds like this is a mistake; it should probably just be called from the driver.
Removing the duplicate call from CNDecompAlloc causes answer changes for transient cases, which would take some examination to confirm that this hasn't broken anything. Since we are under time pressure so close to the release freeze, we have decided not to remove this duplicate call for now. However, when someone has time to sign off on the answer changes, this should be re-examined.
Contributor guide
Assessment
This issue has not been assessed yet.