FV3-JEDI
|
Functions/Subroutines | |
subroutine, public | fv_init (Atm, dt_atmos_in, grids_on_this_pe, p_split, gtile) |
subroutine, public | fv_init (Atm, dt_atmos_in, grids_on_this_pe, p_split, gtile) |
subroutine public fv_init_mod::fv_init | ( | type(fv_atmos_type), dimension(:), intent(inout), allocatable | Atm, |
real(kind=kind_real), intent(in) | dt_atmos_in, | ||
logical, dimension(:), intent(inout), allocatable | grids_on_this_pe, | ||
integer, intent(inout) | p_split, | ||
integer, intent(out), optional | gtile | ||
) |
Definition at line 25 of file fv_init_geos_mod.f90.
subroutine, public fv_init_mod::fv_init | ( | type(fv_atmos_type), dimension(:), intent(inout), allocatable | Atm, |
real(kind=kind_real), intent(in) | dt_atmos_in, | ||
logical, dimension(:), intent(out), allocatable | grids_on_this_pe, | ||
integer, intent(inout) | p_split, | ||
integer, intent(out), optional | gtile | ||
) |