Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(grid_specification_record), | pointer | :: | grid(:) | |||
integer, | intent(out) | :: | localrc |
subroutine generate_rectilinear_coord(grid,localrc) !----------------------------------------------------------------------------- ! routine that generates the coordinates for a separated rectilinear grid ! as specified by the specification files. !----------------------------------------------------------------------------- ! arguments integer, intent( out) :: localrc type(grid_specification_record), pointer :: grid(:) ! local ESMF types ! local character strings ! character(THARN_MAXSTR) :: ltmp, lchar ! initialize return flag localrc = ESMF_RC_NOT_IMPL !----------------------------------------------------------------------------- !----------------------------------------------------------------------------- !----------------------------------------------------------------------------- !----------------------------------------------------------------------------- !----------------------------------------------------------------------------- localrc = ESMF_SUCCESS !----------------------------------------------------------------------------- end subroutine generate_rectilinear_coord