Skip to content

shr_cal unit tests should have only a single ESMF_Initialize and ESMF_Finalize #66

@billsacks

Description

@billsacks

CTSM's unit tests needed some changes 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).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions