FV3 Bundle
iatm_define Module Reference

Data Types

type  iatm_type
 

Functions/Subroutines

elemental logical function, public iatm_associated (self)
 
elemental subroutine, public iatm_destroy (self)
 
elemental subroutine, public iatm_create (self, n_Layers, n_Absorbers)
 

Variables

character(*), parameter module_version_id = '$Id: iAtm_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
integer, parameter ml = 256
 

Function/Subroutine Documentation

◆ iatm_associated()

elemental logical function, public iatm_define::iatm_associated ( type(iatm_type), intent(in)  self)

Definition at line 128 of file iAtm_Define.f90.

Here is the caller graph for this function:

◆ iatm_create()

elemental subroutine, public iatm_define::iatm_create ( type(iatm_type), intent(out)  self,
integer, intent(in)  n_Layers,
integer, intent(in)  n_Absorbers 
)

Definition at line 206 of file iAtm_Define.f90.

Here is the caller graph for this function:

◆ iatm_destroy()

elemental subroutine, public iatm_define::iatm_destroy ( type(iatm_type), intent(out)  self)

Definition at line 157 of file iAtm_Define.f90.

Here is the caller graph for this function:

Variable Documentation

◆ ml

integer, parameter iatm_define::ml = 256
private

Definition at line 45 of file iAtm_Define.f90.

◆ module_version_id

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

Definition at line 42 of file iAtm_Define.f90.