UFO
ufo_rttovonedvarcheck_pcemis_mod.f90 File Reference

Go to the source code of this file.

Data Types

type  ufo_rttovonedvarcheck_pcemis_mod::ufo_rttovonedvarcheck_emiseigenvec
 
type  ufo_rttovonedvarcheck_pcemis_mod::ufo_rttovonedvarcheck_emisatlas
 
type  ufo_rttovonedvarcheck_pcemis_mod::ufo_rttovonedvarcheck_pcemis
 

Modules

module  ufo_rttovonedvarcheck_pcemis_mod
 Fortran module which contains the methods for Infrared Principal Component Emissivity The science can be found at: Pavelin, E., Candy, B., 2014. Assimilation of surface-sensitive infrared radiances over land: Estimation of land surface temperature and emissivity. Q. J. R. Metorol. Soc., 140, 1198-1208.
 

Functions/Subroutines

subroutine ufo_rttovonedvarcheck_pcemis_mod::ufo_rttovonedvarcheck_initpcemis (self, filepath, atlaspath)
 Initialize PC emissivity object. More...
 
subroutine ufo_rttovonedvarcheck_pcemis_mod::ufo_rttovonedvarcheck_getemiseigenvec (self, fileunit)
 Read the emissivity eigen vector from file. More...
 
subroutine ufo_rttovonedvarcheck_pcemis_mod::ufo_rttovonedvarcheck_getemisatlas (self, fileunit)
 Read the emissivity eigen atlas from file. More...
 
subroutine ufo_rttovonedvarcheck_pcemis_mod::ufo_rttovonedvarcheck_deletepcemis (self)
 Delete the PC emissivity object. More...
 
subroutine ufo_rttovonedvarcheck_pcemis_mod::ufo_rttovonedvarcheck_printpcemis (self)
 Print information about the PC Emissivity object. More...
 
subroutine ufo_rttovonedvarcheck_pcemis_mod::ufo_rttovonedvarcheck_emistopc (self, Channels, Emissivity, PC)
 Convert from spectral emissivity to principal component weights. This is used to convert CAMEL emissivities to PC weights for the 1D-Var. More...
 
subroutine ufo_rttovonedvarcheck_pcemis_mod::ufo_rttovonedvarcheck_pctoemis (self, NumChans, Channels, NumPC, PC, Emissivity)
 Transform from principal components to emissivity spectrum. More...
 
subroutine ufo_rttovonedvarcheck_pcemis_mod::ufo_rttovonedvarcheck_emisktopc (self, NumChans, Channels, NumPC, Emissivity, Emissivity_K, PC_K)
 Transform from principal components to emissivity spectrum. More...