Add start/stop model regression testing package #147
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.
Add regression test framework for model runs
This commit introduces a new regression testing framework under
GEOSldas_App/util/postproc/regression.It includes:
README.mdwith detailed instructions for running regression testsstart_stop_model.shscript to manage model execution for testsHISTORY_1d.rcandHISTORY_2d.rctemplates to ensure consistentoutput (for both CS and EASE grids)
ldas_setupto enable regression test configurationNotes:
(not assimilation).
revisit LDAS nightly tests GEOSldas#250
Since GEOSldas does not support 2D layout tests, we use a 1D-invariant
approach analogous to:
https://github.com/GEOS-ESM/GEOSgcm_App/wiki/Regress-Script-Flow-Chart
be modified or the PR closed if it is not aligned with how we wish to
support regression testing in GEOSldas.