Type representing Planck source functions in (W/m^2) computed at layer center, at layer edges using spectral mapping in each direction separately, and at the surface.
|
generic, public | alloc (this, ncol, nlay) |
|
generic, public | alloc (this, ncol, nlay, spectral_desc) |
|
procedure, public | is_allocated (this) |
|
procedure, public | finalize (this) |
|
procedure, public | get_subset (full, start, n, subset) |
|
procedure, public | get_ncol (this) |
|
procedure, public | get_nlay (this) |
|
generic, public | init (this, band_lims_wvn, band_lims_gpt, name) |
|
generic, public | init (this, spectral_desc) |
|
procedure, public | is_initialized (this) |
|
procedure, public | finalize (this) |
|
procedure, public | get_nband (this) |
|
procedure, public | get_ngpt (this) |
|
procedure, public | get_gpoint_bands (this) |
|
procedure, public | convert_band2gpt (this, band) |
|
procedure, public | convert_gpt2band (this, gpt) |
|
procedure, public | get_band_lims_gpoint (this) |
|
procedure, public | get_band_lims_wavenumber (this) |
|
procedure, public | get_band_lims_wavelength (this) |
|
procedure, public | bands_are_equal (this, that) |
|
procedure, public | gpoints_are_equal (this, that) |
|
procedure, public | expand (this, arr_in) |
|
procedure, public | set_name (this, name) |
|
procedure, public | get_name (this) |
|
|
real(wp), dimension(:,:,:), allocatable | lay_source |
|
real(wp), dimension(:,:,:), allocatable | lev_source_inc |
|
real(wp), dimension(:,:,:), allocatable | lev_source_dec |
|
real(wp), dimension(:,:), allocatable | sfc_source |
|
real(wp), dimension(:,:), allocatable | sfc_source_jac |
|