You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The t_stopf() call for ecosysdyn is misplaced in clm_driver.F90, leading to inaccurate performance data for some science cases. This issue was identified and fixed by Pat Worley in pull request #90, which also fixed issue #81. This bug was eliminated in CESM CLM tag clm4_5_1_r097 as a part of ED refactorization and was also not identified as a fixed bug in that tag. ACME has chosen not to incorporate that ED refactorization into the V1 model development, but expects to use it for V2 model development.
The text was updated successfully, but these errors were encountered:
eliminating reference to unallocated arrays in VOCEmissionMod (fixes#81),
moving misplaced t_stopf (fixes#94), and replacing pgi version for Titan
(fixes#62) (PR#90)
* worleyph/clm/CLM45_VOCEmissionMod_fix:
replacing pgi/14.2.0 with pgi/14.10.home for Titan when using PGI compiler
moving misplaced t_stopf call in CLM4.5
eliminating reference to unallocated arrays in VOCEmissionMod
[BFB]
The t_stopf() call for ecosysdyn is misplaced in clm_driver.F90, leading to inaccurate performance data for some science cases. This issue was identified and fixed by Pat Worley in pull request #90, which also fixed issue #81. This bug was eliminated in CESM CLM tag clm4_5_1_r097 as a part of ED refactorization and was also not identified as a fixed bug in that tag. ACME has chosen not to incorporate that ED refactorization into the V1 model development, but expects to use it for V2 model development.
The text was updated successfully, but these errors were encountered: