MOM6
user_tracer_example::user_tracer_example_cs Type Reference

Detailed Description

The control structure for the USER_tracer_example module.

Definition at line 34 of file tracer_example.F90.

Collaboration diagram for user_tracer_example::user_tracer_example_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 => NULL()
 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 subroutine, in g m-3?
 
real, dimension(ntrland_val = -1.0
 The value of tr that is used where land is masked out.
 
logical use_sponge
 If true, sponges may be applied somewhere in the domain.
 
integer, dimension(ntrind_tr
 Indices returned by aof_set_coupler_flux if it is used and the surface tracer concentrations are to be provided to the coupler.
 
type(diag_ctrl), pointer diag => NULL()
 A structure that is used to regulate the timing of diagnostic output.
 
type(vardesc), dimension(ntrtr_desc
 Descriptions of each of the tracers.
 

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