Difference between revisions of "Test cases and benchmarks"
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Learning a complex modelling system like SCHISM may seem a daunting task, and so it's a good idea to start from some simple cases. Studying the test cases included in the source bundle (test/Test_Flat_Adjust) will give you a good head start. | Learning a complex modelling system like SCHISM may seem a daunting task, and so it's a good idea to start from some simple cases. Studying the test cases included in the source bundle (test/Test_Flat_Adjust) will give you a good head start. | ||
| + | |||
| + | Please go thru the online tutorials next. | ||
| + | |||
| + | You can download the entire test suite we use (40+ cases, including modules) using svn. Make sure your svn version is 1.6 and above, and then | ||
| + | |||
| + | svn co http://www.ccrm.vims.edu/selfe//selfe_verification_tests | ||
| + | |||
| + | (if the system asks for account, use anonymous) | ||
| + | |||
| + | Note that the inputs for these tests, especially param.in, are for the latest version of SCHISM, and so they may not work out-of-box for the release version. But hopefully you'll get some idea on how to set up the model for various cases. | ||
Latest revision as of 20:34, 26 October 2015
Learning a complex modelling system like SCHISM may seem a daunting task, and so it's a good idea to start from some simple cases. Studying the test cases included in the source bundle (test/Test_Flat_Adjust) will give you a good head start.
Please go thru the online tutorials next.
You can download the entire test suite we use (40+ cases, including modules) using svn. Make sure your svn version is 1.6 and above, and then
svn co http://www.ccrm.vims.edu/selfe//selfe_verification_tests
(if the system asks for account, use anonymous)
Note that the inputs for these tests, especially param.in, are for the latest version of SCHISM, and so they may not work out-of-box for the release version. But hopefully you'll get some idea on how to set up the model for various cases.