CAM
domainmod Module Reference

Data Types

type  domain_type
 

Functions/Subroutines

subroutine, public domain_init (domain, isgrid2d, ni, nj, nbeg, nend, clmlevel)
 
subroutine, public domain_clean (domain)
 
subroutine, public domain_check (domain)
 

Variables

type(domain_type), public ldomain
 
real(r8), dimension(:), allocatable, public lon1d
 
real(r8), dimension(:), allocatable, public lat1d
 
character *16, parameter set = 'domain_set '
 
character *16, parameter unset = 'NOdomain_unsetNO'
 

Function/Subroutine Documentation

◆ domain_check()

subroutine, public domainmod::domain_check ( type(domain_type), intent(in)  domain)
Here is the caller graph for this function:

◆ domain_clean()

subroutine, public domainmod::domain_clean ( type(domain_type domain)
Here is the caller graph for this function:

◆ domain_init()

subroutine, public domainmod::domain_init ( type(domain_type domain,
logical, intent(in)  isgrid2d,
integer, intent(in)  ni,
integer, intent(in)  nj,
integer, intent(in), optional  nbeg,
integer, intent(in), optional  nend,
character(len=*), intent(in), optional  clmlevel 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ lat1d

real(r8), dimension(:), allocatable, public domainmod::lat1d

◆ ldomain

type(domain_type), public domainmod::ldomain

◆ lon1d

real(r8), dimension(:), allocatable, public domainmod::lon1d

◆ set

character*16, parameter domainmod::set = 'domain_set '
private

◆ unset

character*16, parameter domainmod::unset = 'NOdomain_unsetNO'
private