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

Diff of /MITgcm/pkg/mdsio/mdsio_write_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 33  C filePrec    integer :: number of bits Line 33  C filePrec    integer :: number of bits
33  C globalFile  logical :: selects between writing a global or tiled file  C globalFile  logical :: selects between writing a global or tiled file
34  C useCurrentDir logic :: always write to the current directory (even if  C useCurrentDir logic :: always write to the current directory (even if
35  C                        "mdsioLocalDir" is set)  C                        "mdsioLocalDir" is set)
36  C arrType     char(2) :: which array (fldRL/RS) to write, either "RL" or "RS  C arrType     char(2) :: which array (fldRL/RS) to write, either "RL" or "RS"
37  C kSize       integer :: size of third dimension, normally either 1 or Nr  C kSize       integer :: size of third dimension, normally either 1 or Nr
38  C fldRL         RL    :: array to write if arrType="RL", fldRL(:,kSize,:,:)  C fldRL         RL    :: array to write if arrType="RL", fldRL(:,kSize,:,:)
39  C fldRS         RS    :: array to write if arrType="RS", fldRS(:,kSize,:,:)  C fldRS         RS    :: array to write if arrType="RS", fldRS(:,kSize,:,:)
# Line 265  C filePrec    integer :: number of bits Line 265  C filePrec    integer :: number of bits
265  C globalFile  logical :: selects between writing a global or tiled file  C globalFile  logical :: selects between writing a global or tiled file
266  C useCurrentDir logic :: always write to the current directory (even if  C useCurrentDir logic :: always write to the current directory (even if
267  C                        "mdsioLocalDir" is set)  C                        "mdsioLocalDir" is set)
268  C arrType     char(2) :: which array (fldRL/RS) to write, either "RL" or "RS  C arrType     char(2) :: which array (fldRL/RS) to write, either "RL" or "RS"
269  C kSize       integer :: size of third dimension, normally either 1 or Nr  C kSize       integer :: size of third dimension, normally either 1 or Nr
270  C fldRL         RL    :: array to write if arrType="RL", fldRL(:,kSize,:,:)  C fldRL         RL    :: array to write if arrType="RL", fldRL(:,kSize,:,:)
271  C fldRS         RS    :: array to write if arrType="RS", fldRS(:,kSize,:,:)  C fldRS         RS    :: array to write 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