FV3 Bundle
ncdf_value_m.f90 File Reference

Go to the source code of this file.

Data Types

type  ncdf_value_m::ncdf_value
 
interface  ncdf_value_m::ncdf_value_get
 

Modules

module  ncdf_value_m
 

Functions/Subroutines

type(ncdf_value) function, pointer, public ncdf_value_m::ncdf_value_create ()
 
recursive subroutine, public ncdf_value_m::ncdf_value_destroy (this, destroy_next)
 
subroutine, public ncdf_value_m::ncdf_value_add (this, member)
 
integer function, public ncdf_value_m::ncdf_value_count (this)
 
type(ncdf_value) function, pointer ncdf_value_m::ncdf_get_by_index (this, index)
 
type(ncdf_value) function, pointer ncdf_value_m::ncdf_get_by_name_chars (this, name)
 
type(ncdf_value) function, pointer ncdf_value_m::ncdf_get_by_name_string (this, name)
 
recursive subroutine, public ncdf_value_m::ncdf_value_print (this, indent)
 

Variables

integer, parameter, public ncdf_value_m::type_unknown = -1
 
integer, parameter, public ncdf_value_m::type_null = 0
 
integer, parameter, public ncdf_value_m::type_object = 1
 
integer, parameter, public ncdf_value_m::type_array = 2
 
integer, parameter, public ncdf_value_m::type_string = 3
 
integer, parameter, public ncdf_value_m::type_integer = 4
 
integer, parameter, public ncdf_value_m::type_real = 5
 
integer, parameter, public ncdf_value_m::type_logical = 6