CIME Driver
Data Types | Functions/Subroutines | Variables
seq_map_type_mod Module Reference

Data Types

type  seq_map
 

Functions/Subroutines

subroutine seq_map_mapmatch (mapid, gsMap_s, gsMap_d, mapfile, strategy)
 
subroutine seq_map_mapinit (mapper, mpicom)
 
subroutine seq_map_mappoint (mapid, mapper)
 
subroutine seq_map_gsmapcheck (gsmap1, gsmap2)
 

Variables

integer(in), parameter seq_map_maxcnt = 5000
 
integer(in) seq_map_cnt = 0
 
type(seq_map), dimension(seq_map_maxcnt), target, private seq_maps
 

Function/Subroutine Documentation

◆ seq_map_gsmapcheck()

subroutine seq_map_type_mod::seq_map_gsmapcheck ( type(mct_gsmap), intent(in)  gsmap1,
type(mct_gsmap), intent(in)  gsmap2 
)
Here is the caller graph for this function:

◆ seq_map_mapinit()

subroutine seq_map_type_mod::seq_map_mapinit ( type(seq_map), intent(inout), pointer  mapper,
integer(in), intent(in)  mpicom 
)
Here is the caller graph for this function:

◆ seq_map_mapmatch()

subroutine seq_map_type_mod::seq_map_mapmatch ( integer, intent(out)  mapid,
type(mct_gsmap), intent(in), optional  gsMap_s,
type(mct_gsmap), intent(in), optional  gsMap_d,
character(len=*), intent(in), optional  mapfile,
character(len=*), intent(in), optional  strategy 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ seq_map_mappoint()

subroutine seq_map_type_mod::seq_map_mappoint ( integer, intent(in)  mapid,
type(seq_map), intent(inout), pointer  mapper 
)
Here is the caller graph for this function:

Variable Documentation

◆ seq_map_cnt

integer(in) seq_map_type_mod::seq_map_cnt = 0

◆ seq_map_maxcnt

integer(in), parameter seq_map_type_mod::seq_map_maxcnt = 5000

◆ seq_maps

type(seq_map), dimension(seq_map_maxcnt), target, private seq_map_type_mod::seq_maps
private