FV3 Bundle
|
Variables | |
integer(i_long) | ncid |
logical | init_done = .FALSE. |
logical | append_only = .FALSE. |
logical | enable_trim = .FALSE. |
character(len=200) | cur_nc_file |
type(diag_chaninfo), allocatable | diag_chaninfo_store |
type(diag_metadata), allocatable | diag_metadata_store |
type(diag_data2d), allocatable | diag_data2d_store |
type(diag_varattr), allocatable | diag_varattr_store |
logical ncdw_state::append_only = .FALSE. |
Definition at line 10 of file ncdw_state.f90.
character(len=200) ncdw_state::cur_nc_file |
Definition at line 14 of file ncdw_state.f90.
type(diag_chaninfo), allocatable ncdw_state::diag_chaninfo_store |
Definition at line 16 of file ncdw_state.f90.
type(diag_data2d), allocatable ncdw_state::diag_data2d_store |
Definition at line 18 of file ncdw_state.f90.
type(diag_metadata), allocatable ncdw_state::diag_metadata_store |
Definition at line 17 of file ncdw_state.f90.
type(diag_varattr), allocatable ncdw_state::diag_varattr_store |
Definition at line 19 of file ncdw_state.f90.
logical ncdw_state::enable_trim = .FALSE. |
Definition at line 12 of file ncdw_state.f90.
logical ncdw_state::init_done = .FALSE. |
Definition at line 9 of file ncdw_state.f90.
integer(i_long) ncdw_state::ncid |
Definition at line 8 of file ncdw_state.f90.