Go to the source code of this file.
|
def | repo.DicePy.dice_check.isvalid (tag, value, options) |
| Checks the validity of the input value given for a tag present in params.txt. More...
|
|
def | repo.DicePy.dice_check.default_message (tag, dval) |
| Subroutine that notifies the user when defaults are being used for a certain parameter. More...
|
|
def | repo.DicePy.dice_check.check_step (tag, tags, params, defaults, idx=None) |
| Checks the input value of a parameter that is expected to be an integer step. More...
|
|
def | repo.DicePy.dice_check.check_float (tag, tags, params, defaults, idx=None) |
| Checks the input value of a parameter that is expected to be a float. More...
|
|
def | repo.DicePy.dice_check.check_grid (tag, tags, params, default_grid) |
| Checks the input values for a grid parameter. More...
|
|
def | repo.DicePy.dice_check.check_inputs (nml) |
| Major subroutine that checks the inputs of file params.txt. More...
|
|