GFS Operational Physics Documentation  gsm/branches/DTC/phys-doc-all phys-doc-all R82971
radiation_surface.f File Reference

This file contains routines that set up surface albedo for SW radiation and surface emissivity for LW radiation. More...

Functions/Subroutines

subroutine, public module_radiation_surface::sfc_init (me)
 This subroutine is the initialization program for surface radiation related quantities (albedo, emissivity, etc.) More...
 
subroutine, public module_radiation_surface::setalb (slmsk, snowf, sncovr, snoalb, zorlf, coszf, tsknf, tairf, hprif, alvsf, alnsf, alvwf, alnwf, facsf, facwf, fice, tisfc, IMAX, sfcalb )
 This subroutine computes four components of surface albedos (i.e., vis-nir, direct-diffused) according to control flag ialbflg.
1) climatological surface albedo scheme (Briegleb 1992 [6])
2) MODIS retrieval based scheme from Boston univ. More...
 
subroutine, public module_radiation_surface::setemis (xlon, xlat, slmsk, snowf, sncovr, zorlf, tsknf, tairf, hprif, IMAX, sfcemis )
 This subroutine computes surface emissivity for LW radiation. More...
 

Variables

character(40), parameter module_radiation_surface::vtagsfc ='NCEP-Radiation_surface v5.1 Nov 2012 '
 
integer, parameter, public module_radiation_surface::nf_albd = 4
 num of sfc albedo components
 
integer, parameter, public module_radiation_surface::imxems = 360
 num of longitude points in global emis-type map
 
integer, parameter, public module_radiation_surface::jmxems = 180
 num of latitude points in global emis-type map
 
real(kind=kind_phys), parameter module_radiation_surface::f_zero = 0.0
 
real(kind=kind_phys), parameter module_radiation_surface::f_one = 1.0
 
real(kind=kind_phys), parameter module_radiation_surface::rad2dg = 180.0 / con_pi
 
integer, dimension(:,:), allocatable module_radiation_surface::idxems
 global surface emissivity index array
 
integer module_radiation_surface::iemslw = 0
 global surface emissivity contrl flag set up in 'sfc_init'
 

Detailed Description

This file contains routines that set up surface albedo for SW radiation and surface emissivity for LW radiation.

Definition in file radiation_surface.f.

Go to the source code of this file.