NGEET / fates

repository for the Functionally Assembled Terrestrial Ecosystem Simulator (FATES)
Other
105 stars 92 forks source link

Refactor the testing code to be agnostic to the host land model #1265

Open glemieux opened 1 month ago

glemieux commented 1 month ago

The current implementation of the fates testing infrastructure assumes that the tests will be run within ctsm: https://github.com/NGEET/fates/blob/f5bd62506e59adf232427dce9d4993483c8b14b3/testing/path_utils.py#L23

Ideally this would be updated to be agnostic to the host land model or allow the tests to take the cime location as an argument.