Changes between Version 2 and Version 3 of RegressionTest


Ignore:
Timestamp:
07/18/07 15:50:56 (17 years ago)
Author:
skbhate
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RegressionTest

    v2 v3  
    131131
    132132
     133
     134== Things to Remember ==
     135Please make appropriate changes or updates based on the following points before you proceed to run the tests.
     136 * Update the variables ''$ROMS_BUILD_FILE'' and ''$MY_CPUS'' in [wiki:RegressionProps regression.props] file.
     137 * The environmental variable ''$MY_PROJECT_DIR'' in build.sh should always be relative to variable ''$MY_ROOT_DIR''.
     138 * The project space for each model application should be declared with ''$MY_PROJECT_DIR'' following this convention.
     139        $MY_PROJECT_DIR=${MY_ROOT_DIR}/Projects/<application_name>    (e.g. application_name can be 'upwelling', 'benchmark' etc.)
     140
     141 * If $MY_PROJECT_DIR is defined, then HEADER_DIR and ANALYTICAL DIR will be defined to MY_PROJECT_DIR unless these variables are commented out.
     142 * Define model applications in file ''regression.tests'', which is located in /data directory.
     143 * Define input file associated with each model application in file ''inputList'', which is located in /data directory.
     144 * You can always send an email to [mailto:skbhate@ngi.msstate.edu skbhate@ngi.msstate.edu]
     145
     146
     147