#include <stdio.h>#include <limits.h>#include <math.h>#include <string.h>#include <sed/sed_sedflux.h>#include <plume_types.h>#include <utils/utils.h>Go to the source code of this file.
Classes | |
| struct | Process_check_t |
| struct | Family_check_t |
Variables | |
| Process_check_t | process_check [] |
| Family_check_t | family_check [] |
Initial value:
{
{ "failure" , "earthquake" , SED_ERROR_INACTIVE_PARENT|SED_ERROR_ABSENT_PARENT|SED_ERROR_DT_MISMATCH },
{ "squall" , "storms" , SED_ERROR_INACTIVE_PARENT|SED_ERROR_ABSENT_PARENT|SED_ERROR_DT_MISMATCH },
{ "xshore" , "storms" , SED_ERROR_INACTIVE_PARENT|SED_ERROR_ABSENT_PARENT|SED_ERROR_DT_MISMATCH },
{ "diffusion" , "storms" , SED_ERROR_INACTIVE_PARENT|SED_ERROR_ABSENT_PARENT|SED_ERROR_DT_MISMATCH }
}
Initial value:
{
{"plume" , SED_ERROR_MULTIPLE_PROCS|SED_ERROR_INACTIVE|SED_ERROR_NOT_ALWAYS } ,
{"bedload dumping" , SED_ERROR_MULTIPLE_PROCS|SED_ERROR_INACTIVE|SED_ERROR_NOT_ALWAYS } ,
{"bbl" , SED_ERROR_MULTIPLE_PROCS|SED_ERROR_INACTIVE|SED_ERROR_NOT_ALWAYS } ,
{"river" , SED_ERROR_INACTIVE|SED_ERROR_NOT_ALWAYS } ,
{"earthquake" , SED_ERROR_MULTIPLE_PROCS } ,
{"storms" , SED_ERROR_MULTIPLE_PROCS }
}
1.5.2