Module esfsw_parameters_mod
OVERVIEW
Code to initialize shortwave parameters and access flux data.
This code initializes shortwave radiation calculation parameters such as
solar flux input at top of the atmosphere, number of shortwave bands
depending on the spectral resolution used, number of frequency points
in the gaussian quadrature algorithm, the number of streams used in
multiple stream flux algorithm, and the number of water vapor bands.
The code also provides two access methods: get and put solar flux data
OTHER MODULES USED
PUBLIC INTERFACE
PUBLIC DATA
None.
PUBLIC ROUTINES
-
esfsw_parameters_init
call esfsw_parameters_init
-
DESCRIPTION
- Subroutine that initializes shortwave radiation calculation parameters such as
solar flux input at top of the atmosphere, number of shortwave bands
depending on the spectral resolution used, number of frequency points
in the gaussian quadrature algorithm, the number of streams used in
multiple stream flux algorithm, and the number of water vapor bands.
-
esfsw_parameters_end
call esfsw_parameters_end
-
DESCRIPTION
- Subroutine that deallocates module variables and marks the module
as uninitialized.
DATA SETS
None.
ERROR MESSAGES
None.