CAM
|
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' |
subroutine, public domainmod::domain_check | ( | type(domain_type), intent(in) | domain | ) |
subroutine, public domainmod::domain_clean | ( | type(domain_type) | domain | ) |
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 | ||
) |
real(r8), dimension(:), allocatable, public domainmod::lat1d |
type(domain_type), public domainmod::ldomain |
real(r8), dimension(:), allocatable, public domainmod::lon1d |
|
private |
|
private |