-
Notifications
You must be signed in to change notification settings - Fork 365
Closed
Labels
COMPASSFor discussionPRs and Issues that are open for discussion and feedbackPRs and Issues that are open for discussion and feedback
Description
I would like to move the e3sm_coupling
step to be its own "test" (at the same level as init
and spin_up
) in each global_ocean
test case.
My reasoning for renaming is that we want to make clear that, once this code is more robust, it will generate an E3SM ocean (and possibly sea-ice, though that can be part of this discussion) initial condition. I don't have a great suggestion for the new name but something like e3sm_ocean_init
.
My reasoning for moving it to its own "test" is:
- it should be able to be run automatically, e.g. as part of a regression suite so we can check for unwanted changes
- it should be clear that this stage needs to run after
init
and typically also afterspin_up
. If it is its own test, we can use aprerequisite
tag to indicate this, see Add support for a prerequisite tag in COMPASS #559 and Add prerequisite tags to all necessary test cases #560. - it shouldn't be buried
Metadata
Metadata
Assignees
Labels
COMPASSFor discussionPRs and Issues that are open for discussion and feedbackPRs and Issues that are open for discussion and feedback