modis_optics Subroutine

public subroutine modis_optics(nPoints, nLevels, nSubCols, tauLIQ, sizeLIQ, tauICE, sizeICE, fracLIQ, g, w0)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nPoints
integer, intent(in) :: nLevels
integer, intent(in) :: nSubCols
real(kind=wp), intent(in), dimension(nPoints,nSubCols,nLevels) :: tauLIQ
real(kind=wp), intent(in), dimension(nPoints,nSubCols,nLevels) :: sizeLIQ
real(kind=wp), intent(in), dimension(nPoints,nSubCols,nLevels) :: tauICE
real(kind=wp), intent(in), dimension(nPoints,nSubCols,nLevels) :: sizeICE
real(kind=wp), intent(out), dimension(nPoints,nSubCols,nLevels) :: fracLIQ
real(kind=wp), intent(out), dimension(nPoints,nSubCols,nLevels) :: g
real(kind=wp), intent(out), dimension(nPoints,nSubCols,nLevels) :: w0

Calls

proc~~modis_optics~~CallsGraph proc~modis_optics modis_optics proc~get_g_nir get_g_nir proc~modis_optics->proc~get_g_nir proc~get_ssa_nir get_ssa_nir proc~modis_optics->proc~get_ssa_nir proc~fit_to_quadratic fit_to_quadratic proc~get_g_nir->proc~fit_to_quadratic proc~fit_to_cubic fit_to_cubic proc~get_g_nir->proc~fit_to_cubic proc~get_ssa_nir->proc~fit_to_quadratic proc~get_ssa_nir->proc~fit_to_cubic

Called by

proc~~modis_optics~~CalledByGraph proc~modis_optics modis_optics proc~subsample_and_optics subsample_and_optics proc~subsample_and_optics->proc~modis_optics proc~subsample_and_optics~2 subsample_and_optics proc~subsample_and_optics~2->proc~modis_optics proc~lmdz_cosp_interface lmdz_cosp_interface proc~lmdz_cosp_interface->proc~subsample_and_optics proc~lmdz_cosp_interface~2 lmdz_cosp_interface proc~lmdz_cosp_interface~2->proc~subsample_and_optics proc~physiq physiq proc~physiq->proc~lmdz_cosp_interface proc~physiq~2 physiq proc~physiq~2->proc~lmdz_cosp_interface proc~old_lmdz1d old_lmdz1d proc~old_lmdz1d->proc~physiq proc~call_physiq call_physiq proc~call_physiq->proc~physiq proc~call_physiq~2 call_physiq proc~call_physiq~2->proc~physiq proc~scm scm proc~scm->proc~physiq program~lmdz1d lmdz1d program~lmdz1d->proc~old_lmdz1d program~lmdz1d->proc~scm proc~calfis calfis proc~calfis->proc~call_physiq proc~leapfrog leapfrog proc~leapfrog->proc~calfis program~gcm~2 gcm program~gcm~2->proc~leapfrog

Contents