ESMF_TestHarnessReportMod Module


Uses

  • module~~esmf_testharnessreportmod~~UsesGraph module~esmf_testharnessreportmod ESMF_TestHarnessReportMod module~esmf_testharnesstypesmod ESMF_TestHarnessTypesMod module~esmf_testharnessreportmod->module~esmf_testharnesstypesmod module~esmf_testharnessutilmod ESMF_TestHarnessUtilMod module~esmf_testharnessreportmod->module~esmf_testharnessutilmod module~esmf ESMF module~esmf_testharnesstypesmod->module~esmf module~esmf_testharnessutilmod->module~esmf_testharnesstypesmod

Used by

  • module~~esmf_testharnessreportmod~~UsedByGraph module~esmf_testharnessreportmod ESMF_TestHarnessReportMod module~esmf_testharnessmod ESMF_TestHarnessMod module~esmf_testharnessmod->module~esmf_testharnessreportmod module~esmf_testharnessparser ESMF_TestHarnessParser module~esmf_testharnessparser->module~esmf_testharnessreportmod program~esmf_test_harness esmf_test_harness program~esmf_test_harness->module~esmf_testharnessreportmod program~esmf_test_harness->module~esmf_testharnessmod program~esmf_test_harness->module~esmf_testharnessparser

Subroutines

public subroutine construct_descriptor_string(PDS, nstatus, localPet, localrc)

Arguments

Type IntentOptional Attributes Name
type(problem_descriptor_strings), intent(inout) :: PDS
integer, intent(in) :: nstatus
integer, intent(in) :: localPet
integer, intent(out) :: localrc

public subroutine report_descriptor_string(PDS, iG, iD, iGfile, iDfile, reportType, localPET, localrc)

Arguments

Type IntentOptional Attributes Name
type(problem_descriptor_strings), intent(inout) :: PDS
integer, intent(in) :: iG
integer, intent(in) :: iD
integer, intent(in) :: iGfile
integer, intent(in) :: iDfile
character(len=THARN_MAXSTR), intent(in) :: reportType
integer, intent(in) :: localPET
integer, intent(out) :: localrc

public subroutine summ_rpt_proc_dist_grid_files(DFileNo, GfileNo, DRec, GRec, rptLun, localrc)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: DFileNo
integer, intent(in) :: GfileNo
type(dist_record), intent(in) :: DRec
type(grid_record), intent(in) :: GRec
integer, intent(in) :: rptLun
integer, intent(out) :: localrc

public subroutine summ_rpt_proc_prob_descr_rec(pdrNo, probDescrRec, rptLun, localrc)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: pdrNo
type(problem_descriptor_records), intent(in) :: probDescrRec
integer, intent(in) :: rptLun
integer, intent(out) :: localrc

public subroutine summ_rpt_proc_prob_descr_string(pdsNo, probDescrStr, rptLun, localrc)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: pdsNo
type(problem_descriptor_strings), intent(in) :: probDescrStr
integer, intent(in) :: rptLun
integer, intent(out) :: localrc

public subroutine summ_rpt_write_detail_line(DSpecNo, GSpecNo, srcDist, dstDist, srcGrid, dstGrid, rptLun, localrc)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: DSpecNo
integer, intent(in) :: GSpecNo
type(dist_specification_record), intent(in) :: srcDist
type(dist_specification_record), intent(in) :: dstDist
type(grid_specification_record), intent(in) :: srcGrid
type(grid_specification_record), intent(in) :: dstGrid
integer, intent(in) :: rptLun
integer, intent(out) :: localrc

public subroutine summary_report_generate(harnDesc, reportFname, localrc)

Arguments

Type IntentOptional Attributes Name
type(harness_descriptor), intent(in) :: harnDesc
character(len=*), intent(in) :: reportFname
integer, intent(out) :: localrc