Changes between Version 8 and Version 9 of RegressionTest


Ignore:
Timestamp:
08/11/08 17:21:54 (16 years ago)
Author:
skbhate
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RegressionTest

    v8 v9  
    1919}}}
    2020
    21 Configuration script checks for availability of various utilities (perl, ncotools, libxml, qsub etc) and updates path and relevant information in various files.[[BR]]
     21Configuration script checks for availability of various utilities (perl, ncotools, libxml, qsub etc) and updates path and relevant information in various files.[[BR]]
     22Provide a new/existing workspace name, when prompted to create a workspace for test results.[[BR]]
    2223'''You must run 'Configure before proceeding further.'''
    2324
     
    7374 * '''/data/metadata/schema:''' Schema for XML document validation. Please do not edit files in this directory.
    7475 * '''/data/metadata/example:''' Example XML files to be used for environment setup. User should edit these files before running the regression application.
    75  * '''/test-run:''' Test results. Each time test is run, it creates a time-stamped directory in '/test-run' where it stores all test results for each model application. User can have the test[[BR]]
    76  results be saved to another location by modifying the ''$TEST_RUN'' variable in [wiki:RegressionProps regression.props] file. The 'STDERR' and 'STDOUT' from model compilation are also saved in this directory.
     76 * '''/test-run/<workspace>:''' Test results. Each time test is run, it creates a time-stamped directory in '/test-run/<workspace>' where it stores all test results for each model application.[[BR]] The 'STDERR' and 'STDOUT' from model compilation are also saved in this directory.
    7777
    7878== Understanding Results ==
    79 Test results, which are stored in '''/test-run/<time-stamped-dir/<application>/<application_instance>/<compiler>''' may contain following data files.
     79Test results, which are stored in '''/test-run/<workspace>/<time-stamped-dir/<application>/<application_instance>/<compiler>''' may contain following data files.
    8080 * '''ocean_<file_type>.nc:''' Model output data files. ''<file_type>'' can be ''his(history)'', ''dia(diagnostics)'', ''rst(restart)'', ''avg(averages)'' etc.
    8181 * '''output_<application>.out:''' STDOUT from model run. ''<application>'' can be e.g.'SED_TOY', 'SHOREFACE', etc.