MOM6
mom_open_boundary::obc_segment_tracer_type Type Reference

Detailed Description

Tracer segment data structure, for putting into an array of objects, not all the same shape.

Tracer on OBC segment data structure, for putting into a segment tracer registry.

Definition at line 88 of file MOM_open_boundary.F90.

Collaboration diagram for mom_open_boundary::obc_segment_tracer_type:
[legend]

Public variables and constants

real, dimension(:,:,:), pointer t => NULL()
 tracer concentration array
 
real obc_inflow_conc = 0.0
 tracer concentration for generic inflows
 
character(len=32) name
 tracer name used for error messages
 
type(tracer_type), pointer tr => NULL()
 metadata describing the tracer
 
real, dimension(:,:,:), pointer tres => NULL()
 tracer reservoir array
 
logical is_initialized
 reservoir values have been set when True
 

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