Subsetting, meaning extracting some portion of the 3D domain.
Public Member Functions | |
subroutine | extract_subset_dim1_3d (ncol, nlay, ngpt, array_in, cols, cole, array_out) |
subroutine | extract_subset_dim2_4d (nmom, ncol, nlay, ngpt, array_in, cols, cole, array_out) |
subroutine | extract_subset_absorption_tau (ncol, nlay, ngpt, tau_in, ssa_in, cols, cole, tau_out) |
pure subroutine | extract_subset_dim1_3d (ncol, nlay, ngpt, array_in, cols, cole, array_out) |
Extract a subset from the first dimension (normally columns) of a 3D field. Applicable to most variables e.g. tau, ssa, g. | |
pure subroutine | extract_subset_dim2_4d (nmom, ncol, nlay, ngpt, array_in, cols, cole, array_out) |
Extract a subset from the second dimension (normally columns) of a 4D field. Applicable to phase function moments, where the first dimension is the moment. | |
pure subroutine | extract_subset_absorption_tau (ncol, nlay, ngpt, tau_in, ssa_in, cols, cole, tau_out) |
Extract the absorption optical thickness (\tau_{abs} = 1 - \omega_0 \tau_{ext}) | |