ice_read_write Module Reference

Data Types

interface  ice_read_global_nc

Functions/Subroutines

subroutine ice_open (nu, filename, nbits)
subroutine ice_read (nu, nrec, work, atype, diag, field_loc, field_type, ignore_eof, hit_eof)
subroutine ice_read_global (nu, nrec, work_g, atype, diag, ignore_eof, hit_eof)
subroutine ice_write (nu, nrec, work, atype, diag)
subroutine ice_write_nc (fid, nrec, varname, work, atype, diag)
subroutine ice_open_nc (filename, fid)
subroutine ice_read_nc (fid, nrec, varname, work, diag, field_loc, field_type)
subroutine ice_read_global_nc_dbl (fid, nrec, varname, work_g, diag)
subroutine ice_read_global_nc_r4 (fid, nrec, varname, work_g, diag)
subroutine ice_close_nc (fid)

Function/Subroutine Documentation

subroutine ice_read_write::ice_close_nc ( integer (kind=int_kind),intent(in)  fid  ) 

Definition at line 1095 of file ice_read_write.F90.

subroutine ice_read_write::ice_open ( integer (kind=int_kind),intent(in)  nu,
character (*)  filename,
integer (kind=int_kind),intent(in)  nbits 
)

Definition at line 59 of file ice_read_write.F90.

subroutine ice_read_write::ice_open_nc ( character (char_len_long),intent(in)  filename,
integer (kind=int_kind),intent(out)  fid 
)

Definition at line 620 of file ice_read_write.F90.

subroutine ice_read_write::ice_read ( integer (kind=int_kind),intent(in)  nu,
integer (kind=int_kind),intent(in)  nrec,
real (kind=dbl_kind),dimension(nx_block,ny_block,max_blocks),intent(out)  work,
character (len=4),intent(in)  atype,
logical (kind=log_kind),intent(in)  diag,
integer (kind=int_kind),intent(in),optional  field_loc,
integer (kind=int_kind),intent(in),optional  field_type,
logical (kind=log_kind),intent(in),optional  ignore_eof,
logical (kind=log_kind),intent(out),optional  hit_eof 
)

Definition at line 104 of file ice_read_write.F90.

subroutine ice_read_write::ice_read_global ( integer (kind=int_kind),intent(in)  nu,
integer (kind=int_kind),intent(in)  nrec,
real (kind=dbl_kind),dimension(:,:),intent(out)  work_g,
character (len=4)  atype,
logical (kind=log_kind)  diag,
logical (kind=log_kind),intent(in),optional  ignore_eof,
logical (kind=log_kind),intent(out),optional  hit_eof 
)

Definition at line 251 of file ice_read_write.F90.

subroutine ice_read_write::ice_read_global_nc_dbl ( integer (kind=int_kind),intent(in)  fid,
integer (kind=int_kind),intent(in)  nrec,
character (len=*),intent(in)  varname,
real (kind=dbl_kind),dimension(:,:),intent(out)  work_g,
logical (kind=log_kind)  diag 
)

Definition at line 830 of file ice_read_write.F90.

subroutine ice_read_write::ice_read_global_nc_r4 ( integer (kind=int_kind),intent(in)  fid,
integer (kind=int_kind),intent(in)  nrec,
character (len=*),intent(in)  varname,
real (kind=real_kind),dimension(:,:),intent(out)  work_g,
logical (kind=log_kind)  diag 
)

Definition at line 962 of file ice_read_write.F90.

subroutine ice_read_write::ice_read_nc ( integer (kind=int_kind),intent(in)  fid,
integer (kind=int_kind),intent(in)  nrec,
character (len=*),intent(in)  varname,
real (kind=dbl_kind),dimension(nx_block,ny_block,max_blocks),intent(out)  work,
logical (kind=log_kind),intent(in)  diag,
integer (kind=int_kind),intent(in),optional  field_loc,
integer (kind=int_kind),intent(in),optional  field_type 
)

Definition at line 672 of file ice_read_write.F90.

subroutine ice_read_write::ice_write ( integer (kind=int_kind),intent(in)  nu,
integer (kind=int_kind),intent(in)  nrec,
real (kind=dbl_kind),dimension(nx_block,ny_block,max_blocks),intent(in)  work,
character (len=4)  atype,
logical (kind=log_kind)  diag 
)

Definition at line 364 of file ice_read_write.F90.

subroutine ice_read_write::ice_write_nc ( integer (kind=int_kind),intent(in)  fid,
integer (kind=int_kind),intent(in)  nrec,
character (len=*),intent(in)  varname,
real (kind=dbl_kind),dimension(nx_block,ny_block,max_blocks),intent(in)  work,
character (len=4),intent(in)  atype,
logical (kind=log_kind),intent(in)  diag 
)

Definition at line 467 of file ice_read_write.F90.

 All Classes Namespaces Files Functions Variables Defines

Generated on Tue Oct 6 14:02:25 2009 for CICE by  doxygen 1.6.1