CIME Driver
Functions/Subroutines | Variables
seq_domain_mct Module Reference

Functions/Subroutines

subroutine, public seq_domain_check (infodata, atm, ice, lnd, ocn, rof, glc, samegrid_al, samegrid_ao, samegrid_ro, samegrid_lg)
 
subroutine, public seq_domain_compare (dom1, dom2, mpicom, eps)
 
subroutine seq_domain_check_fracmask (dom1)
 
subroutine, private seq_domain_check_grid (dom1, dom2, attr, eps, mpicom, mask)
 
subroutine, public seq_domain_areafactinit (domain, mdl2drv, drv2mdl, samegrid, mpicom, iamroot, comment)
 

Variables

real(r8), parameter eps_tiny = 1.0e-16_R8
 
real(r8), parameter eps_big = 1.0e+02_R8
 
real(r8), parameter eps_frac_samegrid = 1.0e-9_R8
 

Function/Subroutine Documentation

◆ seq_domain_areafactinit()

subroutine, public seq_domain_mct::seq_domain_areafactinit ( type(mct_ggrid), pointer  domain,
real(r8), dimension(:), pointer  mdl2drv,
real(r8), dimension(:), pointer  drv2mdl,
logical, intent(in)  samegrid,
integer, intent(in)  mpicom,
logical, intent(in)  iamroot,
character(len=*), intent(in), optional  comment 
)
Here is the caller graph for this function:

◆ seq_domain_check()

subroutine, public seq_domain_mct::seq_domain_check ( type (seq_infodata_type), intent(inout)  infodata,
type(component_type), intent(in)  atm,
type(component_type), intent(in)  ice,
type(component_type), intent(in)  lnd,
type(component_type), intent(in)  ocn,
type(component_type), intent(in)  rof,
type(component_type), intent(in)  glc,
logical, intent(in)  samegrid_al,
logical, intent(in)  samegrid_ao,
logical, intent(in)  samegrid_ro,
logical, intent(in)  samegrid_lg 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ seq_domain_check_fracmask()

subroutine seq_domain_mct::seq_domain_check_fracmask ( type(mct_avect), intent(in)  dom1)
private
Here is the caller graph for this function:

◆ seq_domain_check_grid()

subroutine, private seq_domain_mct::seq_domain_check_grid ( type(mct_avect), intent(in)  dom1,
type(mct_avect), intent(in)  dom2,
character(len=*), intent(in)  attr,
real(r8), intent(in)  eps,
integer(in), intent(in)  mpicom,
real(r8), dimension(:), intent(in), optional  mask 
)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ seq_domain_compare()

subroutine, public seq_domain_mct::seq_domain_compare ( type(mct_ggrid), intent(in)  dom1,
type(mct_ggrid), intent(in)  dom2,
integer(in), intent(in)  mpicom,
real(r8), intent(in), optional  eps 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ eps_big

real(r8), parameter seq_domain_mct::eps_big = 1.0e+02_R8
private

◆ eps_frac_samegrid

real(r8), parameter seq_domain_mct::eps_frac_samegrid = 1.0e-9_R8
private

◆ eps_tiny

real(r8), parameter seq_domain_mct::eps_tiny = 1.0e-16_R8
private