MISR_simulator Subroutine

subroutine MISR_simulator(npoints, nlev, ncol, sunlit, zfull, at, dtau_s, dtau_c, frac_out, missing_value, fq_MISR_TAU_v_CTH, dist_model_layertops, MISR_mean_ztop, MISR_cldarea)

Arguments

Type IntentOptional Attributes Name
integer :: npoints
integer :: nlev
integer :: ncol
integer :: sunlit(npoints)
real :: zfull(npoints,nlev)
real :: at(npoints,nlev)
real :: dtau_s(npoints,nlev)
real :: dtau_c(npoints,nlev)
real :: frac_out(npoints,ncol,nlev)
real :: missing_value
real :: fq_MISR_TAU_v_CTH(npoints,7,n_MISR_CTH)
real :: dist_model_layertops(npoints,n_MISR_CTH)
real :: MISR_mean_ztop(npoints)
real :: MISR_cldarea(npoints)

Contents