FV3 Bundle
|
Public Attributes | |
character(len=128) | module_name |
character(len=128) | field_name |
character(len=128) | long_name |
character(len=128) | units |
character(len=256) | standard_name |
character(len=64) | interp_method |
integer, dimension(3) | axes |
integer | num_axes |
logical | missing_value_present |
logical | range_present |
real | missing_value |
real, dimension(2) | range |
integer | _allocatable |
integer, dimension(:) | dimension |
integer | output_fields |
integer | _null |
integer | num_output_fields |
integer, dimension(3) | size |
logical | static |
logical | register |
logical | mask_variant |
logical | local |
integer | numthreads |
integer | active_omp_level |
integer | tile_count |
type(coord_type) | local_coord |
type(time_type) | time |
logical | issued_mask_ignore_warning |
Definition at line 384 of file diag_data.F90.
integer diag_data_mod::input_field_type::_allocatable |
Definition at line 393 of file diag_data.F90.
integer diag_data_mod::input_field_type::_null |
Definition at line 393 of file diag_data.F90.
integer diag_data_mod::input_field_type::active_omp_level |
Definition at line 398 of file diag_data.F90.
integer, dimension(3) diag_data_mod::input_field_type::axes |
Definition at line 388 of file diag_data.F90.
integer, dimension(:) diag_data_mod::input_field_type::dimension |
Definition at line 393 of file diag_data.F90.
character(len=128) diag_data_mod::input_field_type::field_name |
Definition at line 385 of file diag_data.F90.
character(len=64) diag_data_mod::input_field_type::interp_method |
Definition at line 387 of file diag_data.F90.
logical diag_data_mod::input_field_type::issued_mask_ignore_warning |
Definition at line 402 of file diag_data.F90.
logical diag_data_mod::input_field_type::local |
Definition at line 396 of file diag_data.F90.
type(coord_type) diag_data_mod::input_field_type::local_coord |
Definition at line 400 of file diag_data.F90.
character(len=128) diag_data_mod::input_field_type::long_name |
Definition at line 385 of file diag_data.F90.
logical diag_data_mod::input_field_type::mask_variant |
Definition at line 396 of file diag_data.F90.
real diag_data_mod::input_field_type::missing_value |
Definition at line 391 of file diag_data.F90.
logical diag_data_mod::input_field_type::missing_value_present |
Definition at line 390 of file diag_data.F90.
character(len=128) diag_data_mod::input_field_type::module_name |
Definition at line 385 of file diag_data.F90.
integer diag_data_mod::input_field_type::num_axes |
Definition at line 389 of file diag_data.F90.
integer diag_data_mod::input_field_type::num_output_fields |
Definition at line 394 of file diag_data.F90.
integer diag_data_mod::input_field_type::numthreads |
Definition at line 397 of file diag_data.F90.
integer diag_data_mod::input_field_type::output_fields |
Definition at line 393 of file diag_data.F90.
real, dimension(2) diag_data_mod::input_field_type::range |
Definition at line 392 of file diag_data.F90.
logical diag_data_mod::input_field_type::range_present |
Definition at line 390 of file diag_data.F90.
logical diag_data_mod::input_field_type::register |
Definition at line 396 of file diag_data.F90.
integer, dimension(3) diag_data_mod::input_field_type::size |
Definition at line 395 of file diag_data.F90.
character(len=256) diag_data_mod::input_field_type::standard_name |
Definition at line 386 of file diag_data.F90.
logical diag_data_mod::input_field_type::static |
Definition at line 396 of file diag_data.F90.
integer diag_data_mod::input_field_type::tile_count |
Definition at line 399 of file diag_data.F90.
type(time_type) diag_data_mod::input_field_type::time |
Definition at line 401 of file diag_data.F90.
character(len=128) diag_data_mod::input_field_type::units |
Definition at line 385 of file diag_data.F90.