FV3 Bundle
aovar_define Module Reference

Data Types

type  aovar_type
 
interface  operator(==)
 

Functions/Subroutines

elemental logical function, public aovar_associated (self)
 
elemental subroutine, public aovar_destroy (self)
 
elemental subroutine, public aovar_create (self, n_Layers)
 
subroutine, public aovar_inspect (self)
 
logical function, public aovar_validrelease (self)
 
subroutine, public aovar_info (self, Info)
 
subroutine, public aovar_defineversion (Id)
 
integer function, public aovar_inquirefile (Filename, n_Layers, Release, Version, Title, History, Comment)
 
integer function, public aovar_readfile (AOvar, Filename, No_Close, Quiet, Title, History, Comment, Debug)
 
integer function, public aovar_writefile (AOvar, Filename, No_Close, Quiet, Title, History, Comment, Debug)
 
elemental logical function aovar_equal (x, y)
 

Variables

character(*), parameter module_version_id = '$Id: AOvar_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
integer, parameter aovar_release = 1
 
integer, parameter aovar_version = 1
 
character(*), parameter write_error_status = 'DELETE'
 
real(fp), parameter zero = 0.0_fp
 
real(fp), parameter one = 1.0_fp
 
integer, parameter ml = 256
 
integer, parameter sl = 80
 

Function/Subroutine Documentation

◆ aovar_associated()

elemental logical function, public aovar_define::aovar_associated ( type(aovar_type), intent(in)  self)

Definition at line 112 of file AOvar_Define.f90.

Here is the caller graph for this function:

◆ aovar_create()

elemental subroutine, public aovar_define::aovar_create ( type(aovar_type), intent(out)  self,
integer, intent(in)  n_Layers 
)

Definition at line 128 of file AOvar_Define.f90.

Here is the caller graph for this function:

◆ aovar_defineversion()

subroutine, public aovar_define::aovar_defineversion ( character(*), intent(out)  Id)

Definition at line 233 of file AOvar_Define.f90.

◆ aovar_destroy()

elemental subroutine, public aovar_define::aovar_destroy ( type(aovar_type), intent(out)  self)

Definition at line 119 of file AOvar_Define.f90.

Here is the caller graph for this function:

◆ aovar_equal()

elemental logical function aovar_define::aovar_equal ( type(aovar_type), intent(in)  x,
type(aovar_type), intent(in)  y 
)
private

Definition at line 687 of file AOvar_Define.f90.

Here is the call graph for this function:

◆ aovar_info()

subroutine, public aovar_define::aovar_info ( type(aovar_type), intent(in)  self,
character(*), intent(out)  Info 
)

Definition at line 208 of file AOvar_Define.f90.

Here is the caller graph for this function:

◆ aovar_inquirefile()

integer function, public aovar_define::aovar_inquirefile ( character(*), intent(in)  Filename,
integer, intent(out), optional  n_Layers,
integer, intent(out), optional  Release,
integer, intent(out), optional  Version,
character(*), intent(out), optional  Title,
character(*), intent(out), optional  History,
character(*), intent(out), optional  Comment 
)

Definition at line 247 of file AOvar_Define.f90.

Here is the call graph for this function:

◆ aovar_inspect()

subroutine, public aovar_define::aovar_inspect ( type(aovar_type), intent(in)  self)

Definition at line 153 of file AOvar_Define.f90.

Here is the call graph for this function:

◆ aovar_readfile()

integer function, public aovar_define::aovar_readfile ( type(aovar_type), intent(out)  AOvar,
character(*), intent(in)  Filename,
logical, intent(in), optional  No_Close,
logical, intent(in), optional  Quiet,
character(*), intent(out), optional  Title,
character(*), intent(out), optional  History,
character(*), intent(out), optional  Comment,
logical, intent(in), optional  Debug 
)

Definition at line 358 of file AOvar_Define.f90.

Here is the call graph for this function:

◆ aovar_validrelease()

logical function, public aovar_define::aovar_validrelease ( type(aovar_type), intent(in)  self)

Definition at line 175 of file AOvar_Define.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ aovar_writefile()

integer function, public aovar_define::aovar_writefile ( type(aovar_type), intent(in)  AOvar,
character(*), intent(in)  Filename,
logical, intent(in), optional  No_Close,
logical, intent(in), optional  Quiet,
character(*), intent(in), optional  Title,
character(*), intent(in), optional  History,
character(*), intent(in), optional  Comment,
logical, intent(in), optional  Debug 
)

Definition at line 529 of file AOvar_Define.f90.

Here is the call graph for this function:

Variable Documentation

◆ aovar_release

integer, parameter aovar_define::aovar_release = 1
private

Definition at line 66 of file AOvar_Define.f90.

◆ aovar_version

integer, parameter aovar_define::aovar_version = 1
private

Definition at line 67 of file AOvar_Define.f90.

◆ ml

integer, parameter aovar_define::ml = 256
private

Definition at line 74 of file AOvar_Define.f90.

◆ module_version_id

character(*), parameter aovar_define::module_version_id = '$Id: AOvar_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
private

Definition at line 63 of file AOvar_Define.f90.

◆ one

real(fp), parameter aovar_define::one = 1.0_fp
private

Definition at line 72 of file AOvar_Define.f90.

◆ sl

integer, parameter aovar_define::sl = 80
private

Definition at line 75 of file AOvar_Define.f90.

◆ write_error_status

character(*), parameter aovar_define::write_error_status = 'DELETE'
private

Definition at line 69 of file AOvar_Define.f90.

◆ zero

real(fp), parameter aovar_define::zero = 0.0_fp
private

Definition at line 71 of file AOvar_Define.f90.