FV3 Bundle
fms_io_mod::read_data Interface Reference

Private Member Functions

subroutine read_data_4d_new (filename, fieldname, data, domain, timelevel, no_domain, position, tile_count)
 
subroutine read_data_3d_new (filename, fieldname, data, domain, timelevel, no_domain, scalar_or_1d, position, tile_count)
 
subroutine read_data_2d_new (filename, fieldname, data, domain, timelevel, no_domain, position, tile_count)
 
subroutine read_data_2d_ug (filename, fieldname, data, SG_domain, UG_domain, timelevel)
 
subroutine read_data_1d_new (filename, fieldname, data, domain, timelevel, no_domain, tile_count)
 
subroutine read_data_scalar_new (filename, fieldname, data, domain, timelevel, no_domain, tile_count)
 
subroutine read_data_i3d_new (filename, fieldname, data, domain, timelevel, no_domain, position, tile_count)
 
subroutine read_data_i2d_new (filename, fieldname, data, domain, timelevel, no_domain, position, tile_count)
 
subroutine read_data_i1d_new (filename, fieldname, data, domain, timelevel, no_domain, tile_count)
 
subroutine read_data_iscalar_new (filename, fieldname, data, domain, timelevel, no_domain, tile_count)
 
subroutine read_data_2d (unit, data, end)
 
subroutine read_ldata_2d (unit, data, end)
 
subroutine read_idata_2d (unit, data, end)
 
subroutine read_data_3d (unit, data, end)
 
subroutine read_data_4d (unit, data, end)
 
subroutine read_data_text (filename, fieldname, data, level)
 
subroutine read_data_2d_region (filename, fieldname, data, start, nread, domain, no_domain, tile_count)
 
subroutine read_data_3d_region (filename, fieldname, data, start, nread, domain, no_domain, tile_count)
 

Detailed Description

Definition at line 323 of file fms_io.F90.

Member Function/Subroutine Documentation

◆ read_data_1d_new()

subroutine fms_io_mod::read_data::read_data_1d_new ( 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,
logical, intent(in), optional  no_domain,
integer, intent(in), optional  tile_count 
)
private

Definition at line 6022 of file fms_io.F90.

◆ read_data_2d()

subroutine fms_io_mod::read_data::read_data_2d ( integer, intent(in)  unit,
real, dimension(isd:,jsd:), intent(out)  data,
logical, intent(out), optional  end 
)
private

Definition at line 6148 of file fms_io.F90.

◆ read_data_2d_new()

subroutine fms_io_mod::read_data::read_data_2d_new ( 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,
logical, intent(in), optional  no_domain,
integer, intent(in), optional  position,
integer, intent(in), optional  tile_count 
)
private

Definition at line 5977 of file fms_io.F90.

◆ read_data_2d_region()

subroutine fms_io_mod::read_data::read_data_2d_region ( character(len=*), intent(in)  filename,
character(len=*), intent(in)  fieldname,
real, dimension(:,:), intent(inout)  data,
integer, dimension(:), intent(in)  start,
integer, dimension(:), intent(in)  nread,
type(domain2d), intent(in), optional, target  domain,
logical, intent(in), optional  no_domain,
integer, intent(in), optional  tile_count 
)
private

Definition at line 5662 of file fms_io.F90.

◆ read_data_2d_ug()

subroutine fms_io_mod::read_data::read_data_2d_ug ( character(len=*), intent(in)  filename,
character(len=*), intent(in)  fieldname,
real, dimension(:), intent(inout)  data,
type(domain2d), intent(in)  SG_domain,
type(domainug), intent(in)  UG_domain,
integer, intent(in), optional  timelevel 
)
private

Definition at line 5959 of file fms_io.F90.

◆ read_data_3d()

subroutine fms_io_mod::read_data::read_data_3d ( integer, intent(in)  unit,
real, dimension(isd:,jsd:,:), intent(out)  data,
logical, intent(out), optional  end 
)
private

Definition at line 6205 of file fms_io.F90.

◆ read_data_3d_new()

subroutine fms_io_mod::read_data::read_data_3d_new ( 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,
logical, intent(in), optional  no_domain,
logical, intent(in), optional  scalar_or_1d,
integer, intent(in), optional  position,
integer, intent(in), optional  tile_count 
)
private

Definition at line 5326 of file fms_io.F90.

◆ read_data_3d_region()

subroutine fms_io_mod::read_data::read_data_3d_region ( character(len=*), intent(in)  filename,
character(len=*), intent(in)  fieldname,
real, dimension(:,:,:), intent(inout)  data,
integer, dimension(:), intent(in)  start,
integer, dimension(:), intent(in)  nread,
type(domain2d), intent(in), optional, target  domain,
logical, intent(in), optional  no_domain,
integer, intent(in), optional  tile_count 
)
private

Definition at line 5710 of file fms_io.F90.

◆ read_data_4d()

subroutine fms_io_mod::read_data::read_data_4d ( integer, intent(in)  unit,
real, dimension(isd:,jsd:,:,:), intent(out)  data,
logical, intent(out), optional  end 
)
private

Definition at line 6235 of file fms_io.F90.

◆ read_data_4d_new()

subroutine fms_io_mod::read_data::read_data_4d_new ( 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,
logical, intent(in), optional  no_domain,
integer, intent(in), optional  position,
integer, intent(in), optional  tile_count 
)
private

Definition at line 5899 of file fms_io.F90.

◆ read_data_i1d_new()

subroutine fms_io_mod::read_data::read_data_i1d_new ( 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,
logical, intent(in), optional  no_domain,
integer, intent(in), optional  tile_count 
)
private

Definition at line 5295 of file fms_io.F90.

◆ read_data_i2d_new()

subroutine fms_io_mod::read_data::read_data_i2d_new ( 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,
logical, intent(in), optional  no_domain,
integer, intent(in), optional  position,
integer, intent(in), optional  tile_count 
)
private

Definition at line 5279 of file fms_io.F90.

◆ read_data_i3d_new()

subroutine fms_io_mod::read_data::read_data_i3d_new ( 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,
logical, intent(in), optional  no_domain,
integer, intent(in), optional  position,
integer, intent(in), optional  tile_count 
)
private

Definition at line 5263 of file fms_io.F90.

◆ read_data_iscalar_new()

subroutine fms_io_mod::read_data::read_data_iscalar_new ( character(len=*), intent(in)  filename,
character(len=*), intent(in)  fieldname,
integer, intent(inout)  data,
type(domain2d), intent(in), optional  domain,
integer, intent(in), optional  timelevel,
logical, intent(in), optional  no_domain,
integer, intent(in), optional  tile_count 
)
private

Definition at line 5311 of file fms_io.F90.

◆ read_data_scalar_new()

subroutine fms_io_mod::read_data::read_data_scalar_new ( character(len=*), intent(in)  filename,
character(len=*), intent(in)  fieldname,
real, intent(inout)  data,
type(domain2d), intent(in), optional  domain,
integer, intent(in), optional  timelevel,
logical, intent(in), optional  no_domain,
integer, intent(in), optional  tile_count 
)
private

Definition at line 6042 of file fms_io.F90.

◆ read_data_text()

subroutine fms_io_mod::read_data::read_data_text ( character(len=*), intent(in)  filename,
character(len=*), intent(in)  fieldname,
character(len=*), intent(out)  data,
integer, intent(in), optional  level 
)
private

Definition at line 5859 of file fms_io.F90.

◆ read_idata_2d()

subroutine fms_io_mod::read_data::read_idata_2d ( integer, intent(in)  unit,
integer, dimension(isd:,jsd:), intent(out)  data,
logical, intent(out), optional  end 
)
private

Definition at line 6175 of file fms_io.F90.

◆ read_ldata_2d()

subroutine fms_io_mod::read_data::read_ldata_2d ( integer, intent(in)  unit,
logical, dimension(isd:,jsd:), intent(out)  data,
logical, intent(out), optional  end 
)
private

Definition at line 6162 of file fms_io.F90.


The documentation for this interface was generated from the following file: