Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test suites #12

Merged
merged 13 commits into from
Jul 27, 2017
Merged

Commits on Jul 7, 2017

  1. Update conrad environment file to use Intel v17 instead of Intel v14.…

    … This resolves the issue with the exact restart test case failing on the Conrad system
    mattdturner committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    d39144c View commit details
    Browse the repository at this point in the history
  2. Add descriptive output message to comparison if baseline dataset does…

    … not exist
    mattdturner committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    390b937 View commit details
    Browse the repository at this point in the history
  3. Change walltime to 30 minutes for Conrad and Gordon

    mattdturner committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    083effe View commit details
    Browse the repository at this point in the history
  4. Add the capability of create.case to generate a suite of tests from a…

    … single call
    mattdturner committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    401713b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Updated the test scripts, split apart cice.test.csh for further

    development of new test.  Separated the testing and the baseline
    generation/comparison.  Remove -b from create.case and changed the
    behavior of the generate/comparison a bit so it can be applied
    regardless of the test or case.
    apcraig committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    da8ad03 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2017

  1. Update the base_suite.ts file to now include grid and processor grid …

    …definition
    mattdturner committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    8b5e80f View commit details
    Browse the repository at this point in the history
  2. Update create.case to read additional information from test suite def…

    …inition file. Add a check to ensure testid is used if running a test or test suite. Append the sets within suite definition file to sets passed to create.case, and remove duplicates.
    mattdturner committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    3a91911 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Configuration menu
    Copy the full SHA
    8ee3305 View commit details
    Browse the repository at this point in the history
  2. Add new timeseries.csh script that generates a timeseries plot of the…

    … hourly diagnostic output for annual and 10day runs (in the test suite)
    mattdturner committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    5782602 View commit details
    Browse the repository at this point in the history
  3. Remove the diagfreq definition in 10day test namelist

    mattdturner committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    92a6e0a View commit details
    Browse the repository at this point in the history
  4. A few bugfixes in baseline.script. Also added additional logging stat…

    …ements to assist users in diagnosing errors
    mattdturner committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    e0c7106 View commit details
    Browse the repository at this point in the history
  5. Update the help information for create.case. Move the test_nml option…

    …s above the rest of the namelist options. This makes the passed namelist options (from commandline) supercede the ones in the test namelist. Create.case now copies the timeseries.csh script to the test suite directory
    mattdturner committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    ea9f1ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2aa1051 View commit details
    Browse the repository at this point in the history