| 
    FV3 Bundle
    
   | 
 
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 | 
| elemental logical function, public iatm_define::iatm_associated | ( | type(iatm_type), intent(in) | self | ) | 
| elemental subroutine, public iatm_define::iatm_create | ( | type(iatm_type), intent(out) | self, | 
| integer, intent(in) | n_Layers, | ||
| integer, intent(in) | n_Absorbers | ||
| ) | 
| elemental subroutine, public iatm_define::iatm_destroy | ( | type(iatm_type), intent(out) | self | ) | 
      
  | 
  private | 
Definition at line 45 of file iAtm_Define.f90.
      
  | 
  private | 
Definition at line 42 of file iAtm_Define.f90.