Update FATES testdefs so that we use the compset instead of a testmod directory #1827
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of changes
Rearranged and edited some of the FATES testdefs files so that we just use the compset for FATES SP mode.
Specific notes
Created a new FATES testdef folder FatesColdDefBasic that just has a shell_commands file in it with necessary commands:
./xmlchange CLM_FORCE_COLDSTART="on"
and./xmlchange BFBFLAG="TRUE"
Removed reference to fates_sp user mod as this is covered by SP compset for FatesColdDefReducedComplexSatPhen, FatesColdDefMeganReducedComplexSatPhen, and FatesColdDefDryDepReducedComplexSatPhen
Updated one of the FATES SP tests to use just the FatesColdDefBasic user mods (thus only utilizing the FATES SP compset)
Contributors other than yourself, if any: @ekluzek
CTSM Issues Fixed (include github issue #):
Fixes #1817
Are answers expected to change (and if so in what way)? No
Any User Interface Changes (namelist or namelist defaults changes)? No
Testing performed, if any:
Ran individual test cases for all changed tests. Running actual test suite next. Will report back results.