ESMF_UtilRWGMod Module


Uses

  • module~~esmf_utilrwgmod~~UsesGraph module~esmf_utilrwgmod ESMF_UtilRWGMod ESMF_FieldCreateMod ESMF_FieldCreateMod module~esmf_utilrwgmod->ESMF_FieldCreateMod ESMF_FieldGatherMod ESMF_FieldGatherMod module~esmf_utilrwgmod->ESMF_FieldGatherMod module~esmf_fieldmod ESMF_FieldMod module~esmf_utilrwgmod->module~esmf_fieldmod module~esmf_fieldregridmod ESMF_FieldRegridMod module~esmf_utilrwgmod->module~esmf_fieldregridmod module~esmf_gridmod ESMF_GridMod module~esmf_utilrwgmod->module~esmf_gridmod module~esmf_initmacrosmod ESMF_InitMacrosMod module~esmf_utilrwgmod->module~esmf_initmacrosmod module~esmf_logerrmod ESMF_LogErrMod module~esmf_utilrwgmod->module~esmf_logerrmod module~esmf_meshmod ESMF_MeshMod module~esmf_utilrwgmod->module~esmf_meshmod module~esmf_staggerlocmod ESMF_StaggerLocMod module~esmf_utilrwgmod->module~esmf_staggerlocmod module~esmf_utiltypesmod ESMF_UtilTypesMod module~esmf_utilrwgmod->module~esmf_utiltypesmod module~esmf_vmmod ESMF_VMMod module~esmf_utilrwgmod->module~esmf_vmmod

Used by

  • module~~esmf_utilrwgmod~~UsedByGraph module~esmf_utilrwgmod ESMF_UtilRWGMod module~esmf_regridweightgenmod ESMF_RegridWeightGenMod module~esmf_regridweightgenmod->module~esmf_utilrwgmod proc~f_esmf_regridstorefile f_esmf_regridstorefile proc~f_esmf_regridstorefile->module~esmf_utilrwgmod module~esmf ESMF module~esmf->module~esmf_regridweightgenmod program~esmf_regridweightgenapp ESMF_RegridWeightGenApp program~esmf_regridweightgenapp->module~esmf_regridweightgenmod

Subroutines

public subroutine computeAreaGrid(grid, petNo, area, regridScheme, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Grid) :: grid
integer :: petNo
real(kind=ESMF_KIND_R8), pointer :: area(:)
integer :: regridScheme
integer :: rc

public subroutine computeAreaMesh(mesh, VM, petNo, petCnt, area, rc)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Mesh) :: mesh
type(ESMF_VM) :: VM
integer :: petNo
integer :: petCnt
real(kind=ESMF_KIND_R8), pointer :: area(:)
integer :: rc