shr_cal unit tests should have only a single ESMF_Initialize and ESMF_Finalize
Open
- Dominant language
- Fortran
- Stars
- 3
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
CTSM's unit tests needed some [changes](https://github.com/ESCOMP/CTSM/pull/3017) to prevent multiple calls to ESMF_Initialize and ESMF_Finalize within the same executable. (It worked to have these multiple calls when we used the ESMF WRF Time manager, but no longer works with the real ESMF library.) I think the shr_cal unit tests need similar changes (only initialize if not yet initialized; finalize in the teardown of the executable rather than the teardown of each test).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.