MOM6
rgc_tracer::rgc_tracer_cs Type Reference

Detailed Description

tracer control structure

Definition at line 44 of file RGC_tracer.F90.

Collaboration diagram for rgc_tracer::rgc_tracer_cs:
[legend]

Public variables and constants

logical coupled_tracers = .false.
 These tracers are not offered to the coupler.
 
character(len=200) tracer_ic_file
 The full path to the IC file, or " " to initialize internally.
 
type(time_type), pointer time
 A pointer to the ocean model's clock.
 
type(tracer_registry_type), pointer tr_reg => NULL()
 A pointer to the tracer registry.
 
real, dimension(:,:,:,:), pointer tr => NULL()
 The array of tracers used in this package.
 
real, dimension(:,:,:,:), pointer tr_aux => NULL()
 The masked tracer concentration.
 
real, dimension(ntrland_val = -1.0
 The value of tr used where land is masked out.
 
real lenlat
 the latitudinal or y-direction length of the domain.
 
real lenlon
 the longitudinal or x-direction length of the domain.
 
real csl
 The length of the continental shelf (x dir, km)
 
real lensponge
 the length of the sponge layer.
 
logical mask_tracers
 If true, tracers are masked out in massless layers.
 
logical use_sponge
 If true, sponges may be applied somewhere in the domain.
 
type(diag_ctrl), pointer diag
 A structure that is used to regulate the timing of diagnostic output.
 
type(vardesc), dimension(ntrtr_desc
 Descriptions and metadata for the tracers.
 

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