|
subroutine | read_compressed_i1d (filename, fieldname, data, domain, timelevel, start, nread, threading) |
|
subroutine | read_compressed_i2d (filename, fieldname, data, domain, timelevel, start, nread, threading) |
|
subroutine | read_compressed_1d (filename, fieldname, data, domain, timelevel, start, nread, threading) |
|
subroutine | read_compressed_2d (filename, fieldname, data, domain, timelevel, start, nread, threading) |
|
subroutine | read_compressed_3d (filename, fieldname, data, domain, timelevel) |
|
Definition at line 359 of file fms_io.F90.
◆ read_compressed_1d()
subroutine fms_io_mod::read_compressed::read_compressed_1d |
( |
character(len=*), intent(in) |
filename, |
|
|
character(len=*), intent(in) |
fieldname, |
|
|
real, dimension(:), intent(inout) |
data, |
|
|
type(domain2d), intent(in), optional |
domain, |
|
|
integer, intent(in), optional |
timelevel, |
|
|
integer, dimension(:), intent(in), optional |
start, |
|
|
integer, dimension(:), intent(in), optional |
nread, |
|
|
integer, intent(in), optional |
threading |
|
) |
| |
|
private |
◆ read_compressed_2d()
subroutine fms_io_mod::read_compressed::read_compressed_2d |
( |
character(len=*), intent(in) |
filename, |
|
|
character(len=*), intent(in) |
fieldname, |
|
|
real, dimension(:,:), intent(inout) |
data, |
|
|
type(domain2d), intent(in), optional, target |
domain, |
|
|
integer, intent(in), optional |
timelevel, |
|
|
integer, dimension(:), intent(in), optional |
start, |
|
|
integer, dimension(:), intent(in), optional |
nread, |
|
|
integer, intent(in), optional |
threading |
|
) |
| |
|
private |
◆ read_compressed_3d()
subroutine fms_io_mod::read_compressed::read_compressed_3d |
( |
character(len=*), intent(in) |
filename, |
|
|
character(len=*), intent(in) |
fieldname, |
|
|
real, dimension(:,:,:), intent(inout) |
data, |
|
|
type(domain2d), intent(in), optional, target |
domain, |
|
|
integer, intent(in), optional |
timelevel |
|
) |
| |
|
private |
◆ read_compressed_i1d()
subroutine fms_io_mod::read_compressed::read_compressed_i1d |
( |
character(len=*), intent(in) |
filename, |
|
|
character(len=*), intent(in) |
fieldname, |
|
|
integer, dimension(:), intent(inout) |
data, |
|
|
type(domain2d), intent(in), optional |
domain, |
|
|
integer, intent(in), optional |
timelevel, |
|
|
integer, dimension(:), intent(in), optional |
start, |
|
|
integer, dimension(:), intent(in), optional |
nread, |
|
|
integer, intent(in), optional |
threading |
|
) |
| |
|
private |
◆ read_compressed_i2d()
subroutine fms_io_mod::read_compressed::read_compressed_i2d |
( |
character(len=*), intent(in) |
filename, |
|
|
character(len=*), intent(in) |
fieldname, |
|
|
integer, dimension(:,:), intent(inout) |
data, |
|
|
type(domain2d), intent(in), optional |
domain, |
|
|
integer, intent(in), optional |
timelevel, |
|
|
integer, dimension(:), intent(in), optional |
start, |
|
|
integer, dimension(:), intent(in), optional |
nread, |
|
|
integer, intent(in), optional |
threading |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: