Go to the source code of this file.
|
logical, public | gsw_mod_error_functions::gsw_error_check = .true. |
|
logical, public | gsw_mod_error_functions::gsw_abort_on_error = .true. |
|
real(r8), parameter, public | gsw_mod_error_functions::gsw_error_limit = 1e10_r8 |
|
integer, private | gsw_mod_error_functions::nfuncs = 41 |
|
integer, parameter, private | gsw_mod_error_functions::maxlen = 40 |
|
integer, parameter, private | gsw_mod_error_functions::maxfuncs = 50 |
|
character(len=maxlen), dimension(maxfuncs), private | gsw_mod_error_functions::func_list |
|