FV3 Bundle
station_data_mod::file_type Type Reference
Collaboration diagram for station_data_mod::file_type:
[legend]

Private Attributes

character(len=128) name
 
integer output_freq
 
integer output_units
 
integer time_units
 
integer, dimension(max_fields_per_filefields
 
integer num_fields
 
integer file_unit
 
integer time_axis_id
 
integer time_bounds_id
 
type(time_typelast_flush
 
type(fieldtypef_avg_start
 
type(fieldtypef_avg_end
 
type(fieldtypef_avg_nitems
 
type(fieldtypef_bounds
 

Detailed Description

Definition at line 295 of file station_data.F90.

Member Data Documentation

◆ f_avg_end

type(fieldtype) station_data_mod::file_type::f_avg_end
private

Definition at line 305 of file station_data.F90.

◆ f_avg_nitems

type(fieldtype) station_data_mod::file_type::f_avg_nitems
private

Definition at line 305 of file station_data.F90.

◆ f_avg_start

type(fieldtype) station_data_mod::file_type::f_avg_start
private

Definition at line 305 of file station_data.F90.

◆ f_bounds

type(fieldtype) station_data_mod::file_type::f_bounds
private

Definition at line 305 of file station_data.F90.

◆ fields

integer, dimension(max_fields_per_file) station_data_mod::file_type::fields
private

Definition at line 300 of file station_data.F90.

◆ file_unit

integer station_data_mod::file_type::file_unit
private

Definition at line 302 of file station_data.F90.

◆ last_flush

type (time_type) station_data_mod::file_type::last_flush
private

Definition at line 304 of file station_data.F90.

◆ name

character(len=128) station_data_mod::file_type::name
private

Definition at line 296 of file station_data.F90.

◆ num_fields

integer station_data_mod::file_type::num_fields
private

Definition at line 301 of file station_data.F90.

◆ output_freq

integer station_data_mod::file_type::output_freq
private

Definition at line 297 of file station_data.F90.

◆ output_units

integer station_data_mod::file_type::output_units
private

Definition at line 298 of file station_data.F90.

◆ time_axis_id

integer station_data_mod::file_type::time_axis_id
private

Definition at line 303 of file station_data.F90.

◆ time_bounds_id

integer station_data_mod::file_type::time_bounds_id
private

Definition at line 303 of file station_data.F90.

◆ time_units

integer station_data_mod::file_type::time_units
private

Definition at line 299 of file station_data.F90.


The documentation for this type was generated from the following file: