Difference between revisions of "Test cases and benchmarks"

From ccrmwiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Learning a complex modelling system like SELFE may seem a daunting task, and so it's a good idea to start from some simple cases. We hope the 2 cases shown below 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.
  
==Barotropic case: wave in a quarter annulus domain==
+
Please go thru the online tutorials next.
  
Some background info can be found at [http://www.stccmop.org/CORIE/modeling/elcirc/bench/quarter_annulus/2.html]. The SELFE inputs (for the current web version v3.1dc) can be downloaded at [http://www.ccrm.vims.edu/yinglong/wiki_files/quarter_annulus.tgz here].  
+
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
  
==Baroclinic case: unforced river plume==
+
svn co http://www.ccrm.vims.edu/selfe//selfe_verification_tests
Some background info can be found at [http://www.stccmop.org/CORIE/modeling/elcirc/bench/river_plume/2.html]. The SELFE inputs (for the current web version v3.1dc) can be downloaded at [http://www.ccrm.vims.edu/yinglong/wiki_files/river_plume.tgz here].
+
 
 +
(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.