FV3 Bundle
CRTM_Geometry_Define.f90 File Reference

Go to the source code of this file.

Data Types

interface  crtm_geometry_define::operator(==)
 
interface  crtm_geometry_define::operator(-)
 
type  crtm_geometry_define::crtm_geometry_type
 

Modules

module  crtm_geometry_define
 

Functions/Subroutines

elemental logical function, public crtm_geometry_define::crtm_geometry_associated (Geometry)
 
elemental subroutine, public crtm_geometry_define::crtm_geometry_destroy (geo)
 
elemental subroutine, public crtm_geometry_define::crtm_geometry_create (geo)
 
elemental subroutine, public crtm_geometry_define::crtm_geometry_setvalue (geo, iFOV, Longitude, Latitude, Surface_Altitude, Sensor_Scan_Angle, Sensor_Zenith_Angle, Sensor_Azimuth_Angle, Source_Zenith_Angle, Source_Azimuth_Angle, Flux_Zenith_Angle, Year, Month, Day)
 
elemental subroutine, public crtm_geometry_define::crtm_geometry_getvalue (geo, iFOV, Longitude, Latitude, Surface_Altitude, Sensor_Scan_Angle, Sensor_Zenith_Angle, Sensor_Azimuth_Angle, Source_Zenith_Angle, Source_Azimuth_Angle, Flux_Zenith_Angle, Year, Month, Day)
 
logical function, public crtm_geometry_define::crtm_geometry_isvalid (geo)
 
subroutine, public crtm_geometry_define::crtm_geometry_inspect (geo, Unit)
 
subroutine, public crtm_geometry_define::crtm_geometry_defineversion (Id)
 
elemental logical function, public crtm_geometry_define::crtm_geometry_compare (x, y, n_SigFig)
 
integer function, public crtm_geometry_define::crtm_geometry_inquirefile (Filename, n_Profiles)
 
subroutine inquire_cleanup ()
 
integer function, public crtm_geometry_define::crtm_geometry_readfile (Filename, Geometry, Quiet, No_Close, n_Profiles, Debug)
 
subroutine read_cleanup ()
 
integer function, public crtm_geometry_define::crtm_geometry_writefile (Filename, Geometry, Quiet, No_Close, Debug)
 
subroutine write_cleanup ()
 
integer function, public crtm_geometry_define::crtm_geometry_readrecord (fid, geo)
 
subroutine read_record_cleanup ()
 
integer function, public crtm_geometry_define::crtm_geometry_writerecord (fid, geo)
 
subroutine write_record_cleanup ()
 
elemental logical function crtm_geometry_define::crtm_geometry_equal (x, y)
 
elemental type(crtm_geometry_type) function crtm_geometry_define::crtm_geometry_subtract (g1, g2)
 

Variables

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

Function/Subroutine Documentation

◆ inquire_cleanup()

subroutine crtm_geometry_inquirefile::inquire_cleanup ( )
private

Definition at line 1011 of file CRTM_Geometry_Define.f90.

Here is the call graph for this function:

◆ read_cleanup()

subroutine crtm_geometry_readfile::read_cleanup ( )
private

Definition at line 1210 of file CRTM_Geometry_Define.f90.

Here is the call graph for this function:

◆ read_record_cleanup()

subroutine crtm_geometry_readrecord::read_record_cleanup ( )
private

Definition at line 1478 of file CRTM_Geometry_Define.f90.

Here is the call graph for this function:

◆ write_cleanup()

subroutine crtm_geometry_writefile::write_cleanup ( )
private

Definition at line 1389 of file CRTM_Geometry_Define.f90.

Here is the call graph for this function:

◆ write_record_cleanup()

subroutine crtm_geometry_writerecord::write_record_cleanup ( )
private

Definition at line 1565 of file CRTM_Geometry_Define.f90.

Here is the call graph for this function: