/[MITgcm]/MITgcm/pkg/mdsio/mdsio_read_section.F
ViewVC logotype

Diff of /MITgcm/pkg/mdsio/mdsio_read_section.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1 by jmc, Tue Sep 1 19:16:51 2009 UTC revision 1.2 by jmc, Tue Mar 16 00:16:50 2010 UTC
# Line 30  C fName       string  :: base name for f Line 30  C fName       string  :: base name for f
30  C filePrec    integer :: number of bits per word in file (32 or 64)  C filePrec    integer :: number of bits per word in file (32 or 64)
31  C useCurrentDir(logic):: always read from the current directory (even if  C useCurrentDir(logic):: always read from the current directory (even if
32  C                        "mdsioLocalDir" is set)  C                        "mdsioLocalDir" is set)
33  C arrType     char(2) :: which array (fldRL/RS) to read into, either "RL" or "RS  C arrType     char(2) :: which array (fldRL/RS) to read into, either "RL" or "RS"
34  C kSize       integer :: size of third dimension, normally either 1 or Nr  C kSize       integer :: size of third dimension, normally either 1 or Nr
35  C fldRL         RL    :: array to read into if arrType="RL", fldRL(:,kSize,:,:)  C fldRL         RL    :: array to read into if arrType="RL", fldRL(:,kSize,:,:)
36  C fldRS         RS    :: array to read into if arrType="RS", fldRS(:,kSize,:,:)  C fldRS         RS    :: array to read into if arrType="RS", fldRS(:,kSize,:,:)
# Line 286  C fName       string  :: base name for f Line 286  C fName       string  :: base name for f
286  C filePrec    integer :: number of bits per word in file (32 or 64)  C filePrec    integer :: number of bits per word in file (32 or 64)
287  C useCurrentDir(logic):: always read from the current directory (even if  C useCurrentDir(logic):: always read from the current directory (even if
288  C                        "mdsioLocalDir" is set)  C                        "mdsioLocalDir" is set)
289  C arrType     char(2) :: which array (fldRL/RS) to read into, either "RL" or "RS  C arrType     char(2) :: which array (fldRL/RS) to read into, either "RL" or "RS"
290  C kSize       integer :: size of third dimension, normally either 1 or Nr  C kSize       integer :: size of third dimension, normally either 1 or Nr
291  C fldRL         RL    :: array to read into if arrType="RL", fldRL(:,kSize,:,:)  C fldRL         RL    :: array to read into if arrType="RL", fldRL(:,kSize,:,:)
292  C fldRS         RS    :: array to read into if arrType="RS", fldRS(:,kSize,:,:)  C fldRS         RS    :: array to read into if arrType="RS", fldRS(:,kSize,:,:)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.22