FV3 Bundle
CRTM_Options_Define.f90 File Reference

Go to the source code of this file.

Data Types

interface  crtm_options_define::operator(==)
 
type  crtm_options_define::crtm_options_type
 

Modules

module  crtm_options_define
 

Functions/Subroutines

elemental logical function, public crtm_options_define::crtm_options_associated (self)
 
elemental subroutine, public crtm_options_define::crtm_options_destroy (self)
 
elemental subroutine, public crtm_options_define::crtm_options_create (self, n_Channels)
 
logical function, public crtm_options_define::crtm_options_isvalid (self)
 
subroutine, public crtm_options_define::crtm_options_inspect (self)
 
subroutine, public crtm_options_define::crtm_options_defineversion (Id)
 
integer function, public crtm_options_define::crtm_options_inquirefile (Filename, n_Profiles)
 
subroutine inquire_cleanup ()
 
integer function, public crtm_options_define::crtm_options_readfile (Filename, Options, Quiet, n_Profiles, Debug)
 
subroutine read_cleanup ()
 
integer function, public crtm_options_define::crtm_options_writefile (Filename, Options, Quiet, Debug)
 
subroutine write_cleanup ()
 
elemental logical function crtm_options_define::crtm_options_equal (x, y)
 
integer function crtm_options_define::read_record (fid, opt, Quiet, Debug)
 
subroutine read_record_cleanup ()
 
integer function crtm_options_define::write_record (fid, opt, Quiet, Debug)
 
subroutine write_record_cleanup ()
 

Variables

character(*), parameter, private crtm_options_define::module_version_id = '$Id: CRTM_Options_Define.f90 60152 2015-08-13 19:19:13Z paul.vandelst@noaa.gov $'
 
real(double), parameter crtm_options_define::zero = 0.0_Double
 
real(double), parameter crtm_options_define::one = 1.0_Double
 
integer(long), parameter crtm_options_define::false = 0_Long
 
integer(long), parameter crtm_options_define::true = 1_Long
 
integer, parameter crtm_options_define::ml = 256
 
character(*), parameter crtm_options_define::write_error_status = 'DELETE'
 

Function/Subroutine Documentation

◆ inquire_cleanup()

subroutine crtm_options_inquirefile::inquire_cleanup ( )
private

Definition at line 561 of file CRTM_Options_Define.f90.

Here is the call graph for this function:

◆ read_cleanup()

subroutine crtm_options_readfile::read_cleanup ( )
private

Definition at line 735 of file CRTM_Options_Define.f90.

Here is the call graph for this function:

◆ read_record_cleanup()

subroutine read_record::read_record_cleanup ( )
private

Definition at line 1156 of file CRTM_Options_Define.f90.

Here is the call graph for this function:

◆ write_cleanup()

subroutine crtm_options_writefile::write_cleanup ( )
private

Definition at line 890 of file CRTM_Options_Define.f90.

Here is the call graph for this function:

◆ write_record_cleanup()

subroutine write_record::write_record_cleanup ( )
private

Definition at line 1324 of file CRTM_Options_Define.f90.

Here is the call graph for this function: