Skip to content

Rlease 0.1.1

Compare
Choose a tag to compare
@disheng222 disheng222 released this 14 Dec 23:20
· 328 commits to master since this release

The most important update is as follows:
The previous version can only work on a set of data files which have the same dimension size. For example, it needs to read a set of files with the same dimensions stored in the same directory. Moreover, the data files' extensions had to be ".dat".

We highly suggest you to download z-checker-installer (https://github.com/CODARcode/z-checker-installer) to use Z-checker.
In z-checker-installer, the execution command was:
./runZCCase.sh [datatype (-f or -d)] [errBoundMode] [testcase] [data dir] [dimensions....]

The new version here supports two options to read the data files, and the data files could have different dimension sizes. Moreover, the user can determine the file extension (see [extension] in the following command).
For instance, in z-checker-installer, the execution options become:

[sdi@sdihost z-checker-installer]$ runZCCase.sh
Usage: option 1: ./runZCCase.sh [datatype (-f or -d)] [errBoundMode] [testcase] [data dir] [extension] [dimensions....]
option 2: ./runZCCase.sh [datatype (-f or -d)] [errBoundMode] [testcase] [varInfo.txt]
Example: ./runZCCase.sh -f ABS testcase1 CESM-testdata/1800x3600 dat 3600 1800
./runZCCase.sh -f REL testcase2 varList.txt