step_migrations Subroutine

public subroutine step_migrations(ng, nreg, cloud_frac, layer_depth, tan_diffuse_angle_3d, tan_sza, reflectance, transmittance, ref_dir, trans_dir_dir, trans_dir_diff, total_albedo_diff, total_albedo_dir, x_diffuse, x_direct)

Uses

  • proc~~step_migrations~2~~UsesGraph proc~step_migrations~2 step_migrations module~parkind1~2 PARKIND1 proc~step_migrations~2->module~parkind1~2

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ng
integer, intent(in) :: nreg
real(kind=jprb), intent(in) :: cloud_frac
real(kind=jprb), intent(in) :: layer_depth
real(kind=jprb), intent(in) :: tan_diffuse_angle_3d
real(kind=jprb), intent(in) :: tan_sza
real(kind=jprb), intent(in), dimension(ng, nreg, nreg) :: reflectance
real(kind=jprb), intent(in), dimension(ng, nreg, nreg) :: transmittance
real(kind=jprb), intent(in), dimension(ng, nreg, nreg) :: ref_dir
real(kind=jprb), intent(in), dimension(ng, nreg, nreg) :: trans_dir_dir
real(kind=jprb), intent(in), dimension(ng, nreg, nreg) :: trans_dir_diff
real(kind=jprb), intent(in), dimension(ng, nreg, nreg) :: total_albedo_diff
real(kind=jprb), intent(in), dimension(ng, nreg, nreg) :: total_albedo_dir
real(kind=jprb), intent(inout), dimension(ng, nreg) :: x_diffuse
real(kind=jprb), intent(inout), dimension(ng, nreg) :: x_direct

Called by

proc~~step_migrations~2~~CalledByGraph proc~step_migrations~2 step_migrations proc~solver_spartacus_sw~2 solver_spartacus_sw proc~solver_spartacus_sw~2->proc~step_migrations~2

Contents