E3SM-Project / Omega

Next generation ocean model within E3SM
https://docs.e3sm.org/Omega/omega
Other
4 stars 5 forks source link

Copy 'Default.yml" to build directories #128

Closed grnydawn closed 2 months ago

grnydawn commented 2 months ago

Default.yml is copied into two subdirectories under the Omega build directory:

The config subdirectory to support Polaris testing. The test subdirectory to support Omega ctests (renamed to omega.yml). Tested only on Chrysalis.

Checklist

closes #126

xylar commented 2 months ago

Maybe this PR should also update the documentation to remove these lines, now that they aren't needed: https://github.com/E3SM-Project/Omega/blob/develop/components/omega/doc/devGuide/QuickStart.md?plain=1#L152-L154

Should now just be:

Omega includes several unit tests that run through CTest. The unit tests need to be run on a compute node.
xylar commented 2 months ago

Also, maybe we can delete UnitTest.yml in this PR?

grnydawn commented 2 months ago

@xylar, I updated this PR by revising the documentation and removing UnitTests.yml. I have only tested this on Chrysalis, and all tests passed except for two tendency term tests, which seem unrelated to this PR.

xylar commented 2 months ago

Looks great! Thank you.