FV3 Bundle
|
#include <file_version.h>
Go to the source code of this file.
Data Types | |
type | fms_mod::nml_errors_type |
Modules | |
module | fms_mod |
Functions/Subroutines | |
subroutine, public | fms_mod::fms_init (localcomm) |
subroutine, public | fms_mod::fms_end () |
subroutine, public | fms_mod::error_mesg (routine, message, level) |
logical function, public | fms_mod::fms_error_handler (routine, message, err_msg) |
integer function, public | fms_mod::check_nml_error (IOSTAT, NML_NAME) |
subroutine, private | fms_mod::nml_error_init |
logical function, public | fms_mod::string_array_index (string, string_array, index) |
logical function, public | fms_mod::monotonic_array (array, direction) |
Variables | |
integer, public | fms_mod::clock_flag_default |
type(nml_errors_type), save | fms_mod::nml_errors |
logical | fms_mod::read_all_pe = .true. |
character(len=16) | fms_mod::clock_grain = 'NONE' |
character(len=16) | fms_mod::clock_flags ='NONE' |
character(len=8) | fms_mod::warning_level = 'warning' |
character(len=64) | fms_mod::iospec_ieee32 = '-N ieee_32' |
integer | fms_mod::stack_size = 0 |
integer | fms_mod::domains_stack_size = 0 |
logical, public | fms_mod::print_memory_usage = .FALSE. |
integer, private | fms_mod::num_nml_error_codes |
integer, dimension(20), private | fms_mod::nml_error_codes |
logical, private | fms_mod::do_nml_error_init = .true. |
logical | fms_mod::module_is_initialized = .FALSE. |