CONSTRUCT_COSP_GRIDBOX Subroutine

public subroutine CONSTRUCT_COSP_GRIDBOX(time, time_bnds, radar_freq, surface_radar, use_mie_tables, use_gas_abs, do_ray, melt_lay, k2, Npoints, Nlevels, Ncolumns, Nhydro, Nprmts_max_hydro, Naero, Nprmts_max_aero, Npoints_it, lidar_ice_type, isccp_top_height, isccp_top_height_direction, isccp_overlap, isccp_emsfc_lw, use_precipitation_fluxes, use_reff, Plat, Sat, Inst, Nchan, ZenAng, Ichan, SurfEm, co2, ch4, n2o, co, y, load_LUT)

Arguments

Type IntentOptional Attributes Name
double precision, intent(in) :: time
double precision, intent(in) :: time_bnds(2)
real, intent(in) :: radar_freq
integer, intent(in) :: surface_radar
integer, intent(in) :: use_mie_tables
integer, intent(in) :: use_gas_abs
integer, intent(in) :: do_ray
integer, intent(in) :: melt_lay
real, intent(in) :: k2
integer, intent(in) :: Npoints
integer, intent(in) :: Nlevels
integer, intent(in) :: Ncolumns
integer, intent(in) :: Nhydro
integer, intent(in) :: Nprmts_max_hydro
integer, intent(in) :: Naero
integer, intent(in) :: Nprmts_max_aero
integer, intent(in) :: Npoints_it
integer, intent(in) :: lidar_ice_type
integer, intent(in) :: isccp_top_height
integer, intent(in) :: isccp_top_height_direction
integer, intent(in) :: isccp_overlap
real, intent(in) :: isccp_emsfc_lw
logical, intent(in) :: use_precipitation_fluxes
logical, intent(in) :: use_reff
integer, intent(in) :: Plat
integer, intent(in) :: Sat
integer, intent(in) :: Inst
integer, intent(in) :: Nchan
real, intent(in) :: ZenAng
integer, intent(in) :: Ichan(Nchan)
real, intent(in) :: SurfEm(Nchan)
real, intent(in) :: co2
real, intent(in) :: ch4
real, intent(in) :: n2o
real, intent(in) :: co
type(COSP_GRIDBOX), intent(out) :: y
logical, intent(in), optional :: load_LUT

Calls

proc~~construct_cosp_gridbox~2~~CallsGraph proc~construct_cosp_gridbox~2 CONSTRUCT_COSP_GRIDBOX proc~radar_simulator_init radar_simulator_init proc~construct_cosp_gridbox~2->proc~radar_simulator_init

Contents