util_mod Module


Uses

  • module~~util_mod~2~~UsesGraph module~util_mod~2 util_mod module~esmf ESMF module~util_mod~2->module~esmf

Functions

public function make_grid_sph(atm_nx, atm_ny, atm_dx, atm_dy, atm_sx, atm_sy, msx, msy, mex, mey, maskvalue, isfull, rc)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: atm_nx
integer, intent(in) :: atm_ny
real(kind=ESMF_KIND_R4), intent(in) :: atm_dx
real(kind=ESMF_KIND_R4), intent(in) :: atm_dy
real(kind=ESMF_KIND_R4), intent(in) :: atm_sx
real(kind=ESMF_KIND_R4), intent(in) :: atm_sy
real(kind=ESMF_KIND_R4), intent(in), optional :: msx
real(kind=ESMF_KIND_R4), intent(in), optional :: msy
real(kind=ESMF_KIND_R4), intent(in), optional :: mex
real(kind=ESMF_KIND_R4), intent(in), optional :: mey
integer(kind=ESMF_KIND_I4), intent(in), optional :: maskvalue
logical, intent(in), optional :: isfull
integer, intent(out), optional :: rc

Return Value type(ESMF_Grid)