Changes between Version 8 and Version 9 of addnewNR
- Timestamp:
- 05/07/18 13:39:58 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
addnewNR
v8 v9 1 1 == Introduction == 2 2 3 ISSM relies on regression tests to check that no bug is introduced during code development. All the tests are located in `$ISSM_DIR/test/test/NightlyRun` and all the tests whose number are less than 1000 are run after each change pushed to the svn repository (through jenkins ) and 4 times a day (through cron jobs).3 ISSM relies on regression tests to check that no bug is introduced during code development. All the tests are located in `$ISSM_DIR/test/test/NightlyRun` and all the tests whose number are less than 1000 are run after each change pushed to the svn repository (through jenkins: https://ross.ics.uci.edu:8080/job/Linux_Ubuntu/) and 4 times a day (through cron jobs). 4 4 5 5 If a new capability is being added to ISSM, it is critical that a new test is created. … … 10 10 11 11 You must create a new test file in `test/NightlyRun`. Make sure to be consistent with the series: 12 - 100s: Square ice shelf constrained (no ice front) 13 - 200s: Square ice shelf with ice front 14 - 300s: Square grounded ice constrained (no ice front) 15 - 400s: Square grounded ice with ice front (some floating ice) 16 - 500s: Pine Island Glacier (West Antarctica) 17 - 600s: 79 North (Greenland) 18 - 700s: flow band models 19 - 800s: valley glaciers 12 - 1-1000: "Nightly" series: 13 - 100s: Square ice shelf constrained (no ice front) 14 - 200s: Square ice shelf with ice front 15 - 300s: Square grounded ice constrained (no ice front) 16 - 400s: Square grounded ice with ice front (some floating ice) 17 - 500s: Pine Island Glacier (West Antarctica) 18 - 600s: 79 North (Greenland) 19 - 700s: flow band models 20 - 800s: valley glaciers 21 - 1000s "validation series": 22 - 1100s: ISMIP 23 20 24 21 25 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):