LMDZ
gridpoint_buffers Module Reference

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)
 

Function/Subroutine Documentation

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 
)

Definition at line 54 of file gridpoint_buffers.F90.

Here is the call graph for this function:

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)

Definition at line 95 of file gridpoint_buffers.F90.

Here is the call graph for this function: