This module contains various indexes and coefficients for SW spectral bands, as well as the spectral distribution of solar flux. The values of spectral solar flux are derived based on a prescribed solar constant ( \(1368.22 W/m^2\)). Scaling will be applied for the actual inputted solar constant value.
Variables | |
integer, parameter | mfs01 = 1 |
Chou(1999) coefficients for cloud rain particles | |
integer, parameter | mfs02 = 5 |
optical depth coefficients More... | |
integer, parameter | mfs03 = 9 |
optical depth coefficients More... | |
integer, parameter | mfb01 = 7 |
optical depth coefficients More... | |
integer, parameter | mfb02 = 2 |
optical depth coefficients More... | |
integer, parameter | mfb03 = 5 |
optical depth coefficients More... | |
real(kind=kind_phys), dimension(nblow:nbhgh), public | strrat |
coefficients for computing binary absorbing species More... | |
real(kind=kind_phys), dimension(nblow:nbhgh), public | specwt |
weighting parameters for major absorbers in each band More... | |
integer, dimension(nblow:nbhgh), public | layreffr |
reference pressure level for each of the spectral bands More... | |
integer, dimension(nblow:nbhgh), public | ix1 |
indexes for 1st entries of the two key species for each of the spectral bands More... | |
integer, dimension(nblow:nbhgh), public | ix2 |
indexes for 2nd entries of the two key species for each of the spectral bands More... | |
integer, dimension(nblow:nbhgh), public | ibx |
band index (3rd index in array sfluxref described below) More... | |
real(kind=kind_phys), parameter, public | scalekur =50.15/48.37 |
optical depth coefficients More... | |
real(kind=kind_phys), dimension(ngmax, mfs01, mfb01), target, public | sfluxref01 |
spectral solar fluxes, j=1,2,...,7 for SW band number of 16,20,23,25,26,27,29 More... | |
real(kind=kind_phys), dimension(ngmax, mfs02, mfb02), target, public | sfluxref02 |
spectral solar fluxes, j=1,2 for SW band number of 17 and 28 More... | |
real(kind=kind_phys), dimension(ngmax, mfs03, mfb03), target, public | sfluxref03 |
spectral solar fluxes, j=1,2,...,5 for SW band number of 18,19,21,22,24 More... | |