ocssw
V2022
|
specific_ancillary.f90
Go to the documentation of this file.
100 ! integer, intent(inout),dimension(:) :: mod06_start, mod06_stride, mod06_edge, mod06input_filedata
103 ! character(*), intent(inout) :: pressure_name, temperature_name, ctm_name, sfc_temp_name, cpi_name
167 ! real(single), dimension(:,:), intent(out) :: cloud_top_pressure, cloud_top_temperature, surface_temperature
189 ! call read_int_array(mapi_filedata, pressure_sds, start, stride, edge, offset, cloud_top_pressure, status)
190 ! call read_int_array(mapi_filedata, temperature_sds, start, stride, edge, offset, cloud_top_temperature, status)
191 ! call read_int_array(mapi_filedata, sfc_temp_sds, start, stride, edge, offset, surface_temperature, status)
192 ! call read_byte_array(mapi_filedata, ctm_sds, start, stride, edge, cloud_height_method, status)
193 ! call read_byte_array(mapi_filedata, cpi_sds, start, stride, edge, cloud_phase_infrared, status)
204 ! call read_int_array(mapi_filedata, pressure_sds, start, stride, edge, offset, ctp_temp_array, status)
205 ! call read_int_array(mapi_filedata, temperature_sds, start, stride, edge, offset, ctt_temp_array, status)
206 ! call read_int_array(mapi_filedata, sfc_temp_sds, start, stride, edge, offset, sfc_temp_array, status)
Definition: ch_xfr.f90:1
integer, dimension(numberoflongwavelengths) bandindexmaplw
Definition: specific_ancillary.f90:8
real, parameter ozone_absorp_coeff
Definition: specific_ancillary.f90:14
integer, parameter numberoflongwavelengths
Definition: specific_ancillary.f90:6
Definition: mod06_run_settings.f90:1
integer, parameter numberofshortwavelengths
Definition: specific_ancillary.f90:5
Definition: specific_ancillary.f90:1
integer, dimension(numberofshortwavelengths) bandindexmapsw
Definition: specific_ancillary.f90:7
subroutine remap_bands(tau2way, temp_trans, sdev2way, temp_sdev)
Definition: specific_ancillary.f90:41