|
| subroutine | add_cam_grid_attribute_0d_int (gridname, name, long_name, val) |
| |
| subroutine | add_cam_grid_attribute_0d_char (gridname, name, val) |
| |
| subroutine | add_cam_grid_attribute_1d_int (gridname, name, long_name, dimname, values, map) |
| |
| subroutine | add_cam_grid_attribute_1d_r8 (gridname, name, long_name, dimname, values, map) |
| |
◆ add_cam_grid_attribute_0d_char()
| subroutine cam_grid_support::cam_grid_attribute_register::add_cam_grid_attribute_0d_char |
( |
character(len=*), intent(in) |
gridname, |
|
|
character(len=*), intent(in) |
name, |
|
|
character(len=*), intent(in) |
val |
|
) |
| |
|
private |
◆ add_cam_grid_attribute_0d_int()
| subroutine cam_grid_support::cam_grid_attribute_register::add_cam_grid_attribute_0d_int |
( |
character(len=*), intent(in) |
gridname, |
|
|
character(len=*), intent(in) |
name, |
|
|
character(len=*), intent(in) |
long_name, |
|
|
integer, intent(in) |
val |
|
) |
| |
|
private |
◆ add_cam_grid_attribute_1d_int()
| subroutine cam_grid_support::cam_grid_attribute_register::add_cam_grid_attribute_1d_int |
( |
character(len=*), intent(in) |
gridname, |
|
|
character(len=*), intent(in) |
name, |
|
|
character(len=*), intent(in) |
long_name, |
|
|
character(len=*), intent(in) |
dimname, |
|
|
integer, dimension(:), intent(in), target |
values, |
|
|
integer(imap), dimension(:), intent(in), optional, target |
map |
|
) |
| |
|
private |
◆ add_cam_grid_attribute_1d_r8()
| subroutine cam_grid_support::cam_grid_attribute_register::add_cam_grid_attribute_1d_r8 |
( |
character(len=*), intent(in) |
gridname, |
|
|
character(len=*), intent(in) |
name, |
|
|
character(len=*), intent(in) |
long_name, |
|
|
character(len=*), intent(in) |
dimname, |
|
|
real(r8), dimension(:), intent(in), target |
values, |
|
|
integer(imap), dimension(:), intent(in), optional, target |
map |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: