Changes between Version 10 and Version 11 of addnewNR
- Timestamp:
- 05/07/18 13:45:55 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
addnewNR
v10 v11 7 7 These nightly runs are not meant to be realistic. They rely on very coarse meshes. We only want to check that the numerics has not changed, the results are obviously meaningless. Each test should take less than 10 seconds to run. 8 8 9 == Files to change/create == 10 11 You must create a new test file in `test/NightlyRun`. Make sure to be consistent with the series: 9 == Running a test == 10 Tests are organized as follows: 12 11 - 1-999: "Nightly" series: 13 12 - 100s: Square ice shelf constrained (no ice front) … … 30 29 - 2000-2999: "sea level" series 31 30 - 3000-3999: "ADOLC" series 31 32 == Adding a new test == 33 = Files to change/create = 34 35 You must create a new test file in `test/NightlyRun`. Make sure to be consistent with the series above. 32 36 33 37 Create a `testXXX.m` file with the simulation test. The very first line should be a comment with the test name (which should be unique): … … 55 59 NB : do the same thing for `testXXX.py` without creating the archive this time. 56 60 57 = = Checking in the new test ==61 = Checking in the new test = 58 62 59 63 You can `svn add` the new files (`testXXX.m`, `testXXX.py` and archiveXXX.nc) and `svn commit –m "NEW: added test to check ...”`.