|
LMDZ
|
Data Types | |
| type | gridpoint_buffer |
Functions/Subroutines | |
| subroutine, public | allocate_gridpoint_buffer (CDNAME, YDGPBUF, KFIELDS, KPACK, KGPTOT) |
| subroutine, public | deallocate_gridpoint_buffer (YDGPBUF) |
| logical function, public | allocated_gridpoint_buffer (YDGPBUF) |
| subroutine, public gridpoint_buffers::allocate_gridpoint_buffer | ( | character(len=*), intent(in) | CDNAME, |
| type (gridpoint_buffer), intent(out) | YDGPBUF, | ||
| integer(kind=jpim), intent(in) | KFIELDS, | ||
| integer(kind=jpim), intent(in) | KPACK, | ||
| integer(kind=jpim), intent(in), optional | KGPTOT | ||
| ) |
| logical function, public gridpoint_buffers::allocated_gridpoint_buffer | ( | type (gridpoint_buffer), intent(in) | YDGPBUF | ) |
Definition at line 112 of file gridpoint_buffers.F90.
| subroutine, public gridpoint_buffers::deallocate_gridpoint_buffer | ( | type (gridpoint_buffer), intent(inout) | YDGPBUF | ) |