Changes between Version 10 and Version 11 of addnewNR


Ignore:
Timestamp:
05/07/18 13:45:55 (7 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • addnewNR

    v10 v11  
    77These 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.
    88
    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 ==
     10Tests are organized as follows:
    1211- 1-999: "Nightly" series:
    1312  - 100s: Square ice shelf constrained (no ice front)
     
    3029- 2000-2999: "sea level" series
    3130- 3000-3999: "ADOLC" series
     31
     32 == Adding a new test ==
     33 = Files to change/create =
     34
     35You must create a new test file in `test/NightlyRun`. Make sure to be consistent with the series above.
    3236
    3337Create a `testXXX.m` file with the simulation test. The very first line should be a comment with the test name (which should be unique):
     
    5559NB : do the same thing for `testXXX.py`  without creating the archive this time.
    5660
    57  == Checking in the new test ==
     61 = Checking in the new test =
    5862
    5963You can `svn add` the new files (`testXXX.m`, `testXXX.py` and archiveXXX.nc) and `svn commit –m "NEW: added test to check ...”`.