MOM6
mom_open_boundary::obc_segment_data_type Type Reference

Detailed Description

Open boundary segment data from files (mostly).

Definition at line 69 of file MOM_open_boundary.F90.

Collaboration diagram for mom_open_boundary::obc_segment_data_type:
[legend]

Public variables and constants

integer fid
 handle from FMS associated with segment data on disk
 
integer fid_dz
 handle from FMS associated with segment thicknesses on disk
 
character(len=8) name
 a name identifier for the segment data
 
real, dimension(:,:,:), pointer buffer_src =>NULL()
 buffer for segment data located at cell faces and on the original vertical grid
 
integer nk_src
 Number of vertical levels in the source data.
 
real, dimension(:,:,:), pointer dz_src =>NULL()
 vertical grid cell spacing of the incoming segment data [m]
 
real, dimension(:,:,:), pointer buffer_dst =>NULL()
 buffer src data remapped to the target vertical grid
 
real, dimension(:,:), pointer bt_vel =>NULL()
 barotropic velocity [m s-1]
 
real value
 constant value if fid is equal to -1
 

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