FV3 Bundle
CRTM_SensorData_Define.f90 File Reference

Go to the source code of this file.

Data Types

interface  crtm_sensordata_define::operator(==)
 
interface  crtm_sensordata_define::operator(+)
 
interface  crtm_sensordata_define::operator(-)
 
type  crtm_sensordata_define::crtm_sensordata_type
 

Modules

module  crtm_sensordata_define
 

Functions/Subroutines

elemental logical function, public crtm_sensordata_define::crtm_sensordata_associated (SensorData)
 
elemental subroutine, public crtm_sensordata_define::crtm_sensordata_destroy (SensorData)
 
elemental subroutine, public crtm_sensordata_define::crtm_sensordata_create (SensorData, n_Channels)
 
elemental subroutine, public crtm_sensordata_define::crtm_sensordata_zero (SensorData)
 
logical function, public crtm_sensordata_define::crtm_sensordata_isvalid (SensorData)
 
subroutine, public crtm_sensordata_define::crtm_sensordata_inspect (SensorData, Unit)
 
subroutine, public crtm_sensordata_define::crtm_sensordata_defineversion (Id)
 
elemental logical function, public crtm_sensordata_define::crtm_sensordata_compare (x, y, n_SigFig)
 
integer function, public crtm_sensordata_define::crtm_sensordata_inquirefile (Filename, n_DataSets)
 
subroutine inquire_cleanup (Close_File)
 
integer function, public crtm_sensordata_define::crtm_sensordata_readfile (Filename, SensorData, Quiet, No_Close, n_DataSets, Debug)
 
subroutine read_cleanup (Close_File)
 
integer function, public crtm_sensordata_define::crtm_sensordata_writefile (Filename, SensorData, Quiet, No_Close, Debug)
 
subroutine write_cleanup (Close_File)
 
elemental logical function crtm_sensordata_define::crtm_sensordata_equal (x, y)
 
elemental type(crtm_sensordata_type) function crtm_sensordata_define::crtm_sensordata_add (sData1, sData2)
 
elemental type(crtm_sensordata_type) function crtm_sensordata_define::crtm_sensordata_subtract (sData1, sData2)
 
integer function crtm_sensordata_define::read_record (fid, SensorData)
 
subroutine read_record_cleanup ()
 
integer function crtm_sensordata_define::write_record (fid, SensorData)
 
subroutine write_record_cleanup ()
 

Variables

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

Function/Subroutine Documentation

◆ inquire_cleanup()

subroutine crtm_sensordata_inquirefile::inquire_cleanup ( logical, intent(in), optional  Close_File)
private

Definition at line 642 of file CRTM_SensorData_Define.f90.

Here is the call graph for this function:

◆ read_cleanup()

subroutine crtm_sensordata_readfile::read_cleanup ( logical, intent(in), optional  Close_File)
private

Definition at line 845 of file CRTM_SensorData_Define.f90.

Here is the call graph for this function:

◆ read_record_cleanup()

subroutine read_record::read_record_cleanup ( )
private

Definition at line 1323 of file CRTM_SensorData_Define.f90.

Here is the call graph for this function:

◆ write_cleanup()

subroutine crtm_sensordata_writefile::write_cleanup ( logical, intent(in), optional  Close_File)
private

Definition at line 1034 of file CRTM_SensorData_Define.f90.

Here is the call graph for this function:

◆ write_record_cleanup()

subroutine write_record::write_record_cleanup ( )
private

Definition at line 1417 of file CRTM_SensorData_Define.f90.

Here is the call graph for this function: