ESMF_TestHarnessGridMod Module



Subroutines

public subroutine generate_rectilinear_coord(grid, localrc)

Arguments

Type IntentOptional Attributes Name
type(grid_specification_record), pointer :: grid(:)
integer, intent(out) :: localrc

public subroutine read_grid_specification(Gfile, rc)

Arguments

Type IntentOptional Attributes Name
type(grid_record), intent(inout) :: Gfile
integer, intent(out) :: rc

public subroutine read_redistribution_grid(lfilename, ngrids, grid, tmp_grid, rc)

Arguments

Type IntentOptional Attributes Name
character(len=THARN_MAXSTR), intent(in) :: lfilename
integer, intent(out) :: ngrids
type(grid_specification_record), pointer :: grid(:)
type(grid_specification_record), pointer :: tmp_grid(:)
integer, intent(inout) :: rc

public subroutine read_regridding_grid(lfilename, ngrids, src_grid, dst_grid, testfunction, rc)

Arguments

Type IntentOptional Attributes Name
character(len=THARN_MAXSTR), intent(in) :: lfilename
integer, intent(out) :: ngrids
type(grid_specification_record), pointer :: src_grid(:)
type(grid_specification_record), pointer :: dst_grid(:)
type(test_function_record), pointer :: testfunction(:)
integer, intent(inout) :: rc