Changes between Version 7 and Version 8 of RegressionTest


Ignore:
Timestamp:
07/18/08 18:21:28 (16 years ago)
Author:
skbhate
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RegressionTest

    v7 v8  
    5151== Configuring XML? ==
    5252
    53 XML provides an easy way to  configure model runs and tests. User can configure various ROMS applications (e.g. UPWELLING, CBLAST etc)
    54 [Configuration file help coming soon]
     53XML provides an easy way to  configure model runs and tests. User can configure various ROMS applications (e.g. UPWELLING, CBLAST etc) using XML.[[BR]]
     54Check XML document ''''regressionCSTM.xml'''' in '/data/metadata' on how to configure model-run. Examples are also provided in '/data/metadata/example' to try.[[BR]]
     55Examples 'example_simple.xml' which runs application 'UPWELLING' can be tried as it is without any further editing. Other examples may need some editing for
     56directory path, etc.[[BR]]
     57
     58Few good XML editors/validators are 'oXygen' and 'Architag's Xray'.
     59 
     60[Detailed configuration help coming soon]
    5561 
    5662
     
    120126== Things to Remember ==
    121127Please make appropriate changes or updates based on the following points before you proceed to run the tests.
    122  * Customize the variables ''$ROMS_BUILD_FILE'' and ''$MY_CPUS'' in [wiki:RegressionProps regression.props] file.
    123  * Make sure you run 'validation tool' on your xml document frequently while editing the xml document.   
     128 * Do not edit/Customize variables in [wiki:RegressionProps regression.props] file unless it is mentioned in the file.
     129 * Make sure you run 'validation tool' on your xml document frequently while editing the xml document. For example:
     130{{{
     131  ./bin/validate   /data/metadata/example/example_simple.xml
     132}}}
     133
    124134 * You can always send an email to [mailto:skbhate@ngi.msstate.edu skbhate@ngi.msstate.edu]in case of any problems/issues with testing package.
    125135