ESMF_TestHarnessGridMod Module


Uses

  • module~~esmf_testharnessgridmod~~UsesGraph module~esmf_testharnessgridmod ESMF_TestHarnessGridMod module~esmf_testharnessutilmod ESMF_TestHarnessUtilMod module~esmf_testharnessgridmod->module~esmf_testharnessutilmod module~esmf_testharnesstypesmod ESMF_TestHarnessTypesMod module~esmf_testharnessutilmod->module~esmf_testharnesstypesmod module~esmf ESMF module~esmf_testharnesstypesmod->module~esmf

Used by

  • module~~esmf_testharnessgridmod~~UsedByGraph module~esmf_testharnessgridmod ESMF_TestHarnessGridMod module~esmf_testharnessparser ESMF_TestHarnessParser module~esmf_testharnessparser->module~esmf_testharnessgridmod program~esmf_test_harness esmf_test_harness program~esmf_test_harness->module~esmf_testharnessparser

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