ocssw
V2022
|
Functions/Subroutines | |
subroutine | setup_atm_corr |
subroutine | remap_bands (tau2way, temp_trans, sdev2way, temp_sdev) |
Variables | |
integer, parameter | numberofshortwavelengths = 7 |
integer, parameter | numberoflongwavelengths = 2 |
integer, dimension(numberofshortwavelengths) | bandindexmapsw =(/ 1,2,3,4,5,6,7 /) |
integer, dimension(numberoflongwavelengths) | bandindexmaplw =(/ 7,8 /) |
integer, parameter | trans_nband = 7 |
integer, parameter | index_2way = trans_nband |
real, parameter | ozone_absorp_coeff = 5.56209e-5 |
real, parameter | o3_coef_470 = 4.06e-22 * 2.687e16 |
real, parameter | o3_coef_550 = 3.36e-21 * 2.687e16 |
logical | do_37 |
logical | have_fascode |
logical, dimension(8) | have_band |
Function/Subroutine Documentation
◆ remap_bands()
subroutine specific_ancillary::remap_bands | ( | real, dimension(:), intent(inout) | tau2way, |
real, dimension(:), intent(in) | temp_trans, | ||
real, dimension(:), intent(inout) | sdev2way, | ||
real, dimension(:), intent(in) | temp_sdev | ||
) |
Definition at line 41 of file specific_ancillary.f90.
◆ setup_atm_corr()
subroutine specific_ancillary::setup_atm_corr |
Definition at line 27 of file specific_ancillary.f90.
Variable Documentation
◆ bandindexmaplw
integer, dimension(numberoflongwavelengths) bandindexmaplw =(/ 7,8 /) |
Definition at line 8 of file specific_ancillary.f90.
◆ bandindexmapsw
integer, dimension(numberofshortwavelengths) bandindexmapsw =(/ 1,2,3,4,5,6,7 /) |
Definition at line 7 of file specific_ancillary.f90.
◆ do_37
logical do_37 |
Definition at line 19 of file specific_ancillary.f90.
◆ have_band
logical, dimension(8) have_band |
Definition at line 21 of file specific_ancillary.f90.
◆ have_fascode
logical have_fascode |
Definition at line 19 of file specific_ancillary.f90.
◆ index_2way
integer, parameter index_2way = trans_nband |
Definition at line 11 of file specific_ancillary.f90.
◆ numberoflongwavelengths
Definition at line 6 of file specific_ancillary.f90.
◆ numberofshortwavelengths
Definition at line 5 of file specific_ancillary.f90.
◆ o3_coef_470
Definition at line 15 of file specific_ancillary.f90.
◆ o3_coef_550
Definition at line 16 of file specific_ancillary.f90.
◆ ozone_absorp_coeff
Definition at line 14 of file specific_ancillary.f90.
◆ trans_nband
Definition at line 10 of file specific_ancillary.f90.