E3SM-Project / ACME-ECP

E3SM MMF for DoE ECP project
Other
9 stars 1 forks source link

crm restart fix and new test in ECP test suite #97

Closed crjones-amath closed 5 years ago

crjones-amath commented 5 years ago

Currently if history files are written with crm-level output on any dimension depending on any crm_nx, crm_ny, crm_nz, crm_nx_rad, crm_ny_rad, the model fails to restart because it tries to use the history coordinates without them being internally defined. This PR fixes that problem, and adds a new test to the ecp test suite to explicitly test this feature.

Fixes issue #91.

[BFB]